Nodes

Retrieve all nodes

get/publishers/{publisherId}/nodes

Path parameters

publisherIdstring required

Query parameters

include_bannedboolean

Number of nodes to return per page

Response

List of all nodes

idstring

The unique identifier of the node.

namestring

The display name of the node.

categorystring

The category of the node.

descriptionstring
authorstring
licensestring

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

iconstring

URL to the node's icon.

repositorystring

URL to the node's repository.

tagsstring[]
ratingnumber

The average rating of the node.

downloadsinteger

The number of downloads of the node.

status'NodeStatusActive' | 'NodeStatusDeleted' | 'NodeStatusBanned'
status_detailstring

The status detail of the node.

Changes

Changed in 13 of the 43 revisions of this API.21010

    • removed the optional property // from the response with the status

      response-optional-property-removed

    • the //// response's property type changed from array to string for status

      response-property-type-changed

    • added the optional property // to the response with the status

      response-optional-property-added

    • the //// response's property type changed from array to string for status

      response-property-type-changed

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the new NodeVersionStatusFlagged enum value to the // response property for the response status

      response-property-enum-value-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • removed the NodeStatusPending enum value from the / response property for the response status

      response-property-enum-value-removed