Get Application Version for Tenant (v2.1)
GET/v2.1/api/tenants/:tenant_id/appdefs_version
Get the application version for a tenant.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
app_version string
Version of the app.
id string
Application ID.
ml7_sigfile_url string
URL of the m17 sigfile.
reqState string
Possible values: [APPDEF_APPS_REQ_PENDING
, APPDEF_APPS_CREATE_IN_PROGRESS
, APPDEF_CODECS_CREATE_IN_PROGRESS
, APPDEF_ML7_POSTED
, APPDEF_ML7_PENDING
, APPDEF_CREATE_COMPLETE
, APPDEF_CREATE_FAILED
]
App states.
{
"app_version": "string",
"id": "string",
"ml7_sigfile_url": "string",
"reqState": "APPDEF_APPS_REQ_PENDING"
}
Loading...