Retrieve Crewtime Crew By Code
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Retrieve Crewtime Crew 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/pyctimecrew
Query Standards
Key | Recommended | Description |
---|---|---|
finder | Yes | Filters data based on attributes |
limit | Yes | No. of items to return |
offset | Yes | item index |
totalResults | Yes | Returns total number of items |
orderBy | Yes | Returns list of items order by given attribute |
Finder
Following row finders are available for data filtering and optimizing request performance.
- Primary Key
Primary Key
This is the recommended finder for querying a Specific Employee Security Group by Primary Key (Group Code + Employee Number).
Parameter | Description | Sample |
---|---|---|
EsgeGroupCode | Security Group Code | Master |
EsgeEmpNo | Employee Number | 007 |
Security
HTTP
Type basic
Basic authentication
Query parameters
finder
string
ExampleselectByCode;CrewCode=CREW_004
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
Exampletrue
orderBy
string
ExamplePycrCode
Responses
200
Successful response