SelectionContext
Context information including, among other things, base view, selectable assets, and UI options
baseView object[]
Array [
uidstring | nullnullable
Example:
550e8400-e29b-41d4-a716-446655440000externalIds object | null
Only one external identifier, where the key is the source name and the value is the identifier in that source system.
property name*string
]
selectableAssetsobject[]nullable
Example:
[{"type":"EQUIPMENT|.*"}]uiOptions object | null
property name*anynullable
Example:
{"viewAssetDetails":true}SelectionContext
{
"baseView": [
{
"uid": "550e8400-e29b-41d4-a716-446655440000"
}
],
"selectableAssets": [
{
"type": "EQUIPMENT|.*"
}
],
"uiOptions": {
"viewAssetDetails": true
}
}