Get a list of the installed nodes
Requires permission: nodes.read
Header | Value |
---|---|
Accept |
application/json or text/html - see response section |
Authorization |
Bearer [token] - if authentication is enabled |
Status Code | Reason | Response |
---|---|---|
200 |
Success | Depends on Accept header. See below for details. |
401 |
Not authorized | none |
Returns an array of Node Set objects. For example:
[
{
"id": "node-red/sentiment",
"name": "sentiment",
"types": [
"sentiment"
],
"enabled": true,
"module": "node-red"
"version": "0.10.6"
}
]
This returns the HTML content for all of the installed nodes as a single response.
Node-RED: Low-code programming for event-driven applications.
Copyright OpenJS Foundation and Node-RED contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
The OpenJS Foundation | Terms of Use | Privacy Policy | OpenJS Foundation Bylaws | Trademark Policy | Trademark List | Cookie Policy