[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1

Get Info Type Subscription

Description

Retrieve details of one subscription.

Request

Request

URL

URL


get
https://{api_host}/dms/data-consumer/v0alpha1/info-type-subscriptions/{subscription_id}
Copy

Path Parameters

Path Parameters

string
subscription_id Required

The identifier of the subscription.


Response

Response

Response Body

Response 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 Samples

Code Samples

cURL Command

curl https://{api_host}/dms/data-consumer/v0alpha1/info-type-subscriptions/{subscription_id}


Feedback

Was this page helpful?