v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Nodes

List Requests for a Node

Retrieve a list of requests associated with a specific node. Requests include actions such as registration approval, withdrawal, or other moderation-related requests initiated on the node.

Permissions

  • The authenticated user must have read access to the node to view its requests.
  • Moderators or admins of the provider may have additional access to request details depending on their role.

Returns

  • A JSON object with a data key containing a list of request resources.
  • Each request provides metadata about its current state, type, creator, and review process.
get/nodes/{node_id}/requests/

Path parameters

node_idstring required

The unique identifier of the node.

Query parameters

filter[type]string

Filter requests by type (e.g., withdrawal, registration).

filter[state]string

Filter requests by current state (e.g., pending, accepted, rejected).

Response

Successfully retrieved the list of requests for the node.