GET api/teams/TeamsContent/how-it-works/content?pageUrl={pageUrl}&teamID={teamID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageUrl | string |
Default value is how-it-works |
|
| teamID | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
TeamsNotificationHIW| Name | Description | Type | Additional information |
|---|---|---|---|
| MetaTag | TeamMeta |
None. |
|
| title | string |
None. |
|
| body | Collection of HIWBody |
None. |
|
| btn_copy | string |
None. |
|
| btn_link | string |
None. |
|
| compliance_info | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MetaTag": {
"Title": "sample string 1",
"Description": "sample string 2",
"Keywords": "sample string 3"
},
"title": "sample string 1",
"body": [
{
"title": "sample string 1",
"description": "sample string 2",
"items": [
{
"itemcontent": "sample string 1"
},
{
"itemcontent": "sample string 1"
}
]
},
{
"title": "sample string 1",
"description": "sample string 2",
"items": [
{
"itemcontent": "sample string 1"
},
{
"itemcontent": "sample string 1"
}
]
}
],
"btn_copy": "sample string 2",
"btn_link": "sample string 3",
"compliance_info": "sample string 4"
}