v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
API Info

Get information on endpoint in a section

Get all endpoints in the given section with their supported version.

get/info/{sectionId}

Path parameters

sectionIdstring required
Example:nodes

Id of the API section

Response

Endpoint information

result'success' | 'error' required

Result of the request

action'apiSubInformations' required

The id of the action

Example response

{
  "data": {
    "availableVersions": [
      {
        "latest": 12,
        "all": [
          {
            "latest": 12,
            "all": [
              {
                "version": 12,
                "status": "maintained"
              }
            ]
          }
        ]
      }
    ],
    "endpoints": [
      [
        {
          "listAcceptedNodes": "List all accepted nodes with configurable details level",
          "GET": "[8,9,10,11,12,13] /nodes"
        }
      ]
    ]
  }
}