GET api/userprofile/DataSync

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

NameDescriptionTypeAdditional information
DefaultContentSet

ContentSet

None.

CurrentContentSet

ContentSet

None.

AllowedContentSets

Collection of ContentSet

None.

CustomerId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "defaultContentSet": 0,
  "currentContentSet": 0,
  "allowedContentSets": [
    0,
    0
  ],
  "customerId": 1
}