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

nextCursorstring nullable required

The cursor to retrieve the next page of Comments.

nextPageUrlstring nullable required

Path with query parameters that can be used to retrieve the next page of Comments.

Example response

{
  "comments": [
    {
      "createdAt": "2022-01-01T00:00:00.000Z"
    }
  ]
}