Returns a list of API page templates
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountid |
Id of a Premium account. Include this parameter if you have the ability to create Premium (multi-user) accounts, otherwise leave blank. |
globally unique identifier |
Optional |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of ApiPageTemplate |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": [ { "Id": 1001, "Name": "Page template1", "ContainerId": 1 }, { "Id": 1002, "Name": "Page template2", "ContainerId": 1 } ], "Success": true, "Messages": [] }