List pushes
List pending pushes for the target account.
Path parameters
The account id
Response
Successfully retrieved pushes for the account.
Example response
{
"data": [
{
"id": 1,
"domain_id": 100,
"contact_id": 2,
"account_id": 2020,
"created_at": "2016-08-11T10:16:03Z",
"updated_at": "2016-08-11T10:16:03Z",
"accepted_at": null
}
],
"pagination": {
"current_page": 1,
"per_page": 30,
"total_entries": 2,
"total_pages": 1
}
}Changes
Changed in 2 of the 52 revisions of this API.1413
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/items/accepted_atbecame required for the status200response-property-became-required
- ○
the response property
data/items/account_idbecame required for the status200response-property-became-required
- ○
the response property
data/items/contact_idbecame required for the status200response-property-became-required
- ○
the response property
data/items/created_atbecame required for the status200response-property-became-required
- ○
the response property
data/items/domain_idbecame required for the status200response-property-became-required
- ○
the response property
data/items/idbecame required for the status200response-property-became-required
- ○
the response property
data/items/updated_atbecame required for the status200response-property-became-required
- ○
the response property
paginationbecame required for the status200response-property-became-required
- ○
the response property
pagination/current_pagebecame required for the status200response-property-became-required
- ○
the response property
pagination/per_pagebecame required for the status200response-property-became-required
- ○
the response property
pagination/total_entriesbecame required for the status200response-property-became-required
- ○
the response property
pagination/total_pagesbecame required for the status200response-property-became-required
- ○
- ▲
the response property
data/items/accepted_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
databecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/accepted_atbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/account_idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/contact_idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/created_atbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/domain_idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/updated_atbecame optional for the status200response-property-became-optional
- ▲
the response property
paginationbecame optional for the status200response-property-became-optional
- ▲
the response property
pagination/current_pagebecame optional for the status200response-property-became-optional
- ▲
the response property
pagination/per_pagebecame optional for the status200response-property-became-optional
- ▲
the response property
pagination/total_entriesbecame optional for the status200response-property-became-optional
- ▲
the response property
pagination/total_pagesbecame optional for the status200response-property-became-optional
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲