List Configurations

Returns a paginated list of time tracking configurations. Both GLOBAL and GROUP configurations are returned; soft-deleted configurations are never returned. Supports an OData-style filter, an orderBy sort expression, and select sparse fieldsets. Pagination is page-based via page and pageSize (defaults: page 1, pageSize 20, max 100).

OAuth Scopes: time_tracking:configurations

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

OData v4 filter expression. Filterable fields: name, type, timesheetType. Example: type eq 'GROUP' and timesheetType eq 'CLOCK'.

string

Sort expression like name asc, createdAt desc. Allowed fields: name, createdAt, updatedAt.

string

Comma-separated list of properties to return (sparse fieldsets).

integer
≥ 1
Defaults to 1

The page to return. Defaults to 1.

integer
1 to 100
Defaults to 20

The number of items per page. Defaults to 20, maximum 100.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json