Retrieve GL Periods By Code
  • 29 May 2025
  • 1 Minute to read
  • Dark
    Light

Retrieve GL Periods By Code

  • Dark
    Light

Article summary

Get
/glrestapi/rest/v1/glperiod

Query Standards

Finder

Following row finders are available for data filtering and optimizing request performance.

  • Select Period
  • By UUID

Select Period

Recommended finder parameters. Refer to Query Parameters for example.

ParameterDescriptionSample
chartCodeChart Code010

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/glperiod/AAAXNtAAKAAOD9UAAa
Security
HTTP
Type basic

Basic authentication

Query parameters
finder
string
ExampleselectPeriod;chartCode=010
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
ExampleTrue
orderBy
string
ExamplePerSeqNum
Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
{
  "items": [
    {
      "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"
        }
      ]
    },
    {
      "PerAdjFlag": "N",
      "PerConschartCode": "010",
      "PerPer": 1,
      "PerYr": 2019,
      "PerStartDate": "2019-01-01",
      "PerEndDate": "2019-01-31",
      "PerOpenPeriodFlag": "Y",
      "PerSeqNum": null,
      "PerRowid": "AAAXNtAAIAAIB4FAAX",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperiod/AAAXNtAAIAAIB4FAAX",
          "name": "glperiod",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperiod/AAAXNtAAIAAIB4FAAX",
          "name": "glperiod",
          "kind": "item"
        }
      ]
    }
  ],
  "totalResults": 2,
  "count": 2,
  "hasMore": false,
  "limit": 250,
  "offset": 0,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperiod",
      "name": "glperiod",
      "kind": "collection"
    }
  ]
}
object