Search Digests
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
Query parameters
accountinteger[] · nullableOptionalDefault:
Returns digests signed by the provided account.
nullcreated_afterstring · date-time · nullableOptionalDefault:
Returns objects created after the entered date.
nullExample: 2020-09-12T14:15:22Zcreated_beforestring · date-time · nullableOptionalDefault:
Returns objects created before the entered date.
nullExample: 2020-12-13T16:17:28Zidinteger · nullableOptionalDefault:
Returns the object corresponding to the entered ID
nullorderstring · enum · nullableOptionalDefault:
Orders the list of results
nullExample: descPossible values: order_bystring · nullableOptionalDefault:
criteria to order by
nullExample: namepageinteger · min: 1 · nullableOptionalDefault:
Defines the page number to be fetched.
1Example: 3page_sizeinteger · min: -1 · nullableOptionalDefault:
Defines the number of elements displayed on a page. Must be a positive number with 0 and -1 return a maximum defined in the gate
20Example: 40Responses
200
Digests search results
application/json
400
Invalid search parameters
application/json
get
/digestsLast updated