---
title: "Retrieve a Specific GL Period By Row ID"
slug: "retrieve-a-specific-gl-period-by-row-id"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/retrieve-a-specific-gl-period-by-row-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 Period By Row ID

Get/glrestapi/rest/v1/glperiod/AAAXNtAAKAAOD9UAAa

## Query Standards

| Key | Recommended | Description |
| --- | --- | --- |
| finder | Yes | xxxs |
| 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.

- Select Document
- By UUID

#### Select Document

This is the recommended finder for querying Document by Document Code

| Parameter | Description | Sample |
| --- | --- | --- |
| documentCode | Document Code | BALANCE |

#### By UUID

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

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

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='5340c24c-e258-4847-ae65-4b986822cde0'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='7cdda6e5-dbb2-4a6a-b748-b58a3b291583'>example-0</option>
<option value='eb61b3e4-996e-460c-af98-02d31d04b445'>example-1</option>
</select>example-0

Successful Response

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

example-1

Successful Response

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