Retrieve a Specific GL Consolidation Chart

Prev Next
Get
/glrestapi/rest/v1/glconschart/D4AE1BA9E6D13174E05316821FAC7390

Query Standards

Key Recommended Description
finder Yes Filters data based on attributes
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.

  • By UUID

By UUID

This is a recommended finder for querying a specific GL Consolidation Chart by row ID.

Parameter Description Sample
/VUUID The VUuid attribute is the Unique row ID /glrestapi/rest/v1/glconschart/D4AE1BA9E6D13174E05316821FAC7390
Security
HTTP
Type basic

Basic authentication

Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
example-0

Successful Response

{
  "ConschartCode": "010",
  "ConschartName": "Chart of Accounts - Truebeck",
  "ConschartVUuid": "D4AE1BA9E6D13174E05316821FAC7390",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glconschart/D4AE1BA9E6D13174E05316821FAC7390",
      "name": "glconschart",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glconschart/D4AE1BA9E6D13174E05316821FAC7390",
      "name": "glconschart",
      "kind": "item"
    }
  ]
}
example-1

Successful Response

{
  "ConschartCode": "010",
  "ConschartName": "Chart of Accounts - Truebeck",
  "ConschartVUuid": "D4AE1BA9E6D13174E05316821FAC7390",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glconschart/D4AE1BA9E6D13174E05316821FAC7390",
      "name": "glconschart",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glconschart/D4AE1BA9E6D13174E05316821FAC7390",
      "name": "glconschart",
      "kind": "item"
    }
  ]
}
object