Retrieve a template
Retrieves the details of an existing template.
Path parameters
The account id
The template id or short name
Response
Successfully retrieved a template.
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"
}
}Changes
Changed in 2 of the 52 revisions of this API.99
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/account_idbecame required for the status200response-property-became-required
- ○
the response property
data/created_atbecame required for the status200response-property-became-required
- ○
the response property
data/descriptionbecame required for the status200response-property-became-required
- ○
the response property
data/idbecame required for the status200response-property-became-required
- ○
the response property
data/namebecame required for the status200response-property-became-required
- ○
the response property
data/sidbecame required for the status200response-property-became-required
- ○
the response property
data/updated_atbecame required for the status200response-property-became-required
- ○
the response property
messagebecame required for the status404response-property-became-required
- ○
- ▲
the response property
databecame optional for the status200response-property-became-optional
- ▲
the response property
data/account_idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/created_atbecame optional for the status200response-property-became-optional
- ▲
the response property
data/descriptionbecame optional for the status200response-property-became-optional
- ▲
the response property
data/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/namebecame optional for the status200response-property-became-optional
- ▲
the response property
data/sidbecame optional for the status200response-property-became-optional
- ▲
the response property
data/updated_atbecame optional for the status200response-property-became-optional
- ▲
the response property
messagebecame optional for the status404response-property-became-optional
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲