Retrieve the data for an existing AppSurface, based on its ID.
GET /app_surfaces/:id
curl https://reactor.adobe.io/app_surfaces/:id \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": {
"id": "ASf62b7f0257094125b67719852e46eeed",
"type": "app_surfaces",
"attributes": {
"created_at": "2022-02-04T21:02:38.608Z",
"updated_at": "2022-02-04T21:02:38.608Z",
"name": "Kessel Surface (new name)"
},
"relationships": {
"company": {
"links": {
"related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company"
},
"data": {
"id": "CO242a7461b61b4ce8831633b3e1dddcb9",
"type": "companies"
}
},
"app_configurations": {
"links": {
"related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations",
"self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations"
}
},
"icon": {
"links": {
"related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon"
},
"data": null
}
},
"links": {
"company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9",
"self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed"
}
}
}