Get list of Published Applications

Note
You are viewing the Apps API whose scope is limited to Apps. If you are looking for the full API spec, check the Organizations API .

This request is intended to get the list of available published applications.

Definition #

  • Method: GET
  • URL: https://api.applivery.io/v1/integrations/distributions
  • Authentication: required
  • Headers:

Content-Type: application/json
Authorization: bearer <your_app_token>

Params #

Param Type Description
slug String Simplified name of the publication present on the URL.
security String Security to access the publication: public, password, logged.
visibility String Access: active, inactive, unlisted.
filter-type String last, build, builds, gitBranch, gitTag, tag.

Example request #

				
					curl 'https://api.applivery.io/v1/integrations/distributions' 
  -X GET 
  -H 'Authorization: bearer xyz...xyz'
				
			

Responses #

Content type: application/json
				
					{
  "status": true,
  "data": {
    "items": [
      {
        "id": "string",
        "updatedAt": "string",
        "createdAt": "string",
        "application": "string",
        "applicationInfo": {
          "id": "string",
          "slug": "string",
          "name": "string",
          "picture": "string"
        },
        "slug": "string",
        "filter": {
          "type": "last",
          "value": "string",
          "ios": "string",
          "android": "string"
        },
        "security": "public",
        "tags": [
          "string"
        ],
        "groups": [
          [
            "string"
          ]
        ],
        "visibility": "active",
        "showHistory": true,
        "showDevInfo": true,
        "distributionUrl": "string",
        "terms": {
          "active": true,
          "text": "string"
        }
      }
    ],
  }
}
				
			
Updated on September 25, 2024
Was this article helpful?

On this page

— talk to an expert —

Talk to an expert

MDM & MAD [EN]
How many devices do you want to manage with Applivery?
Which operating systems do you want to manage?