Applications
List Applications
List all Applications owned by your account.
get/workspace/applications
Query parameters
activeboolean
Filter by active status.
fieldsstring
Comma-separated list of field names to include in the response. Nested fields can be accessed using dot notation.
idinteger
Filter by id (accepts comma-separated values).
last_editorstring
Filter by last editor (case-insensitive, partial match).
last_modified__gtestring date-time
Filter by last modified date (greater than or equal).
last_modified__ltestring date-time
Filter by last modified date (less than or equal).
namestring
Filter by name (case-insensitive, partial match).
orderingstring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
page_sizeinteger
A numeric value that indicates the number of items per page.
searchstring
A search term.
Response
List of applications retrieved successfully.
Example response
{
"count": 123,
"total_pages": 10,
"page": 1,
"page_size": 10,
"next": "https://api.example.com/items?page=3",
"previous": "https://api.example.com/items?page=1"
}