Retrieve a Specific GL Period By Row ID
    • 12 Feb 2025
    • 1 Minute to read
    • Dark
      Light

    Retrieve a Specific GL Period By Row ID

    • Dark
      Light

    Article summary

    Get
    /glrestapi/rest/v1/glperiod/AAAXNtAAKAAOD9UAAa

    Query Standards

    KeyRecommendedDescription
    finderYesxxxs
    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.

    • Select Document

    • By UUID

    Select Document

    This is the recommended finder for querying Document by Document Code

    ParameterDescriptionSample
    documentCodeDocument CodeBALANCE

    By UUID

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

    ParameterDescriptionSample
    /VUUIDThe VUuid attribute is the Unique row ID/glrestapi/rest/v1/gldocument/EA02BA00A0C88811E053B08610ACE770
    Security
    HTTP
    Type basic

    Basic authentication

    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "PerAdjFlag": "N",
      "PerConschartCode": "010",
      "PerPer": 1,
      "PerYr": 2023,
      "PerStartDate": "2023-04-01",
      "PerEndDate": "2023-04-30",
      "PerOpenPeriodFlag": "Y",
      "PerSeqNum": null,
      "PerRowid": "AAAXNtAAKAAOD9UAAa",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperiod/AAAXNtAAKAAOD9UAAa",
          "name": "glperiod",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperiod/AAAXNtAAKAAOD9UAAa",
          "name": "glperiod",
          "kind": "item"
        }
      ]
    }
    object