Retrieve Crewtime Crew By Code
    • 25 Sep 2024
    • 1 Minute to read
    • Dark
      Light

    Retrieve Crewtime Crew By Code

    • Dark
      Light

    Article summary

    Get
    /hcm-rest-api/rest/1/pyctimecrew

    Query Standards

    KeyRecommendedDescription
    finderYesFilters data based on attributes
    limitYesNo. of items to return
    offsetYesitem index
    totalResultsYesReturns total number of items
    orderByYesReturns 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).

    ParameterDescriptionSample
    EsgeGroupCodeSecurity Group CodeMaster
    EsgeEmpNoEmployee Number007
    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