This endpoint retrieves a single layer by its ID with extended data and metadata. The response includes detailed information about the layer, its sites, technical installations, and other associated data.
Send a GET request to /plans/v1/rs/{planId}/layers/{layerId}.
planId (number): The ID of the plan to retrievelayerId (number): The ID of the layer to retrieveextend (string): Comma-separated list of fields to extend (e.g., “sites,technicalInstallations,tags”)The request will fail if:
For the rights of this endpoint, the request is filtered by cells that are accessible to the user. Only authenticated users with proper permissions can retrieve layer details. Requires x-session-token header.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Session token used for authenticating the request.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxMjM0NTY3ODkwIiwic2Vzc2lvbklkIjoiYWJjZGVmMTIzNDU2IiwiaWF0IjoxNjA1MDk3ODk5LCJleHAiOjE2MDUxODQyOTl9.4XRQ1iXDyvEj5LgPZHbmTmzOZs98M3YPOzgf3MhxjaI"
Content type, must be "application/json".
"application/json"Unique identifier of the plan.
-9007199254740991 <= x <= 90071992547409911
Unique identifier of the layer.
-9007199254740991 <= x <= 90071992547409911
Extend options:
"actions-info": Give information about actions that can be done on the layer
"updatable-fields": Get information about the field that can be updated
actions-info, updatable-fields Layer retrieved successfully