GET /subscriptions
Retrieves a list of all subscriptions have been made accessible to a data service consumer by a data service provider. This may include subscriptions at any phase in their lifecycle.
DSGO.Basis
: Data service providers MUST support a GET call to a /subscriptions
endpoint to retrieve a list of available subscriptions
Request
Authorisation
The data service provider is responsible for determining a suitable authorisation policy for their subscriptions resources. See Autorisatie for more information.
Parameters
For information about the parameters that are common to the trust framework’s API’s see Generic API Requirements, and for parameters common to all subscriptions methods, see /subscriptions.
Responses
200 OK
Successful, the response body contains data providing a list of subscriptions available to the data service consumer. The data is structured as an array of subscription objects as indicated in the example below:
DSGO.Basis
: Data service providers MUST include a list of subscription resources available for the data service consumer in a response to a successful GET calls to the /subscriptions
endpoint
DSGO.Basis
: Data service providers MUST provide a count of the number of subscriptions included, in the count
parameter, in the response to a successful GET calls to the /subscriptions
endpoint