List Project Domains by Apex Domain
List all project domains associated with an apex domain owned by the authenticated account.
Path parameters
The apex domain name.
The apex domain name.
Query parameters
Maximum number of project domains to list from a request.
Maximum number of project domains to list from a request.
Get project domains created after this JavaScript timestamp.
Get project domains created after this JavaScript timestamp.
Get project domains created before this JavaScript timestamp.
Get project domains created before this JavaScript timestamp.
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Response
Successful response retrieving project domains for an apex domain.
Example response
{
"pagination": {
"count": 20,
"next": 1540095775951,
"prev": 1540095775951
}
}Changes
Changed in 2 of the 41 revisions of this API.2
- ○
added the non-success response with the status
410response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○