latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Work Orders
List work order comments
get/workorders/{id}/comments
Query parameters
cursorstring
Last pagination reference
limitinteger
max number of Comments returned
Response
Successfully fetched Comments list
Example response
{
"comments": [
{
"createdAt": "2022-01-01T00:00:00.000Z"
}
]
}