Retrieve a Specific GL Journal By Journal Code
  • 27 Feb 2025
  • 1 Minute to read
  • Dark
    Light

Retrieve a Specific GL Journal By Journal Code

  • Dark
    Light

Article summary

Get
/glrestapi/rest/v1/gljournal/AD

Query Standards

KeyRecommendedDescription
finderYesFilters data based on attributes
limitYesNo. of items to return
offsetYesitem index
totalResultsYesReturns total number of items
orderByYesReturns 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 Journal by row ID.

ParameterDescriptionSample
/VUUIDThe VUuid attribute is the Unique row ID/glrestapi/rest/v1/gljournal/:AD
Security
HTTP
Type basic

Basic authentication

Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "JourGlAppFlag": "Y",
  "JourCode": "AD",
  "JourName": "Adjustments/Corrections",
  "JourSeqNum": 1,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestupg/glrestapi/rest/v1/gljournal/AD",
      "name": "gljournal",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestupg/glrestapi/rest/v1/gljournal/AD",
      "name": "gljournal",
      "kind": "item"
    }
  ]
}
object