v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Registration Providers

List Registration Requests

Retrieve a list of requests associated with a specific registration. Registration Requests represent user-initiated requests that may include withdrawal requests or requests for changes. These requests are typically part of moderated workflows and require approval or rejection by moderators or contributors.

Permissions

  • Public registrations: No authentication required to view public requests.
  • Private registrations: Only contributors with read access may view registration requests.
  • Moderators of the registration provider may view all requests, including pending ones.

Returns

  • A JSON object with a data key containing an array of registration request resources.
  • Each request describes the request type, status, creator, and any related comments.
get/providers/registrations/{provider_id}/requests/

Path parameters

provider_idstring required

The unique identifier of the registration.

Response

Successful retrieval of registration requests.