latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

Applications

Get list of applications by Company ID

get/applications

Query parameters

companystring required
Example:54fb80af-576c-4fdc-ba4f-b596c83f15a1
limitnumber
Example:10
offsetnumber
Example:3

Response

Response object of applications requests

Example response

{
  "company": {
    "apps": {
      "items": [
        {
          "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
          "name": "unique-name",
          "display_name": "firstsite",
          "status": "deploymentSuccess"
        }
      ]
    }
  }
}