App Configuration
getVersion
Retrieve a specific version of an app configuration
get/v1/app-configurations/{appId}/versions/{version}
Path parameters
appIdstring required
ID of the app configuration
versionstring required
Version of the app configuration to retrieve
Response
App configuration for specific version
Example response
{
"notifications": {
"email": "developer@example.com"
},
"components": [
{
"configuration": {
"override_dev_mode": {
"override_url": "http://localhost:3000"
},
"component_url": "https://cdn.apps.com/123/v1.0.0/bundle.js"
}
}
]
}