Retrieve a Specific GL Period By Row ID
- 12 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Retrieve a Specific GL Period By Row ID
- Updated on 12 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |
Security
HTTP
Type basic
Basic authentication
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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