[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
Get Info Type Subscription
DescriptionRetrieve details of one subscription.
Request
URLURL
https://{api_host}/dms/data-consumer/v0alpha1/info-type-subscriptions/{subscription_id}
Path Parameters
Path Parameters
string
subscription_id
Required
The identifier of the subscription.
Response
Response
Response BodyResponse Body
200 OK
Returns
InfoTypesSubscription
of type application/json
Successful retrieval of the subscription information.
{
"id": "string",
"owner": "string",
"status_result_uri": "string"
}
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.
string
id
Optional
Unique Id identifying the subscription.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://{api_host}/dms/data-consumer/v0alpha1/info-type-subscriptions/{subscription_id}
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
On This Page
Data Consumer Operations
delete
get
get
get