Skip to main content
POST
List Applications (v2)

List Applications (v2)

Retrieve a paginated list of applications with advanced filtering capabilities including OG variable filters.

Endpoint

Authentication

[!NOTE] Requires a valid company API key in the Authorization header (format: Api-Key <key>).

Request Body

Filter Value Formats

The filters field supports different value formats depending on the field type:

Example Request

Response Structure

Returns a paginated envelope with:
  • results: Array of application records with dynamic keys per requested variables
  • labels_map: Mapping of variable keys to human-readable labels
  • unavailable_application_ids: IDs that were requested but not found
  • errored_request_variables: Invalid variable IDs

Responses

200: OK

Paginated list of applications’ attributes (dynamic keys).

400: Bad Request

Missing/invalid parameters, invalid datetime format, or unrecognised filter paths.

500: Internal Server Error

Unexpected error.