This call returns a list of non-deleted employee attendance hour tags in a business unit.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
[- {
- "id": "37b1d910-804a-4b7d-bcb6-5291d975dfa6",
- "code": "A",
- "description": "Absent",
- "regularTimeDescription": "Regular",
- "overtimeDescription": "Overtime",
- "doubleOvertimeDescription": "2nd OT",
- "applyCost": "totalCost",
- "affectsOvertimeCalculation": false,
- "includeInHourTotal": true
}
]
This call returns a list of equipment non-use hour tags in a business unit.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
[- {
- "id": "37b1d910-804a-4b7d-bcb6-5291d975dfa6",
- "code": "D",
- "description": "Down",
- "totalTimeDescription": "Total",
- "ownershipTimeDescription": "Ownership",
- "operatingTimeDescription": "Operating",
- "includeInHourTotal": true
}
]