Retrieve Employee Hour Types By Code
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Retrieve Employee Hour Types By Code
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/hcm-rest-api/rest/1/pyemphourtype
Query Standards
Finder
Following row finders are available for data filtering and optimizing request performance.
- Select Employee Hour Type
- Select By Date
- By UUID
Select Employee Hour Type
Recommended finder parameters. Refer to Query Parameters for example.
Parameter | Description | Sample |
---|---|---|
hourCode | Hour Code | ALL |
empNumber | Employee Number | 800 |
compCode | Company Code. | 001 |
Select By Date
This is an optional finder for querying Employee Hour Types by Audit Date.
Parameter | Description | Sample |
---|---|---|
AuditDate | Create or Update Date Time Filter | 2016-01-06 |
By UUID
This is an optional finder for querying a specific Employee Hour Type by row ID.
Parameter | Description | Sample |
---|---|---|
/VUUID | The VUuid attribute is the Unique row ID | placeholder |
Security
HTTP
Type basic
Basic authentication
Query parameters
finder
string
ExampleselectEmpHourType;hourCode=ALL, empNumber=800, compCode=001
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
Exampletrue
orderBy
string
Responses
200
Successful response