GET api/User/getCoachmarkContent?MaterialType={MaterialType}&QuizzyUserId={QuizzyUserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MaterialType | string |
Required |
|
| QuizzyUserId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CoachMark| Name | Description | Type | Additional information |
|---|---|---|---|
| UrlAction | string |
None. |
|
| Active | boolean |
None. |
|
| HavingMultipleView | boolean |
None. |
|
| Data | Collection of CoachMarkPageData |
None. |
Response Formats
application/json, text/json
Sample:
{
"UrlAction": "sample string 1",
"Active": true,
"HavingMultipleView": true,
"Data": [
{
"ViewShortCode": "sample string 1",
"ShownStatus": true,
"Delay": 3,
"Iframe": true,
"PPMaterial": true,
"CoachMarkData": [
{
"Order": 1,
"Element": "sample string 2",
"Text": "sample string 3"
},
{
"Order": 1,
"Element": "sample string 2",
"Text": "sample string 3"
}
]
},
{
"ViewShortCode": "sample string 1",
"ShownStatus": true,
"Delay": 3,
"Iframe": true,
"PPMaterial": true,
"CoachMarkData": [
{
"Order": 1,
"Element": "sample string 2",
"Text": "sample string 3"
},
{
"Order": 1,
"Element": "sample string 2",
"Text": "sample string 3"
}
]
}
]
}