Retrieve HR Requisitions by Code
    • 25 Sep 2024
    • 1 Minute to read
    • Dark
      Light

    Retrieve HR Requisitions by Code

    • Dark
      Light

    Article summary

    Get
    /hcm-rest-api/rest/1/hrrequisitions

    Query Standards

    Finder

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

    • Requisition Finder
    • By UUID

    Requisition Finder

    Recommended finder parameters. Refer to Query Parameters for example.

    ParameterDescriptionSample
    JobTitleVarJob TitlePayroll Manager
    StatusCodeVarStatus CodeH

    By UUID

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

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

    Basic authentication

    Query parameters
    finder
    string
    ExampleRequisitionFinder;JobTitleVar=Payroll Manager,StatusCodeVar=H
    limit
    integer
    Example500
    offset
    integer
    Example0
    totalResults
    boolean
    Exampletrue
    orderBy
    string
    ExampleHrrVUuid
    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourcecollection+json
    {
      "items": [
        {
          "HrrOraseq": 829397290,
          "HrrCode": "001",
          "HrrDate": null,
          "HrrQty": null,
          "HrrTrdCode": "0095",
          "HrrRequestedBy": null,
          "HrrPropHireDate": null,
          "HrrPropJobTitle": "Payroll Manager",
          "HrrJobDesc": null,
          "HrrResp": "Managing Payroll checks/direct depositis are accurately processed and sent to employees",
          "HrrSalaryRange": null,
          "HrrPropSalary": null,
          "HrrStatusCode": "H",
          "HrrAccountingCode": null,
          "HrrNotes": null,
          "HrrFullparttime": "F",
          "HrrTemporary": "N",
          "HrrType": "A",
          "HrrHireOffice": null,
          "HrrVUuid": "EB2F372A016551A1E05316821FAC932D",
          "links": [
            {
              "rel": "self",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrequisitions/EB2F372A016551A1E05316821FAC932D",
              "name": "hrrequisitions",
              "kind": "item"
            },
            {
              "rel": "canonical",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrequisitions/EB2F372A016551A1E05316821FAC932D",
              "name": "hrrequisitions",
              "kind": "item"
            }
          ]
        }
      ],
      "count": 1,
      "hasMore": false,
      "limit": 25,
      "offset": 0,
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrequisitions",
          "name": "hrrequisitions",
          "kind": "collection"
        }
      ]
    }
    object