GET api/extranet/ExtranetPageTemplate/GetByExtranetPageTypeIDLocaleID/{extranetPageTypeID}/{localeID}
Get an ExtranetPageTemplate by ExtranetPageTypeID and LocaleID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| extranetPageTypeID | integer |
Required |
|
| localeID |
Defaults to Locale ID 1 (USA) |
integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
ExtranetPageTemplate
IExtranetPageTemplate| Name | 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. |
|
| IsHomePage | 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> <IsHomePage>False</IsHomePage> <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,
"IsHomePage": false,
"DateCreated": "0001-01-01T00:00:00"
}