List registrant changes
List registrant changes in the account.
Path parameters
The account id
Query parameters
Sort results. Default sorting is by id.
Only include results with a state field exactly matching the given string
Only include results with a domain_id field exactly matching the given string
Only include results with a contact_id field exactly matching the given string
Response
Successfully retrieved registrant change list.
Example response
{
"data": [
{
"id": 1,
"account_id": 1010,
"contact_id": 2,
"domain_id": 2,
"state": "completed",
"extended_attributes": {
"x-fi-registrant-idnumber": "1234"
},
"registry_owner_change": false,
"irt_lock_lifted_by": "2013-12-08",
"created_at": "2013-11-08T17:23:15Z",
"updated_at": "2015-01-08T21:30:50Z"
}
],
"pagination": {
"current_page": 1,
"per_page": 30,
"total_entries": 2,
"total_pages": 1
}
}Changes
Changed in 5 of the 52 revisions of this API.1124
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
/became required for the statusresponse-property-became-required
- ○
the response property
/became required for the statusresponse-property-became-required
- ○
the response property
/became required for the statusresponse-property-became-required
- ○
the response property
/became required for the statusresponse-property-became-required
- ○
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ●
- ○
added the new optional
queryrequest parametercontact_idnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterdomain_idnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstatenew-optional-request-parameter
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲