GET api/extranet/ExtranetPageTemplate/{id}
Gets an ExtranetPageTemplate by incremental ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IExtranetPageTemplateName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
PageTypeID | integer |
None. |
|
LocaleID | integer |
None. |
|
Description | string |
None. |
|
Content | string |
None. |
|
IsActive | boolean |
None. |
|
RepTypeID | integer |
None. |
|
PageKey | string |
None. |
|
RawHTMLContent | string |
None. |
|
EditorType | string |
None. |
|
IsRawHtml | boolean |
None. |
Response Formats
application/xml, text/xml
Sample:
<ExtranetPageTemplate> <ID>0</ID> <PageTypeID>0</PageTypeID> <RepTypeID /> <LocaleID /> <Description /> <Content /> <IsActive>True</IsActive> <PageKey /> <RawHTMLContent /> <EditorType /> <IsRawHtml>False</IsRawHtml> <CreatedBy /> <DateCreated>01/01/0001 00:00:00</DateCreated> <LastModifiedBy /> <DateLastModified /> </ExtranetPageTemplate>
application/json, text/json
Sample:
{ "ID": 0, "PageTypeID": 0, "IsActive": true, "IsRawHtml": false, "DateCreated": "0001-01-01T00:00:00" }