Get Publisher
GET {{baseUrl}}/dialcode/v1/publisher/read/{{publisherId}}
This API is associated with fetching a specific publisher owning a DIAL code.
The endpoint for Get Publisher is /dialcode/v1/publisher/read/publisherId It points to knowledge-mw-service - /v1/dialcode/publisher/read/{{publisherId}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Channel-Id | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"api.publisher.read","ver":"1.0","ts":"2023-01-27T06:40:00.380Z","params":{"resmsgid":"6c1a9bc0-9e0d-11ed-827a-edd2af60aa77","msgid":"6c19ff80-9e0d-11ed-a17d-b3ade16c7a73","status":"successful","err":null,"errmsg":null},"responseCode":"OK","result":{"publisher":{"identifier":"sunbird_test_publisher_47","name":"Sunbird Test Publisher","channel":"sunbird","createdOn":"2023-01-27T06:37:18.282689","updatedOn":"2023-01-27T06:37:18.282733"}}}