Service

Returns number of services.

Returns number of services<br>You must have at least one of these scopes: 'services.read, setup.read, setup.manage'.

get/rateplan/v1/services/$count

Query parameters

propertyIdstring

Filter services by the specified property

textSearchstring

This will filter all services for the provided free text. Currently it only looks up if the service name contains one of the provided values.

onlySoldAsExtrasboolean

If set to true, return only services that can be sold as extras. Otherwise, it returns both, extras, and include-only.

channelCodesstring[]

The channel codes the service is sold through

serviceTypesstring[]

The service types offered

Response

Success

countinteger required

Example response

{
  "count": 50
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.