v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
registrant changes

List registrant changes

List registrant changes in the account.

get/{account}/registrar/registrant_changes

Path parameters

accountinteger required

The account id

Query parameters

sort'id:asc' | 'id:desc'

Sort results. Default sorting is by id.

state'new' | 'pending' | 'completed' | 'cancelling' | 'cancelled'

Only include results with a state field exactly matching the given string

domain_idstring

Only include results with a domain_id field exactly matching the given string

contact_idstring

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
  }
}