Get Info Type Subscription

Get Info Type Subscription

Retrieve details of one subscription.

Request
URI
GET
https://{api_host}/dms/data-consumer/v0alpha1/info-type-subscriptions/{subscription_id}
COPY
Path Parameters
string
subscription_id
Required

The identifier of the subscription.


Responses
200

Successful retrieval of the subscription information.

Returns InfoTypesSubscription of type(s) application/json
{
    "id": "string",
    "owner": "string",
    "status_result_uri": "string"
}
string
id
Optional

Unique Id identifying the subscription.

string
owner
Required

Name of the rapp or service subscribing for the info type notifications.

string
status_result_uri
Required

Callback URI that the DMS can invoke to notify the status of the info types.