GET
/
api
/
departments
/
{id}
/
image
curl --request GET \
  --url http://localhost/api/departments/{id}/image \
  --header 'Authorization: Bearer <token>'
"aSDinaTvuI8gbWludGxpZnk="

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
image/png
Department image retrieved successfully

The response is of type string.