GET – Lista de Apps publicadas

Esta petición está destinada a obtener la lista de aplicaciones publicadas disponibles.

Definición #

  • Método: GET
  • URL: https://api.applivery.io/v1/integrations/distributions
  • Autenticación: requerida
  • Encabezados:

    Content-Type: application/json

    Authorization: bearer <your_app_token>

Params #

Param

Tipo

Descripción

slug

String

Nombre simplificado de la publicación presente en la URL.

security

String

Seguridad para acceder a la publicación: public, password, logged.

visibility

String

Acceso: active, inactive, unlisted.

filter-type

String

last, , build, builds, gitTaggitBranch, , tag, ,

Ejemplo de petición #

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

Respuestas #

Content type: application/json

				
					{
  "status": true,
  "data": {
    "items": [
      {
        "id": "string",
        "updatedAt": "2019-08-24T14:15:22Z",
        "createdAt": "2019-08-24T14:15:22Z",
        "application": "string",
        "applicationInfo": {
          "id": "string",
          "slug": "string",
          "name": "string",
          "picture": "string"
        },
        "slug": "string",
        "filter": {
          "type": "last",
          "value": "string",
          "ios": "string",
          "android": "string",
          "windows": "string",
          "macos": "string",
          "builds": [
            {
              "buildPlatform": "string",
              "id": "string"
            }
          ]
        },
        "security": "public",
        "tags": [
          "string"
        ],
        "groups": [
          [
            "string"
          ]
        ],
        "visibility": "active",
        "showHistory": true,
        "showDevInfo": true,
        "distributionUrl": "string",
        "terms": {
          "active": true,
          "text": "string"
        }
      }
    ],
    "totalDocs": 0,
    "limit": 0,
    "hasPrevPage": true,
    "hasNextPage": true,
    "page": 0,
    "totalPages": 0,
    "pagingCounter": 0,
    "prevPage": 0,
    "nextPage": 0
  }
}
				
			

Content type: application/json

				
					{
  "status": false,
  "error": {
    "code": 4002,
    "message": "No auth token"
  }
}
				
			

Content type: application/json

				
					{
  "status": false,
  "error": {
    "code": 3001,
    "message": "Entity not found"
  }
}
				
			
Updated on noviembre 30, 2024
¿Te ha sido útil este artículo?

En esta página

— Habla con un experto —

Hablar con un experto

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