POST
https://api.applivery.iohttps://upload.applivery.io/v1/integrations/builds
curl -X POST "https://api.applivery.iohttps://upload.applivery.io/v1/integrations/builds" \
-H "Content-Type: application/json" \
-d '{
"versionName": "string",
"tags": "string",
"changelog": "string",
"notifyCollaborators": true,
"notifyEmployees": true,
"notifyMessage": "string",
"notifyLanguage": "es",
"filter": "string",
"buildPlatform": "string",
"packageName": "string",
"packageVersion": "string",
"deployer": {
"name": "string",
"info": {}
},
"deployer.name": "string",
"deployer.info.commitMessage": "string",
"deployer.info.commit": "string",
"deployer.info.branch": "string",
"deployer.info.triggerTimestamp": "string",
"deployer.info.buildUrl": "string",
"deployer.info.ciUrl": "string",
"deployer.info.repositoryUrl": "string",
"deployer.info.buildNumber": "string",
"deployer.info.tag": "string"
}'const response = await fetch("https://api.applivery.iohttps://upload.applivery.io/v1/integrations/builds", {
method: "POST",
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify({
"versionName": "string",
"tags": "string",
"changelog": "string",
"notifyCollaborators": true,
"notifyEmployees": true,
"notifyMessage": "string",
"notifyLanguage": "es",
"filter": "string",
"buildPlatform": "string",
"packageName": "string",
"packageVersion": "string",
"deployer": {
"name": "string",
"info": {}
},
"deployer.name": "string",
"deployer.info.commitMessage": "string",
"deployer.info.commit": "string",
"deployer.info.branch": "string",
"deployer.info.triggerTimestamp": "string",
"deployer.info.buildUrl": "string",
"deployer.info.ciUrl": "string",
"deployer.info.repositoryUrl": "string",
"deployer.info.buildNumber": "string",
"deployer.info.tag": "string"
}),
});
const data = await response.json();import requests
response = requests.post(
"https://api.applivery.iohttps://upload.applivery.io/v1/integrations/builds",
json={
"versionName": "string",
"tags": "string",
"changelog": "string",
"notifyCollaborators": true,
"notifyEmployees": true,
"notifyMessage": "string",
"notifyLanguage": "es",
"filter": "string",
"buildPlatform": "string",
"packageName": "string",
"packageVersion": "string",
"deployer": {
"name": "string",
"info": {}
},
"deployer.name": "string",
"deployer.info.commitMessage": "string",
"deployer.info.commit": "string",
"deployer.info.branch": "string",
"deployer.info.triggerTimestamp": "string",
"deployer.info.buildUrl": "string",
"deployer.info.ciUrl": "string",
"deployer.info.repositoryUrl": "string",
"deployer.info.buildNumber": "string",
"deployer.info.tag": "string"
},
)
data = response.json()Request
Body Params
multipart/form-data
versionName
string
optional
tags
string
optional
changelog
string
optional
notifyCollaborators
any
optional
notifyEmployees
any
optional
notifyMessage
string
optional
notifyLanguage
string
optional
filter
any
optional
buildPlatform
string
optional
packageName
string
optional
packageVersion
string
optional
deployer
object
optional
name
string
optional
info
object
optional
commitMessage
string
optional
commit
string
optional
branch
string
optional
triggerTimestamp
string
optional
buildUrl
string
optional
ciUrl
string
optional
repositoryUrl
string
optional
buildNumber
string
optional
tag
string
optional
deployer.name
string
optional
deployer.info.commitMessage
string
optional
deployer.info.commit
string
optional
deployer.info.branch
string
optional
deployer.info.triggerTimestamp
string
optional
deployer.info.buildUrl
string
optional
deployer.info.ciUrl
string
optional
deployer.info.repositoryUrl
string
optional
deployer.info.buildNumber
string
optional
deployer.info.tag
string
optional
{
"versionName": "string",
"tags": "string",
"changelog": "string",
"notifyCollaborators": true,
"notifyEmployees": true,
"notifyMessage": "string",
"notifyLanguage": "es",
"filter": "string",
"buildPlatform": "string",
"packageName": "string",
"packageVersion": "string",
"deployer": {
"name": "string",
"info": {
"commitMessage": "string",
"commit": "string",
"branch": "string",
"triggerTimestamp": "string",
"buildUrl": "string",
"ciUrl": "string",
"repositoryUrl": "string",
"buildNumber": "string",
"tag": "string"
}
},
"deployer.name": "string",
"deployer.info.commitMessage": "string",
"deployer.info.commit": "string",
"deployer.info.branch": "string",
"deployer.info.triggerTimestamp": "string",
"deployer.info.buildUrl": "string",
"deployer.info.ciUrl": "string",
"deployer.info.repositoryUrl": "string",
"deployer.info.buildNumber": "string",
"deployer.info.tag": "string"
}
Responses
200 Response
application/json
status
boolean
required
data
object
required
id
string
required
status
string
required
tags
array [string]
required
versionName
string
optional
application
string
required
applicationInfo
object
required
id
string
required
name
string
required
slug
string
required
picture
string
optional
changelog
string
optional
iconFile
object
optional
originalName
string
optional
mimetype
string
optional
size
integer
optional
bucket
string
required
key
string
required
location
string
required
region
string
optional
storageProviderId
string
required
checksum
string
optional
updatedAt
string
optional
createdAt
string
optional
info
object
optional
icon
string
optional
ios
object
optional
android
object
optional
pkg
object
optional
app
object
optional
msi
object
optional
exe
object
optional
msixbundle
object
optional
appxbundle
object
optional
msix
object
optional
appx
object
optional
scripts
object
optional
package
object
optional
size
integer
optional
processTime
integer
optional
queuedTime
integer
optional
versionCode
string
optional
error
string
optional
errorCode
string
optional
os
string
optional
buildPlatform
string
optional
deployer
object
required
name
string
optional
info
object
optional
uploadedBy
object
optional
id
string
required
email
string
required
firstName
string
optional
lastName
string
optional
picture
string
optional
originalExtension
string
required
storageProvider
object
required
id
string
required
name
string
optional
region
string
optional
config
string
optional
provider
string
required
processLogs
array [object]
required
dateMs
integer
required
message
string
required
files
array [object]
required
id
string
required
type
string
required
description
string
optional
file
object
optional
metadata
object
optional
metadata
object
required
externalFileUrl
string
optional
hasEmmJson
any
required
defaultScripts
object
optional
preInstall
string
required
postInstall
string
required
audit
string
required
enforce
string
required
runner
string
required
updatedAt
string
required
createdAt
string
required
{
"status": true,
"data": {
"id": "string",
"status": "pending",
"tags": [
"string"
],
"versionName": "string",
"application": "string",
"applicationInfo": {
"id": "string",
"name": "string",
"slug": "string",
"picture": "string"
},
"changelog": "string",
"iconFile": {
"originalName": "string",
"mimetype": "string",
"size": 0,
"bucket": "string",
"key": "string",
"location": "string",
"region": "string",
"storageProviderId": "string",
"checksum": "string",
"updatedAt": "string",
"createdAt": "string"
},
"info": {
"icon": "string",
"ios": {
"plist": {
"CFBundleName": "string",
"CFBundleDisplayName": "string",
"CFBundleVersion": "string",
"CFBundleShortVersionString": "string",
"CFBundleIdentifier": "string",
"CFBundleSupportedPlatforms": [
"string"
],
"MinimumOSVersion": "string",
"CFBundleIcons": [
"string"
],
"UIDeviceFamily": [
"string"
]
},
"mobileprovision": {
"TeamIdentifier": "string",
"ProvisionsAllDevices": true,
"ProvisionedDevices": "string",
"TeamName": "string",
"ExpirationDate": "string",
"signingType": "appStore"
}
},
"android": {
"versionCode": "string",
"versionName": "string",
"platformBuildVersionCode": "string",
"platformBuildVersionName": "string",
"packageName": "string",
"minSDKVersion": "string",
"targetSdkVersion": "string",
"icon": "string",
"productName": "string"
},
"pkg": {
"CFBundleName": "string",
"CFBundleDisplayName": "string",
"CFBundleVersion": "string",
"CFBundleShortVersionString": "string",
"CFBundleIdentifier": "string",
"CFBundleSupportedPlatforms": [
"string"
],
"MinimumOSVersion": "string",
"relatedPkgs": [
{
"distribution": {
"id": "string",
"active": "string",
"auth": "string",
"installKBytes": "string",
"onConclusion": "string",
"onConclusionScript": "string",
"version": "string",
"archiveKBytes": "string",
"packageIdentifier": "string",
"text": "string"
},
"plistInfo": {
"CFBundleName": "string",
"CFBundleDisplayName": "string",
"CFBundleVersion": "string",
"CFBundleShortVersionString": "string",
"CFBundleIdentifier": "string",
"CFBundleSupportedPlatforms": [
[
"string"
]
],
"MinimumOSVersion": "string"
},
"iconFile": "string"
}
]
},
"app": {
"CFBundleName": "string",
"CFBundleDisplayName": "string",
"CFBundleVersion": "string",
"CFBundleShortVersionString": "string",
"CFBundleIdentifier": "string",
"CFBundleSupportedPlatforms": [
[
"string"
]
],
"CFBundlePackageType": "string",
"LSMinimumSystemVersion": "string"
},
"msi": {
"productCode": "string",
"productVersion": "string",
"productName": "string",
"manufacturer": "string"
},
"exe": {
"fileSize": "string",
"fileVersionNumber": "string",
"fileOS": "string",
"fileDescription": "string",
"fileVersion": "string",
"originalFileName": "string",
"productName": "string",
"productVersion": "string",
"companyName": "string"
},
"msixbundle": {
"applicationsData": [
{
"arch": "string",
"fileName": "string",
"size": "string",
"version": "string"
}
],
"packageName": "string",
"version": "string"
},
"appxbundle": {
"applicationsData": [
{
"arch": "string",
"fileName": "string",
"size": "string",
"version": "string"
}
],
"packageName": "string",
"version": "string"
},
"msix": {
"displayName": "string",
"publisherDisplayName": "string",
"version": "string",
"arch": "string",
"name": "string"
},
"appx": {
"displayName": "string",
"publisherDisplayName": "string",
"version": "string",
"arch": "string",
"name": "string"
},
"scripts": {
"preInstall": "string",
"postInstall": "string"
},
"package": {
"name": "string",
"version": "string"
}
},
"size": 0,
"processTime": 0,
"queuedTime": 0,
"versionCode": "string",
"error": "string",
"errorCode": "string",
"os": "ios",
"buildPlatform": "string",
"deployer": {
"name": "string",
"info": {
"commitMessage": "string",
"commit": "string",
"branch": "string",
"triggerTimestamp": "string",
"buildUrl": "string",
"ciUrl": "string",
"repositoryUrl": "string",
"buildNumber": "string",
"tag": "string"
}
},
"uploadedBy": {
"id": "string",
"email": "[email protected]",
"firstName": "string",
"lastName": "string",
"picture": "string"
},
"originalExtension": "string",
"storageProvider": {
"id": "string",
"name": "string",
"region": "string",
"config": "string",
"provider": "string"
},
"processLogs": [
{
"dateMs": 0,
"message": "string"
}
],
"files": [
{
"id": "string",
"type": "aab",
"description": "string",
"file": {
"originalName": "string",
"mimetype": "string",
"size": 0,
"bucket": "string",
"key": "string",
"location": "string",
"region": "string",
"storageProviderId": "string",
"checksum": "string",
"updatedAt": "string",
"createdAt": "string"
},
"metadata": {}
}
],
"metadata": {},
"externalFileUrl": "string",
"hasEmmJson": true,
"defaultScripts": {
"preInstall": "string",
"postInstall": "string",
"audit": "string",
"enforce": "string",
"runner": "string"
},
"updatedAt": "string",
"createdAt": "string"
}
}