Application installed export search

The customer portal makes this REST call to the Third-Party Gateway to export providing information about all installed applications.

Application installed export search details

Request URL

POST api/v1/tenants/{tenantId}/applications/application-installed-search

Response code

201 - The request successfully processed.

Response schema

{

"id": {

"type": "guid",

"description": "uniqueidentifier of request ."

}

}

Response sample

{

"id": "632ae2accc8dbf877da5d8f0"

}