Apps
Get the app manifest for a given app and version
Path parameters
appstringRequired
versionstringRequired
Query parameters
max_manifest_versionstringOptionalExample:
3.0.0-beta.1Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$manifest_versionstringOptionalExample:
3.0.0-beta.1Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$Header parameters
X-Session-IdstringRequiredPattern:
^[0-9a-f]{8}(?:-[0-9a-f]{4}){3}-[0-9a-f]{12}$Responses
200
App Manifests for App {app} in version {version}
application/json
400
Bad Request
application/json
403
Session id invalid or not found
application/json
404
No such App/version combination
application/json
500
Internal Server Error
application/json
get
/api/v2/manifests/{app}/{version}Create a download token for a given app and version
Header parameters
X-Session-IdstringRequiredPattern:
^[0-9a-f]{8}(?:-[0-9a-f]{4}){3}-[0-9a-f]{12}$Body
appstringRequired
versionstringRequired
Responses
200
Download token for App {app} in version {version}
application/json
204
Inofficial App, no download token creation possible
403
Session id invalid or not found
application/json
500
Internal Server Error
application/json
post
/api/v2/tokensLast updated
Was this helpful?