Skip to main content

CreateSelectionSessionResponse

Response containing the created selection session UID and access URL

uidstring<uuid>

Unique identifier of the created selection session

Default value: ##default
Example: a1b2c3d4-e5f6-7890-abcd-ef1234567890
urlstring

URL to access the selection view with the created session

Default value: ##default
Example: https://app.stonal.io/plans/ORGCODE/selection/?sessionId=a1b2c3d4-e5f6-7890-abcd-ef1234567890
CreateSelectionSessionResponse
{
"uid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"url": "https://app.stonal.io/plans/ORGCODE/selection/?sessionId=a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}