Fetches all standard work categories

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Responses
200

Success

Example Response

mosaic_id is the Standard Work Category ID


{
  standard_work_categories: [
    {
      activity_code: null,
      created_at: "2017-01-01T00:00:00.000Z",
      is_archived: false,
      is_billable: true,
      mosaic_id: 111111,
      mosaic_team_id: 12345,
      title: "Example Category"
      updated_at: "2017-01-01T00:00:00.000Z",
    }
  ]
}
401

Invalid Authentication Key and/or Team ID

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!