Retrieve HR Applications by Code
    • 06 Jan 2025
    • 1 Minute to read
    • Dark
      Light

    Retrieve HR Applications by Code

    • Dark
      Light

    Article summary

    Get
    /hcm-rest-api/rest/1/hrapplications

    Query Standards

    Finder

    Following row finders are available for data filtering and optimizing request performance.

    • Application Finder
    • By UUID

    Application Finder

    Recommended finder parameters. Refer to Query Parameters for example.

    ParameterDescriptionSample
    AplNoVarApplication Number30354
    TrdCodeTrade Code0095
    AplStatusApplication StatusHIREPENDIN

    By UUID

    This is an optional finder for querying a specific Application by row ID.

    ParameterDescriptionSample
    /VUUIDThe VUuid attribute is the Unique row ID/hcm-rest-api/rest/1/hrapplications/EC84C19BA444575FE05316821FAC4B65
    Security
    HTTP
    Type basic

    Basic authentication

    Query parameters
    finder
    string
    ExampleApplicationFinder;AplNoVar=30354,TrdCode=0095,AplStatus=HIREPENDIN
    limit
    integer
    Example500
    offset
    integer
    Example0
    totalResults
    boolean
    ExampleTrue
    orderBy
    string
    ExampleHrapVUuid:desc
    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourcecollection+json
    {
      "items": [
        {
          "HrapAplNo": "30354",
          "HrapTrdCode": "0095",
          "HrapDate": "2022-11-02T21:52:06Z",
          "HrapSourceType": "M",
          "HrapNotes": "Hired by Workato Access",
          "HrapStatus": "HIREPENDIN",
          "HrapViewedStatus": null,
          "HrapViewedNewDate": "2022-11-02",
          "HrapViewedModifiedDate": "2022-11-02",
          "HrapVUuid": "EC84C19BA444575FE05316821FAC4B65",
          "HrapReqCode": null,
          "links": [
            {
              "rel": "self",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrapplications/EC84C19BA444575FE05316821FAC4B65",
              "name": "hrapplications",
              "kind": "item"
            },
            {
              "rel": "canonical",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrapplications/EC84C19BA444575FE05316821FAC4B65",
              "name": "hrapplications",
              "kind": "item"
            }
          ]
        }
      ],
      "count": 1,
      "hasMore": false,
      "limit": 5,
      "offset": 0,
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrapplications",
          "name": "hrapplications",
          "kind": "collection"
        }
      ]
    }
    object