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

List Info Producers

Description

List data producers by identifier, optionally filtered by the data type provided in the info_type_id query parameter.

Request

Request

URL

URL


get
https://{api_host}/dms/data-producer/v0alpha1/info-producers
Copy

Query Parameters

Query Parameters

string
info_type_id Optional

If provided, ‘info_type_id’ is used to filter the results by the identified data type.


Response

Response

Response Body

Response Body

200 OK

Returns array of string of type application/json

Successful retrieval of a list of data producers.

[
	"pmhistory"
]

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/dms/data-producer/v0alpha1/info-producers


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

Was this page helpful?