Retrieve the AppSurfaces related to the specified AppConfiguration.
GET /app_configurations/:apns_app_configuration_id/app_surfaces
curl https://reactor.adobe.io/app_configurations/:app_configuration_id/app_surfaces \
-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": "AS171978466e2d4cbeb03c276d2cc7ed2a",
"type": "app_surfaces",
"attributes": {
"created_at": "2023-04-21T22:51:08.118Z",
"updated_at": "2023-04-21T22:51:08.118Z",
"name": "Kessel Surface (new name)",
"created_by_email": "ciltaru@adobe.com",
"created_by_display_name": "George Ciltaru",
"updated_by_email": "ciltaru@adobe.com",
"updated_by_display_name": "George Ciltaru"
},
"relationships": {
"company": {
"links": {
"related": "https://reactor.adobe.io/app_surfaces/AS171978466e2d4cbeb03c276d2cc7ed2a/company"
},
"data": {
"id": "COb0dbd63fb8304a6197eef1f5cd0324fb",
"type": "companies"
}
},
"app_configurations": {
"links": {
"related": "https://reactor.adobe.io/app_surfaces/AS171978466e2d4cbeb03c276d2cc7ed2a/app_configurations",
"self": "https://reactor.adobe.io/app_surfaces/AS171978466e2d4cbeb03c276d2cc7ed2a/relationships/app_configurations"
}
}
},
"links": {
"company": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb",
"self": "https://reactor.adobe.io/app_surfaces/AS171978466e2d4cbeb03c276d2cc7ed2a"
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 1
}
}
}