namecheap.domains.transfer.getList
Gets the list of domain transfers.
Request Parameters
Global parameters are not shown here for clarity, but should be present in all requests
| Name | Type | MaxLength | Required? | Default | Description |
| ListType | String | 10 | No | ALL | Possible values are ALL,INPROGRESS,
CANCELLED,COMPLETED |
| SearchTerm | String | 70 | No | | The keyword should be a domain name. |
| Page | Number | 10 | No | 1 | Page to return |
| PageSize | Number | 10 | No | 10 | Number of transfer to be listed on a page.
Minimum value: 10; Maximum value: 100 |
| SortBy | String | 50 | No | DOMAINNAME | Possible values are DOMAINNAME,
DOMAINNAME_DESC,TRANSFERDATE,
TRANSFERDATE_DESC,STATUSDATE,
STATUSDATE_DESC |
Example Request
http://api.namecheap.com/xml.response?ApiUser=apiexample&ApiKey=56b4c87ef4fd49cb96d915c0db68194&
UserName=apiexample&command=namecheap.domains.Transfer.getlist&clientip=192.20.36.51&
listtype=all&page=1&pagesize=10
Example Response
<?xml version="1.0" encoding="utf-8"?>
<ApiResponse Status="OK">
<Errors/>
<Warnings/>
<RequestedCommand>namecheap.domains.transfer.getList</RequestedCommand>
<CommandResponse Type="namecheap.domains.transfer.getList">
<TransferGetListResult>
<Transfer ID="59" Domainname="domain1.com" User="apiexample" TransferDate="02/15/2010"
OrderID="32060156"StatusID="20" Status="CANCELLED" StatusDate="03/27/2010"
StatusDescription="Canceled - Domain is currently
not registered and cannot be transferrred"/>
<Transfer ID="75" Domainname="domain8.co.uk" User="apiexample" TransferDate="04/13/2010"
OrderID="32060636" StatusID="4" Status="INPROGRESS" StatusDate="03/14/2010"
StatusDescription="Canceled due to domain status"/>
<Transfer ID="77" Domainname="domain18.com" User="apiexample" TransferDate="06/01/2010"
OrderID="32061647" StatusID="15" Status="CANCELLED" StatusDate="07/05/2010"
StatusDescription="Canceled - cannot obtain domain contacts from UWhois"/>
<Transfer ID="78" Domainname="domain57.com" User="apiexample" TransferDate="06/05/2010"
OrderID="32061629" StatusID="15" Status="CANCELLED" StatusDate="07/05/2010"
StatusDescription="Canceled - cannot obtain domain contacts from UWhois"/>
</TransferGetListResult>
<Paging>
<TotalItems>49</TotalItems>
<CurrentPage>1</CurrentPage>
<PageSize>10</PageSize>
</Paging>
</CommandResponse>
<Server>SERVER-NAME</Server>
<GMTTimeDifference>--7:00</GMTTimeDifference>
<ExecutionTime>0.096</ExecutionTime>
</ApiResponse>
For complete list of possible transfer statues, status IDs and description, please click here.
Error Codes
Specifies the error codes that might be returned from this method
| Number | Description |
| 4019329 | TransferStatus not available |
2010293 | No Action Specified |
| 5050900 | Unhandled exceptions |