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 | integer |
None. |
Response Formats
application/xml, text/xml
Sample:
<ExtranetPageTemplate> <ID>0</ID> <PageTypeID>0</PageTypeID> <LocaleID /> <Description /> <Content /> <IsActive>0</IsActive> <CreatedBy /> <DateCreated>01/01/0001 00:00:00</DateCreated> <LastModifiedBy /> <DateLastModified /> </ExtranetPageTemplate>
application/json, text/json
Sample:
{ "ID": 0, "PageTypeID": 0, "IsActive": 0, "DateCreated": "0001-01-01T00:00:00" }