Teamwork CRM API

Getting access, Developing, Testing

Back to Teamwork CRM

List all countries

Returns all countries sorted by name.

The following targets are allowed in filter query parameters:

  • code
  • name

Output

type: object title: countriesResponse properties: countries: type: array items: type: object title: Country properties: code: type: string description: Two letter country code. id: type: integer name: type: string meta: type: object title: ResponseMeta properties: page: type: object title: Page properties: count: type: integer pageOffset: type: integer pageSize: type: integer