Retrieve the App Surfaces owned by the specified Company.
GET /companies/:company_id/app_surfaces
curl https://reactor.adobe.io/companies/:company_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": "AS7402e40471fe4ec4adbb741ad8efc109",
"type": "app_surfaces",
"attributes": {
"created_at": "2023-04-21T22:53:04.237Z",
"updated_at": "2023-04-21T22:53:04.237Z",
"name": "Kessel Surface",
"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/AS7402e40471fe4ec4adbb741ad8efc109/company"
},
"data": {
"id": "COb0dbd63fb8304a6197eef1f5cd0324fb",
"type": "companies"
}
},
"app_configurations": {
"links": {
"related": "https://reactor.adobe.io/app_surfaces/AS7402e40471fe4ec4adbb741ad8efc109/app_configurations",
"self": "https://reactor.adobe.io/app_surfaces/AS7402e40471fe4ec4adbb741ad8efc109/relationships/app_configurations"
}
}
},
"links": {
"company": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb",
"self": "https://reactor.adobe.io/app_surfaces/AS7402e40471fe4ec4adbb741ad8efc109"
}
},
{
"id": "AS45bb4d9d00b445daba1e4d8bc265c3d4",
"type": "app_surfaces",
"attributes": {
"created_at": "2023-04-21T22:53:04.510Z",
"updated_at": "2023-04-21T22:53:04.510Z",
"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/AS45bb4d9d00b445daba1e4d8bc265c3d4/company"
},
"data": {
"id": "COb0dbd63fb8304a6197eef1f5cd0324fb",
"type": "companies"
}
},
"app_configurations": {
"links": {
"related": "https://reactor.adobe.io/app_surfaces/AS45bb4d9d00b445daba1e4d8bc265c3d4/app_configurations",
"self": "https://reactor.adobe.io/app_surfaces/AS45bb4d9d00b445daba1e4d8bc265c3d4/relationships/app_configurations"
}
}
},
"links": {
"company": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb",
"self": "https://reactor.adobe.io/app_surfaces/AS45bb4d9d00b445daba1e4d8bc265c3d4"
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 2
}
}
}