v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Journal Details

get/v2/ledger/journal/{journal_urn}

Path parameters

journal_urnstring required

Decentro Journal URN received in creation response

Headers

client_idstring required

Decentro assigned client_id for the company

client_secretstring required

Decentro assigned client_secret for the company

module_secretstring required

Decentro assigned module_secret for the company

Response

200

decentroTxnIdstring
statusstring
responseCodestring
messagestring

Example response

{
  "decentroTxnId": "F47D698CB9AD4AA9A0D61FBF408A9198",
  "status": "SUCCESS",
  "responseCode": "S00000",
  "message": "Transaction successful",
  "data": {
    "transactionStatus": "SUCCESS",
    "transactionDescription": "Journal details fetched successfully",
    "count": 1,
    "details": [
      {
        "urn": "J5A7F4F29EF454E02BEF38206D94DD170",
        "referenceId": "ef2dc2e8-c0d5-4cd1-b02d-767c5e2ac6ec",
        "name": "Journal A",
        "purpose": "To test a create journal",
        "additionalParameters": {
          "udf1": "ABC",
          "udf2": "334",
          "udf3": "XXX",
          "udf4": "20",
          "width": "6"
        },
        "status": "ACTIVE",
        "creationTimestamp": "05-08-2022 14:57:39",
        "lastModificationTimestamp": "NA"
      }
    ]
  }
}