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

KeyDatatypeRequiredDescription
pagenumberSpecifies the requested page index
sizenumberSpecifies the number of elements in a page. Maximum size value allowed is 50.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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}}