GetSelectionSessionResponse
Response for getting a selection session containing its selection data and context
selection objectrequired
Selection data containing the list of selected asset UIDs
selectedAssetsstring[]
Example:
["3d0eab45-e2cc-4b80-addf-5ee0e77a5dcc","a1b2c3d4-e5f6-7890-abcd-ef1234567890"]context objectrequired
Context information including, among other things, base view, selectable assets, and UI options
property name*any
Context information including, among other things, base view, selectable assets, and UI options
Example:
{
"baseView": [{"uid": "550e8400-e29b-41d4-a716-446655440000"}],
"selectableAssets": [{"type": "EQUIPMENT|.*"}],
"uiOptions": {"viewAssetDetails": true},
"customField": "value",
}
GetSelectionSessionResponse
{
"selection": "\n {\n \"selectedAssets\": [\"3d0eab45-e2cc-4b80-addf-5ee0e77a5dcc\", \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\"],\n }\n ",
"context": "\n {\n \"baseView\": [{\"uid\": \"550e8400-e29b-41d4-a716-446655440000\"}],\n \"selectableAssets\": [{\"type\": \"EQUIPMENT|.*\"}],\n \"uiOptions\": {\"viewAssetDetails\": true},\n \"customField\": \"value\",\n }\n "
}