-
Notifications
You must be signed in to change notification settings - Fork 0
RESTful API Config Applications
MasterLinux edited this page Mar 21, 2014
·
21 revisions
#Applications This resource gets all applications of a specific user
###Request URL
GET [base_url]/config/applications/[id]/
##Request parameter embed=[embed_query]
##Response definition:
{
"meta": {Object},
"objects": [{
"id": {Number},
"name": {String},
"version": {String},
"author": {String},
"startUri": {String},
"language": {String},
"resources": {Object|null},
"pages": {Object|null},
"tasks": {Object|null},
"resourceUri": {String}
}]
}
##Response description
- name -> Name of the application
- version -> Version number of the application
- author -> Name of the application author
- startUri -> Uri of the home page
- language -> The language code of the default language
####embedded fields
- resources -> Texts and other resources used in the application, see resources docs
- pages -> Pages of the specific application, see pages docs
- tasks -> Background tasks of the specific application, see ???