GET api/userprofile/ContentSetConfigs
Get ContentSet Setting Per User
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| DefaultContentSet |
Default ContentSet |
ContentSet |
None. |
| CurrentContentSet |
Current ContentSet |
ContentSet |
None. |
| AllowedContentSets |
Allowed Content sets |
Collection of ContentSet |
None. |
Response Formats
application/json, text/json
Sample:
{
"defaultContentSet": 0,
"currentContentSet": 0,
"allowedContentSets": [
0,
0
]
}