Countries
| API | Description |
|---|---|
| GET Countries/{pageNumber}/{pageSize} |
Returns details of all countries, page parameters allow for page number and size specification. |
| GET Countries/basic/{pageNumber}/{pageSize} |
Returns a basic list of countries, details can be retrieved by calling countries/{id}, page parameters allow for page number and size specification. |
| GET Countries/basic |
Returns a basic list of countries, results are unbound. |
| GET Countries |
Returns details of all countries, results are unbound. |
| GET Countries/{id} |
Returns details of a single country, selected by Id. |
Authorities
| API | Description |
|---|---|
| GET Authorities/{pageNumber}/{pageSize} |
Returns details of all authorities, page parameters allow for page number and size specification. |
| GET Authorities/basic/{pageNumber}/{pageSize} |
Returns a basic list of authorities (id/name), details can be retrieved by calling authorities/{id}, page parameters allow for page number and size specification. |
| GET Authorities/basic |
Returns a basic list of authorities (id/name), details can be retrieved by calling authorities/{id}, results are unbound. |
| GET Authorities |
Returns details of all authorities, results are unbound. |
| GET Authorities/{id} |
Returns details of a single authority, selected by Id. |
Regions
| API | Description |
|---|---|
| GET Regions/{pageNumber}/{pageSize} |
Returns details of all regions, page parameters allow for page number and size specification. |
| GET Regions/basic/{pageNumber}/{pageSize} |
Returns a basic list of regions, details can be retrieved by calling regions{id}, page parameters allow for page number and size specification. |
| GET Regions/basic |
Returns a basic list of regions, details can be retrieved by calling regions{id}. |
| GET Regions |
Returns details of all regions, results are unbound. |
| GET Regions/{id} |
Returns details of a single region, selected by Id. |
BusinessTypes
| API | Description |
|---|---|
| GET BusinessTypes/{pageNumber}/{pageSize} |
Returns details of all business types, page parameters allow for page number and size specification. |
| GET BusinessTypes/basic/{pageNumber}/{pageSize} |
Returns a basic list of business types, details can be retrieved by calling countries/{id}, page parameters allow for page number and size specification. |
| GET BusinessTypes/basic |
Returns a basic list of business types, results are unbound. |
| GET BusinessTypes |
Returns details of all business types, results are unbound. |
| GET BusinessTypes/{id} |
Returns details of a single business type, selected by Id. |
Establishments
SortOptions
| API | Description |
|---|---|
| GET SortOptions |
Returns details of all SortOptions, results are unbound. |
SchemeTypes
| API | Description |
|---|---|
| GET SchemeTypes |
Returns details of all SchemeTypes, results are unbound. |
ScoreDescriptors
| API | Description |
|---|---|
| GET ScoreDescriptors?establishmentId={establishmentId} |
Returns details of all scoreDescriptor, results are unbound. |
Ratings
| API | Description |
|---|---|
| GET Ratings |
Returns details of all ratings, results are unbound. |
RatingOperators
| API | Description |
|---|---|
| GET RatingOperators |
Returns details of all RatingOperators, results are unbound. |