---
title: "Retrieve a specific GL Account By View ID"
slug: "retrieve-a-specific-gl-account-by-view-id"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/retrieve-a-specific-gl-account-by-view-id"
---

> ## 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 Account By View ID

Get/glrestapi/rest/v1/glaccounts/03022A8690E346A8E06316821FACD0FF

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='0c738865-1b65-4aff-87de-b9377e9fc17d'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='7311a1eb-70e8-40ef-a2b4-1887b26a6612'>example-0</option>
<option value='b3e5c9ef-421a-4133-b591-8dfe8e33cedf'>example-1</option>
</select>example-0

Retrieve a specific GL Account

```json
{
  "AccConschartCode": "010",
  "AccConschartName": "Chart of Accounts - Truebeck",
  "AccCode": "50001",
  "AccName": "ED",
  "AccLowFlag": "Y",
  "AccSequence": 50001,
  "AccTypeCode": "E",
  "AccTypeName": "EXPENSES",
  "AccVUuid": "03022A8690E346A8E06316821FACD0FF",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glaccounts/03022A8690E346A8E06316821FACD0FF",
      "name": "glaccounts",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glaccounts/03022A8690E346A8E06316821FACD0FF",
      "name": "glaccounts",
      "kind": "item"
    }
  ]
}
```

example-1

Retrieve a specific GL Account

```json
{
  "AccConschartCode": "010",
  "AccConschartName": "Chart of Accounts - Truebeck",
  "AccCode": "50001",
  "AccName": "ED",
  "AccLowFlag": "Y",
  "AccSequence": 50001,
  "AccTypeCode": "E",
  "AccTypeName": "EXPENSES",
  "AccVUuid": "03022A8690E346A8E06316821FACD0FF",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glaccounts/03022A8690E346A8E06316821FACD0FF",
      "name": "glaccounts",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glaccounts/03022A8690E346A8E06316821FACD0FF",
      "name": "glaccounts",
      "kind": "item"
    }
  ]
}
```

object
