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

The cursor to retrieve the next page of Comments.

nextPageUrlstring nullable

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"
    }
  ]
}

Changes