Download OpenAPI specification:Download
Application management
Connect-Protocol-Version required | number (Connect-Protocol-Version) Value: 1 Define the version of the Connect protocol Value: 1 |
Connect-Timeout-Ms | number (Connect-Timeout-Ms) Define the timeout, in ms |
name | string (name) |
description | string (description) |
developerId | string (developer_id) |
category | string (category) |
price | number <double> (price) |
size | integer or string <int64> (size) |
minAndroidVersion | string (min_android_version) |
currentVersion | string (current_version) |
tags | Array of strings (tags) |
screenshots | Array of strings (screenshots) |
apkFile | string <byte> (apk_file) |
iconUrl | string (icon_url) |
{- "name": "string",
- "description": "string",
- "developerId": "string",
- "category": "string",
- "price": 0.1,
- "size": 0,
- "minAndroidVersion": "string",
- "currentVersion": "string",
- "tags": [
- "string"
], - "screenshots": [
- "string"
], - "apkFile": "string",
- "iconUrl": "string"
}
{- "application": {
- "id": "string",
- "name": "string",
- "description": "string",
- "developerId": "string",
- "category": "string",
- "price": 0.1,
- "size": 0,
- "minAndroidVersion": "string",
- "currentVersion": "string",
- "tags": [
- "string"
], - "screenshots": [
- "string"
], - "rating": 0.1,
- "downloads": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "storageUrl": "string",
- "iconUrl": "string"
}
}
Connect-Protocol-Version required | number (Connect-Protocol-Version) Value: 1 Define the version of the Connect protocol Value: 1 |
Connect-Timeout-Ms | number (Connect-Timeout-Ms) Define the timeout, in ms |
id | string (id) |
{- "id": "string"
}
{- "application": {
- "id": "string",
- "name": "string",
- "description": "string",
- "developerId": "string",
- "category": "string",
- "price": 0.1,
- "size": 0,
- "minAndroidVersion": "string",
- "currentVersion": "string",
- "tags": [
- "string"
], - "screenshots": [
- "string"
], - "rating": 0.1,
- "downloads": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "storageUrl": "string",
- "iconUrl": "string"
}
}
Connect-Protocol-Version required | number (Connect-Protocol-Version) Value: 1 Define the version of the Connect protocol Value: 1 |
Connect-Timeout-Ms | number (Connect-Timeout-Ms) Define the timeout, in ms |
id | string (id) |
name | string (name) |
description | string (description) |
category | string (category) |
price required | number <double> (price) |
minAndroidVersion | string (min_android_version) |
currentVersion | string (current_version) |
tags | Array of strings (tags) |
screenshots | Array of strings (screenshots) |
apkFile | string <byte> (apk_file) |
iconUrl | string (icon_url) |
{- "id": "string",
- "name": "string",
- "description": "string",
- "category": "string",
- "price": 0.1,
- "minAndroidVersion": "string",
- "currentVersion": "string",
- "tags": [
- "string"
], - "screenshots": [
- "string"
], - "apkFile": "string",
- "iconUrl": "string"
}
{- "application": {
- "id": "string",
- "name": "string",
- "description": "string",
- "developerId": "string",
- "category": "string",
- "price": 0.1,
- "size": 0,
- "minAndroidVersion": "string",
- "currentVersion": "string",
- "tags": [
- "string"
], - "screenshots": [
- "string"
], - "rating": 0.1,
- "downloads": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "storageUrl": "string",
- "iconUrl": "string"
}
}
Connect-Protocol-Version required | number (Connect-Protocol-Version) Value: 1 Define the version of the Connect protocol Value: 1 |
Connect-Timeout-Ms | number (Connect-Timeout-Ms) Define the timeout, in ms |
id | string (id) |
{- "id": "string"
}
{- "application": {
- "id": "string",
- "name": "string",
- "description": "string",
- "developerId": "string",
- "category": "string",
- "price": 0.1,
- "size": 0,
- "minAndroidVersion": "string",
- "currentVersion": "string",
- "tags": [
- "string"
], - "screenshots": [
- "string"
], - "rating": 0.1,
- "downloads": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "storageUrl": "string",
- "iconUrl": "string"
}
}
Search and discovery
Connect-Protocol-Version required | number (Connect-Protocol-Version) Value: 1 Define the version of the Connect protocol Value: 1 |
Connect-Timeout-Ms | number (Connect-Timeout-Ms) Define the timeout, in ms |
query | string (query) |
category | string (category) |
minPrice required | number <double> (min_price) |
maxPrice | number <double> (max_price) |
minAndroidVersion | string (min_android_version) |
tags | Array of strings (tags) |
object (pagination) | |
Array of objects (sort) |
{- "query": "string",
- "category": "string",
- "minPrice": 0.1,
- "maxPrice": 0.1,
- "minAndroidVersion": "string",
- "tags": [
- "string"
], - "pagination": {
- "page": 0,
- "pageSize": 0
}, - "sort": [
- {
- "field": "string",
- "ascending": true
}
]
}
{- "applications": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "developerId": "string",
- "category": "string",
- "price": 0.1,
- "size": 0,
- "minAndroidVersion": "string",
- "currentVersion": "string",
- "tags": [
- "string"
], - "screenshots": [
- "string"
], - "rating": 0.1,
- "downloads": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "storageUrl": "string",
- "iconUrl": "string"
}
], - "pagination": {
- "totalItems": 0,
- "totalPages": 0,
- "currentPage": 0,
- "pageSize": 0
}
}
Connect-Protocol-Version required | number (Connect-Protocol-Version) Value: 1 Define the version of the Connect protocol Value: 1 |
Connect-Timeout-Ms | number (Connect-Timeout-Ms) Define the timeout, in ms |
object (pagination) |
{- "pagination": {
- "page": 0,
- "pageSize": 0
}
}
{- "categories": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "createdAt": "2019-08-24T14:15:22Z"
}
], - "pagination": {
- "totalItems": 0,
- "totalPages": 0,
- "currentPage": 0,
- "pageSize": 0
}
}
Download management
Connect-Protocol-Version required | number (Connect-Protocol-Version) Value: 1 Define the version of the Connect protocol Value: 1 |
Connect-Timeout-Ms | number (Connect-Timeout-Ms) Define the timeout, in ms |
applicationId | string (application_id) |
userId | string (user_id) |
{- "applicationId": "string",
- "userId": "string"
}
{- "downloadUrl": "string",
- "expiresAt": "2019-08-24T14:15:22Z"
}
Payment management
Connect-Protocol-Version required | number (Connect-Protocol-Version) Value: 1 Define the version of the Connect protocol Value: 1 |
Connect-Timeout-Ms | number (Connect-Timeout-Ms) Define the timeout, in ms |
applicationId | string (application_id) |
userId | string (user_id) |
{- "applicationId": "string",
- "userId": "string"
}
{- "checkoutUrl": "string"
}