Skip to main content

Available roadmaps

This message is used to get the API available roadmaps; a JOB_PROGRESS message will be received.

Headers

  • type : AVAILABLE_ROADMAPS
  • author : client Id as provided in the ìnitialisation message
  • recipients : SDK Id as provided in the ìnitialisation message
  • status : SENT

payload

  • empty JSON object.

Example

Example of a Available roadmaps message
{
"type": "AVAILABLE_ROADMAPS",
"payload": {},
"author": "<author id>",
"recipients": [
"<recipient id>"
],
"status": "SENT"
}