Get Digests by ID

Get a digests by id

get

This method returns the digests that matches the entered ID.

Authorizations
X-Ledger-API-KeystringRequired

If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.

X-Ledger-API-UserstringRequired

(required) Username of a registered API User

Path parameters
digests_idintegerRequired

The digests' ID.

Responses
200

Digests object

application/json
account_idintegerRequiredExample: 1
created_byintegerRequiredExample: 5
created_onstring · date-timeRequired
digests_dataone ofRequired

The digests list signed, or to sign

or
idintegerRequired
last_requestinteger · nullableOptionalDefault: nullExample: 3
statusstring · enumRequiredExample: PENDING_APPROVALPossible values:
get
/digests/{digests_id}

Last updated