v2

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

Get information about one API endpoint

Get the description and the list of supported version for one API endpoint

get/info/details/{endpointName}

Path parameters

endpointNamestring required
Example:listAcceptedNodes

Name of the endpoint for which one wants information

Response

API Endpoint information

result'success' | 'error' required

Result of the request

action'apiInformations' required

The id of the action

Example response

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