applivery.com

Get list of Builds of an App

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 Builds of a given App.

Definition #

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

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

Params #

Param Type Description
versionName String Given build version Name (slug). i.e: RC-1
status String Build status (slug). i.e: pending, in_progress, processed, error
os String Operative System. i.e: ios, android
page String Page number
limit String Limit number of results

Example request #

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

Responses #

Content type: application/json
				
					{
  "status": true,
  "data": {
    "items": [
      {
        "id": "string",
        "status": "pending",
        "tags": [...],
        "versionName": "string",
        "application": "string",
        "applicationInfo": {...},
        "changelog": "string",
        "info": {...},
        "size": 0,
        "processTime": 0,
        "queuedTime": 0,
        "versionCode": "string",
        "error": "string",
        "errorCode": "string",
        "os": "ios",
        "deployer": {...},
        "uploadedBy": {...},
        "originalExtension": "string",
        "storageProvider": {...},
        "hasEmmJson": true,
        "updatedAt": "string",
        "createdAt": "string"
      }
    ],
  }
}
				
			
Updated on July 11, 2023
Was this article helpful?

On this page

— talk to an expert —

Talk to an expert