GET
/
publishers
/
{publisherId}
/
nodes

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

publisherId
string
required

Query Parameters

include_banned
boolean

Number of nodes to return per page

Response

200 - application/json
author
string
category
string

The category of the node.

description
string
downloads
integer

The number of downloads of the node.

icon
string

URL to the node's icon.

id
string

The unique identifier of the node.

latest_version
object
license
string

The path to the LICENSE file in the node's repository.

name
string

The display name of the node.

publisher
object
rating
number

The average rating of the node.

repository
string

URL to the node's repository.

status
enum<string>
Available options:
NodeStatusActive,
NodeStatusDeleted,
NodeStatusBanned
status_detail
string

The status detail of the node.

tags
string[]