GET /nodes/:module/:set

Get a node module set information

Requires permission: nodes.read

Headers

Header Value
Authorization Bearer [token] - if authentication is enabled

Arguments

Path Component Description
module The name of the module
set The name of the set

Response

Status Code Reason Response
200 Success A Node Set object. See example response body
401 Not authorized none
404 Not found none
{
  "id": "node-red-node-suncalc/suncalc",
  "name": "suncalc",
  "types": [
    "sunrise"
  ],
  "enabled": true,
  "module": "node-red-node-suncalc",
  "version": "0.0.6"
}