Retrieve the AppConfigurations related to the specified AppSurface.
GET /app_surfaces/:app_surface_id/app_configurations
curl https://reactor.adobe.io/app_surfaces/:app_surface_id/app_configurations \
-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": "AC7f38f663c0d14584a854711e24b80abf",
"type": "app_configurations",
"attributes": {
"app_id": "com.adobe.test_app",
"created_at": "2023-04-21T22:53:01.707Z",
"created_by_display_name": "George Ciltaru",
"created_by_email": "ciltaru@adobe.com",
"key_type": "p8_file",
"messaging_service": "apns",
"name": "Kessel Apns App",
"platform": "mobile",
"sandbox_name": null,
"updated_at": "2023-04-21T22:53:01.707Z",
"updated_by_display_name": "George Ciltaru",
"updated_by_email": "ciltaru@adobe.com"
},
"relationships": {
"company": {
"links": {
"related": "https://reactor.adobe.io/app_configurations/AC7f38f663c0d14584a854711e24b80abf/company"
},
"data": {
"id": "COb0dbd63fb8304a6197eef1f5cd0324fb",
"type": "companies"
}
},
"app_surfaces": {
"links": {
"related": "https://reactor.adobe.io/app_configurations/AC7f38f663c0d14584a854711e24b80abf/app_surfaces",
"self": "https://reactor.adobe.io/app_configurations/AC7f38f663c0d14584a854711e24b80abf/relationships/app_surfaces"
}
}
},
"links": {
"company": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb",
"self": "https://reactor.adobe.io/app_configurations/AC7f38f663c0d14584a854711e24b80abf"
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 1
}
}
}