Export general ledger

GET /api-v1/ledger/advanced/report

Headers

Responses

  • OK

    Hide response attributes Show response attributes object
    • empty boolean
    • model object

      Additional properties are allowed.

    • modelMap object
      Hide modelMap attribute Show modelMap attribute object
      • * object Additional properties

        Additional properties are allowed.

    • reference boolean
    • status string
    • view object

      Additional properties are allowed.

      Hide view attribute Show view attribute object
    • viewName string
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/ledger/advanced/report
curl \
 --request GET 'http://wyzio.app/api-v1/ledger/advanced/report?format=string' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "empty": true,
  "model": {},
  "modelMap": {
    "additionalProperty1": {},
    "additionalProperty2": {}
  },
  "reference": true,
  "status": "100 CONTINUE",
  "view": {
    "contentType": "string"
  },
  "viewName": "string"
}