Get request by id

This method returns the request that matches the entered ID.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
request_id
required
integer

The request's ID.

Responses
200

Request object

404

Request not found

get/requests/{request_id}
Response samples
application/json
{
  • "created_by": 12,
  • "created_on": "2019-08-24T14:15:22Z",
  • "expires_at": "2019-08-24T14:15:22Z",
  • "id": 0,
  • "status": "PENDING_APPROVAL",
  • "target_id": 10,
  • "target_type": "TRANSACTION",
  • "type": "CREATE_TRANSACTION"
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.