APIs to get apps installed on iOS devices. Use Application to get apps for Android devices.
Returns all the apps for a device
Success
Bad Request
Authorization information is missing or invalid.
Internal Server Error
{- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
- "app_id": "affd1d10-9538-4fc8-9e0b-4594a28c1335",
- "app_type": "TENANT_IOS",
- "app_version_id": "e3abc648-7a66-4046-8d15-901595652d8d",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0"
}
]
}
Success
Bad Request
Authorization information is missing or invalid.
Internal Server Error
{- "count": 0,
- "prev": "string",
- "next": "string",
- "results": [
- {
- "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940"
}
]
}