List Countrys
Retrieve a list of Country objects.
You can use query parameters to filter, sort, and paginate the results.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234_abcdef
Query Parameters
Number of results to return per page. Maximum is 100. Default is 20.
The initial index from which to return the results.
Ordering of the results.
For ascending sort order use field.asc, for descending sort order use field.desc.
For sorting by multiple parameters write them as comma separated string: client_id.asc,id.desc.
Final stable tiebreak ordering is added except when pk sorting used.
code.asc- Codecode.desc- Code (descending)zone.asc- Zonezone.desc- Zone (descending)name.asc- Namename.desc- Name (descending)
code.asc, code.desc, name.asc, name.desc, zone.asc, zone.desc Ordering of the results.
This field is left for compatibility and can be deprecated in future versions. Use order_by instead.
Default sort order is ascending. Put - before value for descending sort order: -id.
For sorting by multiple parameters write them as comma separated string: -client_id,id.
Final stable tiebreak ordering is added except when pk sorting used.
code- Code-code- Code (descending)zone- Zone-zone- Zone (descending)name- Name-name- Name (descending)
-code, -name, -zone, code, name, zone Country zone
RU- RUEU- EUOTHER- OTHER
EU, OTHER, RU