List templates
Lists the templates in the account.
Path parameters
The account id
Query parameters
Sort results. Default sorting is by id ascending.
Response
Successfully retrieved account template list.
Example response
{
"data": [
{
"id": 1,
"account_id": 1010,
"name": "Alpha",
"sid": "alpha",
"description": "An alpha template.",
"created_at": "2016-03-22T11:08:58Z",
"updated_at": "2016-03-22T11:08:58Z"
}
],
"pagination": {
"current_page": 1,
"per_page": 30,
"total_entries": 2,
"total_pages": 1
}
}Changes
Changed in 2 of the 52 revisions of this API.1313
- ○
the response property
databecame 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/created_atbecame required for the status200response-property-became-required
- ○
the response property
data/items/descriptionbecame 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/namebecame required for the status200response-property-became-required
- ○
the response property
data/items/sidbecame 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
databecame 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/created_atbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/descriptionbecame 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/namebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/sidbecame 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
- ▲