Point Of Sale
List cashiers
Lists all active cashiers.
get/api/v1/cashiers
Query parameters
project_idstring
Resource identifier.
Example:17
The resource's identifier.
Response
Operation completed successfully.
Example response
{
"data": [
{
"id": "1",
"name": "Kassierer SW",
"number": "1001",
"project": {
"id": "2"
},
"permissionLevel": "0"
}
],
"extra": {
"totalCount": 1,
"page": {
"number": 1,
"size": 10
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.