API Reference
GET projects/{id}/assessment-history/Z
GET operation for projects/{id}/assessment-history/Z
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/projects/{id}/assessment-history/Z"{
"id": 0,
"roadmap_id": 0,
"roadmap_name": "string",
"assessment_type": "string",
"assessment_type_display": "string",
"value": 0,
"previous_value": 0,
"updated_by": "string",
"updated_by_name": "string",
"updated_by_email": "string",
"created_at": "2019-08-24T14:15:22Z",
"modified_at": "2019-08-24T14:15:22Z"
}Empty
Empty
Empty
How is this guide?