GET api/Contents/GetPartnersInMyNetwork
get all partners in my network. can be used to select the visibility for a new content
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GenericSimpleNameValueStringDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "sample string 1",
"Name": "sample string 2"
},
{
"Id": "sample string 1",
"Name": "sample string 2"
}
]