Department details
GET {{kroger-baseUrl}}/departments/:id
Provides access to the details of a specific department by using the departmentId
.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"data": {
"departmentId": "<string>",
"name": "<string>"
},
"meta": {}
} |