GET /history/map-update
GET operation for /history/map-update
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Response Body
application/json
curl -X GET "https://dev-rest.onboard.io/history/map-update"{
"id": 1,
"uuid": "string",
"name": "string",
"status": "launched",
"onboardee_company": "string",
"owner": "string",
"history_date": "2021-01-01T00:00:00Z",
"event_type": "string",
"expected_launch_date": "2021-01-01T00:00:00Z",
"actual_launch_date": "2021-01-01T00:00:00Z",
"notes": "string",
"has_messages": true,
"external_id": "string",
"custom": {}
}Empty
Empty
Empty
How is this guide?