Skip to main content

Current features

This message is sent when a current entity change (due to a click on the map for example)

Headers

  • type : CURRENT_FEATURES
  • author : SDK Id
  • recipients : Client Id
  • status : SENT

payload

Examples

Example of a current feature on an operation
{
"type": "CURRENT_FEATURES",
"payload": {
"entityType": "OPERATION",
"id": "OPERATION_06",
"idxSplit": 0
},
"author": "<author id>",
"recipients": [
"<recipient id>"
],
"status": "SENT"
}
Example of a current feature on a sequence
{
"type": "CURRENT_FEATURES",
"payload": {
"entityType": "ACTIVITY",
"id": "000ZYX1DH01",
"index": 10
},
"author": "<author id>",
"recipients": [
"<recipient id>"
],
"status": "SENT"
}
Example of a current feature on a route
{
"type": "CURRENT_FEATURES",
"payload": {
"entityType": "ITINERARY",
"id": "000ZYX1DH01"
},
"author": "<author id>",
"recipients": [
"<recipient id>"
],
"status": "SENT"
}