curl --request GET \
--url https://api.eda.prisme.ai/v2/apps/{appSlug} \
--header 'Authorization: Bearer <token>'{
"workspaceId": "<string>",
"slug": "<string>",
"versions": [
"<string>"
],
"name": "<string>",
"description": {
"fr": "Bonjour",
"en": "Hello"
},
"documentation": {
"workspaceSlug": "<string>",
"slug": "<string>"
},
"config": {
"schema": {},
"block": "<string>",
"value": "<unknown>"
},
"photo": "<string>",
"labels": [
"<string>"
],
"updatedAt": "<string>",
"createdAt": "<string>",
"updatedBy": "<string>",
"createdBy": "<string>"
}Fetch an app DSUL
curl --request GET \
--url https://api.eda.prisme.ai/v2/apps/{appSlug} \
--header 'Authorization: Bearer <token>'{
"workspaceId": "<string>",
"slug": "<string>",
"versions": [
"<string>"
],
"name": "<string>",
"description": {
"fr": "Bonjour",
"en": "Hello"
},
"documentation": {
"workspaceSlug": "<string>",
"slug": "<string>"
},
"config": {
"schema": {},
"block": "<string>",
"value": "<unknown>"
},
"photo": "<string>",
"labels": [
"<string>"
],
"updatedAt": "<string>",
"createdAt": "<string>",
"updatedBy": "<string>",
"createdBy": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
App unique id
App version
Success Response
Show child attributes
Show child attributes
Show child attributes
string, number, object, array, boolean, localized:string, localized:number, localized:boolean Was this page helpful?