GET api/userprofile/DataSync
DataSync
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. |
| CustomerId |
CustomerId |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"defaultContentSet": 0,
"currentContentSet": 0,
"allowedContentSets": [
0,
0
],
"customerId": 1
}