[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
List Info Producers
DescriptionList data producers by identifier, optionally filtered by the data type provided in the info_type_id query parameter.
Request
URLURL
https://{api_host}/dms/data-producer/v0alpha1/info-producers
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 BodyResponse 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 SamplesCode Samples
cURL Command
curl https://{api_host}/dms/data-producer/v0alpha1/info-producers
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1