Fetches departments

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

id is the Department ID in this case


{
  departments: [
    {
      created_at: "2025-12-13T05:53:18.868-05:00",
      description: "Description",
      mosaic_id: 1,
      mosaic_team_id: 104543,
      name: "Department",
      updated_at: "2025-12-13T05:53:18.868-05:00"
    }
  ]
}
401

Invalid Authentication Key and/or Team ID

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