Retrieve the relationship linkage for the AppSurfaces related to the specified AppConfiguration.
GET /app_configurations/:apns_app_configuration_id/relationships/app_surfaces
curl https://reactor.adobe.io/app_configurations/:app_configuration_id/relationships/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": [
{
"type": "app_surfaces",
"id": "AS1470f2d5d95d4c90abf5565a757379dc"
}
],
"links": {
"related": "https://reactor.adobe.io/app_configurations/AC384df90891b148598128a5b0be529b6e/app_surfaces",
"self": "https://reactor.adobe.io/app_configurations/AC384df90891b148598128a5b0be529b6e/relationships/app_surfaces"
}
}