Skip to main content

List Offices

List all offices of the company

Path Parameters
    companyID companyID required

    The id of the company

Responses

List of offices of the company


Schema
    items object[]

    List of offices

  • Array [
  • id string

    Unique ID of the the office

    name string

    Name of the office

    emoji string

    Emoji of the office

    createdAt date-time

    Date the office was created

    updatedAt date-time

    Date the office was last updated

    deletedAt date nullable

    Date the office was deleted

    managers string[]

    List of managers of the team

  • ]
Loading...