Skip to main content
GET
/
platform
/
appdev
/
apppackages
/
collection
Error
A valid request URL is required to generate request examples
{
  "startIndex": 123,
  "pageSize": 123,
  "pageCount": 123,
  "totalCount": 123,
  "items": [
    {
      "parentName": "<string>",
      "applicationId": 123,
      "applicationTypeId": 123,
      "releasePackageId": 123,
      "releasePackageName": "<string>",
      "name": "<string>",
      "applicationNamespace": "<string>",
      "applicationVersion": {
        "majorVersion": 123,
        "minorVersion": 123,
        "revision": 123
      },
      "applicationStatusId": 123,
      "appId": "<string>",
      "applicationStatusName": "<string>",
      "hasVersions": true,
      "appSchemeVersion": 123,
      "appKey": "<string>",
      "parentAppKey": "<string>",
      "updateParentAppKey": "<string>",
      "updateAvailable": true
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

startIndex
integer<int32>
default:0
pageSize
integer<int32>
default:20
sortBy
string
filter
string
responseFields
string

limits which fields are returned in the response body

Response

Success

Collection of products returned as a whole. A collection is not paged.

startIndex
integer<int32>
pageSize
integer<int32>
pageCount
integer<int32>
totalCount
integer<int32>
items
object[] | null