---
title: "Retrieve a Specific GL Consolidation Chart"
slug: "retrieve-a-specific-gl-consolidation-chart"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/retrieve-a-specific-gl-consolidation-chart"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve a Specific GL Consolidation Chart

Get/glrestapi/rest/v1/glconschart/D4AE1BA9E6D13174E05316821FAC7390

## Query Standards

| Key | Recommended | Description |
| --- | --- | --- |
| finder | Yes | Filters data based on attributes |
| limit | Yes | No. of items to return |
| offset | Yes | item index |
| totalResults | Yes | Returns total number of items |
| orderBy | Yes | Returns 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.

| Parameter | Description | Sample |
| --- | --- | --- |
| /VUUID | The VUuid attribute is the Unique row ID | /glrestapi/rest/v1/glconschart/D4AE1BA9E6D13174E05316821FAC7390 |

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='c9e02485-9cf6-4412-aaed-3a6f8e36e5be'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='418f2405-0c8b-4711-972c-162c039aa2b0'>example-0</option>
<option value='701e706f-a592-4853-a4c2-5e84017d6334'>example-1</option>
</select>example-0

Successful Response

```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"
    }
  ]
}
```

example-1

Successful Response

```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
