/documents/mapSession/{sessionId}/expand - Expand the map

When a map loads in CCMS Web, submaps do not load until they are expanded. This method expands a submap.

Note:

This method is new in 6.7

End-point

POST documents/mapSession/{sessionId}/expand

Path parameters

Field Description

sessionId

The session ID for the map that has the submaps to expand.

Request body

Field Type Description

data

ChildExpansionParameterRequest

The elementId of the submap to expand.

Possible response

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

Field Type Description

result

MapSessionResult[…]

All the information about the map session required to expand the submap.