Fetches all offices

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 Office ID in this case


{
  offices: [
    {
      mosaic_id: 123,
      mosaic_team_id: 12345,
      name: "New York City",
      team_membership_order: [
        111,
        222,
        333
      ]
    }
  ],
  offices_count: 1
}
401

Invalid Authentication Key and/or Team ID

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