Offices
Number of APIs: 5
-
Get all GET {{baseUrl}}/v2/accounts/{{accountId}}/offices?count=100&startPosition=0&onlyAccessible=false&search={{search}}
-
Create an office. POST {{baseUrl}}/v2/accounts/{{accountId}}/offices
-
Get information about the office with the given officeId. GET {{baseUrl}}/v2/accounts/{{accountId}}/offices/{{officeId}}
-
Lists the number of objects of each type that reference the office. GET {{baseUrl}}/v2/accounts/{{accountId}}/offices/{{officeId}}/reference_counts
-
Delete an office. DELETE {{baseUrl}}/v2/accounts/{{accountId}}/offices/{{officeId}}