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": "AS9dde84e9b9c14738a8077ab591a3f7a6",
"type": "app_surfaces",
"attributes": {
"created_at": "2023-01-30T20:47:36.933Z",
"updated_at": "2023-01-30T20:47:36.933Z",
"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/AS9dde84e9b9c14738a8077ab591a3f7a6/company"
},
"data": {
"id": "COb0dbd63fb8304a6197eef1f5cd0324fb",
"type": "companies"
}
},
"app_configurations": {
"links": {
"related": "https://reactor.adobe.io/app_surfaces/AS9dde84e9b9c14738a8077ab591a3f7a6/app_configurations",
"self": "https://reactor.adobe.io/app_surfaces/AS9dde84e9b9c14738a8077ab591a3f7a6/relationships/app_configurations"
}
}
},
"links": {
"company": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb",
"self": "https://reactor.adobe.io/app_surfaces/AS9dde84e9b9c14738a8077ab591a3f7a6"
}
},
{
"id": "ASae7750a226c14f4c8e92764901e07104",
"type": "app_surfaces",
"attributes": {
"created_at": "2023-01-30T20:47:37.111Z",
"updated_at": "2023-01-30T20:47:37.111Z",
"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/ASae7750a226c14f4c8e92764901e07104/company"
},
"data": {
"id": "COb0dbd63fb8304a6197eef1f5cd0324fb",
"type": "companies"
}
},
"app_configurations": {
"links": {
"related": "https://reactor.adobe.io/app_surfaces/ASae7750a226c14f4c8e92764901e07104/app_configurations",
"self": "https://reactor.adobe.io/app_surfaces/ASae7750a226c14f4c8e92764901e07104/relationships/app_configurations"
}
}
},
"links": {
"company": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb",
"self": "https://reactor.adobe.io/app_surfaces/ASae7750a226c14f4c8e92764901e07104"
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 2
}
}
}