v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Applications

Get List of Applications

Use this API to retrieve a paginated list of applications. The search parameter can be used to optionally filter results by name.

get/api/cmp/v1/applications

Query parameters

searchStrstring

Search string to filter applications by name

sortBy'name' | 'os'

Field to sort by.

direction'asc' | 'desc'

Sort direction.

pageinteger
Example:1

Page number (0-based)

sizeinteger
Example:10

Page size

Response

OK

totalPagesinteger
totalElementsinteger
sizeinteger
numberinteger
firstboolean
lastboolean
numberOfElementsinteger
emptyboolean

Example response

{
  "content": [
    {
      "id": "f2229953-b4b5-4042-8cb9-b78038cc4c46",
      "name": "My Mobile App",
      "os": "ANDROID",
      "status": "COMPLETED",
      "publishStatus": "PUBLISHED",
      "consentPolicyId": "f2229953-b4b5-4042-8cb9-b78038cc4c46",
      "consentPolicyName": "GDPR Policy",
      "consentPolicyAssignDate": "2024-01-15T10:30:00Z",
      "orgId": "org-123",
      "orgName": "OneTrust",
      "scriptVersion": "202603.1.0",
      "createdDate": "2024-01-01T10:00:00Z",
      "modifiedDate": "2024-01-15T10:30:00Z",
      "publishedDate": "2024-01-10T10:00:00Z"
    }
  ]
}