Retrieve GL Periods By Code
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Retrieve GL Periods By Code
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.
Parameter | Description | Sample |
---|---|---|
chartCode | Chart Code | 010 |
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/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