Docs

Get Surface

GET /surfaces/{surfaceId}

GET/surfaces/{surfaceId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Returns full detail for a single surface, including description, raster map, area, location, and all scheduled content blocks.

Path Parameters

FieldTypeRequiredDescription
surfaceIdGuidRequiredThe ID of the surface to retrieve. Replace `{{surfaceId}}` in the URL.

Response

FieldTypeDescription
idGuidSurface ID.
namestringDisplay name.
descriptionstringDescription text.
rasterMapobject| nullLinked raster map (`{ id, name, status }`), or `null`.
areaobject| nullAssociated area (`{ id, name }`), or `null`.
exactLocationstringFree-text location description.
contentBlocksContentBlock[]All content blocks scheduled on this surface.
contentBlocks[].idGuidContent block ID.
contentBlocks[].contentobjectScheduled content item (`{ id, name }`).
contentBlocks[].startTimeDateTimeBlock start time.
contentBlocks[].endTimeDateTimeBlock end time.