Department Image
Retrieve a department image
Retrieves the image associated with a specific department
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
image/png
Department image retrieved successfully
The response is of type string
.
Was this page helpful?