GET api/teams/TeamsPageContent/{pageUrl}?teamID={teamID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageUrl | string |
Required |
|
teamID | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ContentPageModelTeamName | Description | Type | Additional information |
---|---|---|---|
PageContent | ContentPageModel |
None. |
|
HIWFAQContent | Object |
None. |
|
Testimonials | Collection of TestimonialModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "PageContent": { "ID": 1, "PageName": "sample string 2", "SiteMessage": "sample string 3", "MetaTag": { "Title": "sample string 2", "Description": "sample string 3", "Keywords": "sample string 4", "Author": "sample string 5" }, "ContentBlock": { "sample string 1": { "ID": 3, "BlockID": 4, "Content": "sample string 11", "Header": "sample string 12", "SubHeader": "sample string 13" }, "sample string 2": { "ID": 3, "BlockID": 4, "Content": "sample string 11", "Header": "sample string 12", "SubHeader": "sample string 13" } }, "StateContentBlock": { "1": { "sample string 1": { "ID": 3, "BlockID": 4, "Content": "sample string 11", "Header": "sample string 12", "SubHeader": "sample string 13" }, "sample string 2": { "ID": 3, "BlockID": 4, "Content": "sample string 11", "Header": "sample string 12", "SubHeader": "sample string 13" } }, "2": { "sample string 1": { "ID": 3, "BlockID": 4, "Content": "sample string 11", "Header": "sample string 12", "SubHeader": "sample string 13" }, "sample string 2": { "ID": 3, "BlockID": 4, "Content": "sample string 11", "Header": "sample string 12", "SubHeader": "sample string 13" } } }, "StateIdUrls": [ { "StateURL": "sample string 1", "StateID": 2 }, { "StateURL": "sample string 1", "StateID": 2 } ] }, "HIWFAQContent": {}, "Testimonials": [ { "MemberName": "sample string 1", "MemberTitle": "sample string 2", "MemberFirm": "sample string 3", "MemberLocation": "sample string 4", "TestimonialBody": "sample string 5" }, { "MemberName": "sample string 1", "MemberTitle": "sample string 2", "MemberFirm": "sample string 3", "MemberLocation": "sample string 4", "TestimonialBody": "sample string 5" } ] }