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

Changes

Changed in 5 of the 52 revisions of this API.1124

    • the response property became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

  • v2425ad99b3e0d11See the full diff
    • removed the optional property // from the response with the status

      response-optional-property-removed

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the new optional query request parameter contact_id

      new-optional-request-parameter

    • added the new optional query request parameter domain_id

      new-optional-request-parameter

    • added the new optional query request parameter state

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