List applications
Returns a paginated list of applications in the specified zone. Use cursor pagination via after/before. Sort: comma-separated field list; prefix with - for descending. Use expand[]=total_count to include the matching row count. Filter by exact slug via filter[slug] and by exact identifier via filter[identifier]. Search via query[name] / query[identifier] / query[] (substring match, OR'd across repeated values). query[] matches against name and identifier. Pass filter[id] (repeatable, max 100) to restrict results to a known set of applications — mutually exclusive with after/before (returns 400 if combined). When filter[id] is set, limit is ignored and the response contains every requested application that exists in the zone, in a single page. IDs not in the zone are silently omitted.
Path parameters
Query parameters
Cursor for forward pagination
Cursor for backward pagination
Maximum number of items to return
Comma-separated sort fields. Prefix with - for descending. Allowed: created_at, name, identifier
Response
Default Response
Changes
Changed in 6 of the 23 revisions of this API.5620
- ●
deleted the
queryrequest parametertraits[]request-parameter-removed
- ●
deleted the
queryrequest parametertraits[all]request-parameter-removed
- ○
added the non-success response with the status
400response-non-success-status-added
- ●
- ○
added the optional property
items/items/metadata/icon_urlto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
page_inforesponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
page_info/has_next_pagefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
page_info/has_previous_pagefrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parametercursorrequest-parameter-removed
- ●
removed the optional property
page_info/end_cursorfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
page_info/start_cursorfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parameterfilter[id]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterfilter[identifier]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterfilter[slug]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterquery[]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterquery[identifier]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterquery[name]new-optional-request-parameter
- ○
added the new optional
queryrequest parametersortnew-optional-request-parameter
- ○
added
iam_PageInfoto thepage_inforesponse propertyallOflist for the response status200response-property-all-of-added
- ○
response property
page_infodeprecatedresponse-property-deprecated
- ▲
- ○
added the required property
items/items/consentto the response with the200statusresponse-required-property-added
- ○
- ●
removed the optional property
items/items/traitsfrom the response with the200statusresponse-optional-property-removed
- ○
the endpoint scheme security
OAuth2was added to the APIapi-security-added
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
iam_bearerAuthwas removed from the APIapi-security-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
for the
queryrequest parameterlimit, default value was changed from100to20request-parameter-default-value-changed
- ▲
for the
queryrequest parameterlimit, the max was decreased from1000.00to100.00request-parameter-max-decreased
- ○
added the new optional
queryrequest parameterafternew-optional-request-parameter
- ○
added the new optional
queryrequest parameterbeforenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterexpand[]new-optional-request-parameter
- ○
added the required property
items/items/owner_typeto the response with the200statusresponse-required-property-added
- ○
added the required property
paginationto the response with the200statusresponse-required-property-added
- ▲