GET api/Contents/PartnerGetContentVisibilityForWebApp

return ContentVisibility for the web app, this is configurable in the web config. if AllowMultiplePartnerSelection property of the item is true then a list of partners can be selected and associated with the content

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ContentVisibilityForWebApp
NameDescriptionTypeAdditional information
Id

integer

None.

Text

string

None.

AllowMultiplePartnerSelection

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Text": "sample string 2",
    "AllowMultiplePartnerSelection": true
  },
  {
    "Id": 1,
    "Text": "sample string 2",
    "AllowMultiplePartnerSelection": true
  }
]