ledger.v2

List exporters

get/v2/_/exporters

Response

Exporters list

Example response

{
  "cursor": {
    "pageSize": 15,
    "previous": "YXVsdCBhbmQgYSBtYXhpbXVtIG1heF9yZXN1bHRzLol=",
    "next": "aW0gdmVuaWFtLCBxdWlzIG5vc3RydWQ="
  }
}

Changes

Changed in 3 of the 53 revisions of this API.128

  • a7dd5bee437d17See the full diff
    • the cursor response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • added the optional property cursor/next to the response with the 200 status

      response-optional-property-added

    • added the optional property cursor/previous to the response with the 200 status

      response-optional-property-added

    • removed V2ExportersCursorResponse subschema #2 from the cursor response property allOf list for the response status 200

      response-property-all-of-removed

    • the response property cursor became required for the status 200

      response-property-became-required

    • added the required property cursor/data to the response with the 200 status

      response-required-property-added

    • added the required property cursor/hasMore to the response with the 200 status

      response-required-property-added

    • added the required property cursor/pageSize to the response with the 200 status

      response-required-property-added

    • added the new SCHEMA_ALREADY_EXISTS enum value to the errorCode response property for the response status default

      response-property-enum-value-added

    • added the new SCHEMA_NOT_SPECIFIED enum value to the errorCode response property for the response status default

      response-property-enum-value-added

    • endpoint added

      endpoint-added