GET - /ledger
Description
This API returns all the ledger entries with the ability to filter entries by env, type and section.
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
start | query | integer | no | default 0 |
limit | query | integer | no | default 100 |
env | query | string | yes | environment code |
type | query | enum | no |
|
section | query | enum | no |
|
Â