List Info Producers

List Info Producers

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

Request
URI
GET
https://{api_host}/dms/data-producer/v0alpha1/info-producers
COPY
Query Parameters
string
info_type_id
Optional

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


Responses
200

Successful retrieval of a list of data producers.

Returns Array of string of type(s) application/json
[
    "pmhistory"
]