Getting the relevant checklists
Developing
GET
/project/annotation/checklists/{annotationId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/project/annotation/checklists/'
Response Response Example
{
"status": 200,
"message": "Relevant checklists retrieved successfully",
"data": [
{
"id": "checklist_abc123",
"name": "Safety Inspection",
"description": "Checklist for safety compliance checks",
"pickModelComponentId": "component_123abc",
"createdAt": "2025-06-01T12:00:00.000Z",
"updatedAt": "2025-06-01T12:00:00.000Z"
},
{
"id": "checklist_def456",
"name": "Engine Check",
"description": "Checklist for engine condition and parts",
"pickModelComponentId": "component_456def",
"createdAt": "2025-06-01T13:00:00.000Z",
"updatedAt": "2025-06-01T13:00:00.000Z"
}
]
}
Request
Path Params
annotationId
stringÂ
required
Responses
Modified at 2025-06-06 15:12:43