Registrations
List all forks
A paginated list of the registration’s forks
The returned forks are sorted by their forked_date, with the most recent forks appearing first.
Forking a registration creates a copy of an existing registration and all of its contents.
Returns
Returns a JSON object containing data and links keys.
The data key contains an array of up to 10 forks. If the current registration has no fork, the data key will contain an empty array. Each resource in the array is a separate registration object and contains the full representation of the registration's fork.
The links key contains a dictionary of links that can be used for pagination.
get/registrations/{registration_id}/forks/
Path parameters
registration_idstring required
The unique identifier of the registration.
Response
OK