optional

Retrieves paginated listings of services that only have one-to-one fields in them.

Retrieve fully nested service with all related data with id.

post/services

Query parameters

searchstring

Full text search.

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.

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.

minimalboolean

Return array of just service 'id' and 'modified_date'. When using this parameter aim to return all services within one call.

fullboolean

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

Response

A paginated list of services 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

contentsServiceListJson[] required— unresolved $ref