Offices

Number of APIs: 5

  1. Get all GET {{baseUrl}}/v2/accounts/{{accountId}}/offices?count=100&startPosition=0&onlyAccessible=false&search={{search}}

  2. Create an office. POST {{baseUrl}}/v2/accounts/{{accountId}}/offices

  3. Get information about the office with the given officeId. GET {{baseUrl}}/v2/accounts/{{accountId}}/offices/{{officeId}}

  4. Lists the number of objects of each type that reference the office. GET {{baseUrl}}/v2/accounts/{{accountId}}/offices/{{officeId}}/reference_counts

  5. Delete an office. DELETE {{baseUrl}}/v2/accounts/{{accountId}}/offices/{{officeId}}