Retrieve a Specific GL Consolidation Chart
    • 12 Feb 2025
    • 1 Minute to read
    • Dark
      Light

    Retrieve a Specific GL Consolidation Chart

    • Dark
      Light

    Article summary

    Get
    /glrestapi/rest/v1/glconschart/D4AE1BA9E6D13174E05316821FAC7390

    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.

    • By UUID

    By UUID

    This is a recommended finder for querying a specific GL Consolidation Chart by row ID.

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

    Basic authentication

    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "ConschartCode": "010",
      "ConschartName": "Chart of Accounts - Truebeck",
      "ConschartVUuid": "D4AE1BA9E6D13174E05316821FAC7390",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glconschart/D4AE1BA9E6D13174E05316821FAC7390",
          "name": "glconschart",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glconschart/D4AE1BA9E6D13174E05316821FAC7390",
          "name": "glconschart",
          "kind": "item"
        }
      ]
    }
    object