Loading
Cart Total
$0.00
-
Your shopping cart is empty
Loading
Hello! Log in Your Account
New customer? Start here
Domain Management
Domain Management
Domain Contacts
Name Server Groups
DNZ Zones and Records
Email and Web Forwarding
SSL Certificates
Activity Logs provide a comprehensive log of what has happened to a contact or domain name
Become a ResellerFilter:
* You will be charged every time this command is run.
Gets all logs on this account
Back to top
Request Details
Response Details
This command has no URL/Query String parameters
200 Response
{
"result" : [
{
"contact_uuid" : "bb67da2f-1a53-457f-9be6-1d31c2c83f34",
"created_on" : "2017-07-01",
"domain_name" : "example.com",
"domain_uuid" : "6c5a3f97-c6f8-44a1-8e4c-a5e6b3aa7baf",
"note" : "Domain Auto Renew Disabled"
}
],
"status_code" : 200,
"status_message" : "OK"
}
Searches the activity logs based on the provided criteria
Back to top
Request Details
Response Details
This command has no URL/Query String parameters
POST body
Name
Type
Required
domains
Array of String
False
The domain names to search the activity logs for
from_date
Date
False
The start date to search the activity logs from
log_types
Array of Integer
True
The types of log entry to search the activity logs for
to_date
Date
False
The end date to search the activity logs to
JSON all-fields example:
{
"domains" : [
"example.com",
"example.net"
],
"from_date" : "2017-07-01",
"log_types" : [
1,
2
],
"to_date" : "2017-07-31"
}
200 Response
{
"result" : [
{
"contact_uuid" : "bb67da2f-1a53-457f-9be6-1d31c2c83f34",
"created_on" : "2017-07-01",
"domain_name" : "example.com",
"domain_uuid" : "6c5a3f97-c6f8-44a1-8e4c-a5e6b3aa7baf",
"note" : "Domain Auto Renew Disabled"
}
],
"status_code" : 200,
"status_message" : "OK"
}