Show all registered apps for a tenant. App Configuration details are masked and not displayed in response owing to security reasons.
GET {{baseUrl}}/mobileApps?page=0&size=10
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Specifies the requested page index | |
size | number | Specifies the number of elements in a page. Maximum size value allowed is 50. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"mobileApps":[{"id":"1b4f9820-a6eb-4c86-b499-a030533ef5a2","name":"Voith_Service_App","type":"iOS","android":{"fcmServerKey":"XXXXXXXXXXXXXXXXXXXXXXXXX"},"ios":{"fcmServerKey":"XXXXXXXXXXXXXXXXXXXXXXXXX","bundleId":"fugiat dolor","apnsSslCertificate":"XXXXXXXXXXXXXXXXXXXXXXXXX","apnsAppPrivateKey":"XXXXXXXXXXXXXXXXXXXXXXXXX","production":false}},{"id":"1b4f9820-a6eb-4c86-b499-a030533ef5a2","name":"Voith_Service_App","type":"iOS","android":{"fcmServerKey":"XXXXXXXXXXXXXXXXXXXXXXXXX"},"ios":{"fcmServerKey":"XXXXXXXXXXXXXXXXXXXXXXXXX","bundleId":"eu","apnsSslCertificate":"XXXXXXXXXXXXXXXXXXXXXXXXX","apnsAppPrivateKey":"XXXXXXXXXXXXXXXXXXXXXXXXX","production":false}}],"page":{"size":29658636,"totalElements":-33334122,"totalPages":52595629,"number":-97871322}}