Teamwork CRM API

Getting access, Developing, Testing

Back to Teamwork CRM

List all phone codes

Returns all phone codes sorted by name.

The following targets are allowed in filter query parameters:

  • code
  • name

Output

type: object title: phoneCodesResponse properties: meta: type: object title: ResponseMeta properties: page: type: object title: Page properties: count: type: integer pageOffset: type: integer pageSize: type: integer phoneCodes: type: array items: type: object title: PhoneCode properties: code: type: string id: type: integer name: type: string