optional

Retrieve paginated listings of service_at_location that only have one-to-one fields in them.

Retrieve paginated listings of service_at_location that only have one-to-one fields in them.

post/service_at_locations

Query parameters

searchstring

Full text search.

taxonomy_term_idstring

Search for records with particular taxonomy_term.

taxonomy_idstring

Search for records which contain any term with this taxonomy.

organization_idstring

Search for services which contain services that that this organization provides.

modified_afterstring datetime

Return all results modified on or after this datetime.

fullboolean

Return a fully nested service, service_at_location, or organization based on the request.

pageinteger

Page number of paginated result.

per_pageinteger

Number of results requested in a single page.

formatstring

Return results in the specified format. Default is json. Could be ndjson which should stream all the results without pagination.

postcodestring

The postcode or zip code of a point used to check service coverage. If service_area is available, only return results where the postcode exists within the service_area. If proximity is provided, only show results within the proximity from the centroid of the postcode.

proximitystring

Return services that exist within meters from the centroid of the provided postcode

Response

Retrieve paginated listings of service_at_location that only have one-to-one fields in them.

total_itemsinteger

The total number of entities (e.g. services, organizations) returned

total_pagesinteger

Count of total pages.

page_numberinteger

The number of the current page

sizeinteger

The number of entities in the current page.

first_pageboolean

A Boolean value indicating if this is the first page

last_pageboolean

A Boolean value indicating if this is the last page

emptyboolean required

A Boolean value indicating if there is an empty result set

contentsServiceAtLocationListJson[] required— unresolved $ref