Retrieve GL document drill downs By Code
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Retrieve GL document drill downs 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/gldocdrilldown
Security
HTTP
Type basic
Basic authentication
Query parameters
finder
string
ExampleselectDrillDown; documentCode=, runPeriod=, runYear=, suppressTotalLines=, suppressDetailLines=
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
Exampletrue
orderBy
string
ExampleRAccSeq:desc
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
{
"items": [],
"totalResults": 0,
"count": 0,
"hasMore": false,
"limit": 2,
"offset": 0,
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestupg/glrestapi/rest/v1/gldocdrilldown",
"name": "gldocdrilldown",
"kind": "collection"
}
]
}
object