List Notes

Why would I use this?

If your team leverages notes, this endpoint will allow you to see all notes on the jobs in your organization. It could be useful if you would like to do a backlog catalogging of all notes into a new CRM.

Response Code Snippet

See an example 200 response here, then follow below to learn more about the request, and what makes up the responses.

{
  "results": [
    {
      "id": 12,
      "job_id": 6,
      "org_id": 17,
      "user_id": 26,
      "body": "The roof has a hole in it!",
      "created_at": "2018-03-15T07:18:07.440Z",
      "updated_at": "2018-03-15T07:18:07.440Z",
      "user": {
        "email": "[email protected]",
        "first_name": "First",
        "last_name": "Last"
      }
    }
  ]
}

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!