v76

OpenAPI 3.0.3raw.githubusercontent.com2026-08-015764591.5 MB
Labels

List label links

List label links for a specific label and project.

get/api/label_links/

Query parameters

label__created_atstring date-time
label__created_at__gtestring date-time
label__created_at__ltestring date-time
label__created_byinteger
pageinteger

A page number within the paginated result set.

projectinteger

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}