GET v1/EventTargetAudience/List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EventTargetAudienceListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of EventTargetAudienceListItemViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"Guid": "b69475e4-b3fa-41d5-a8af-8fde495117b7",
"Name": "sample string 2"
},
{
"Guid": "b69475e4-b3fa-41d5-a8af-8fde495117b7",
"Name": "sample string 2"
}
]
}
application/octet-stream
Sample:
{"Items":[{"Guid":"b69475e4-b3fa-41d5-a8af-8fde495117b7","Name":"sample string 2"},{"Guid":"b69475e4-b3fa-41d5-a8af-8fde495117b7","Name":"sample string 2"}]}
application/xml, text/xml
Sample:
<EventTargetAudienceListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.List">
<Items>
<EventTargetAudienceListItemViewModel>
<Guid>b69475e4-b3fa-41d5-a8af-8fde495117b7</Guid>
<Name>sample string 2</Name>
</EventTargetAudienceListItemViewModel>
<EventTargetAudienceListItemViewModel>
<Guid>b69475e4-b3fa-41d5-a8af-8fde495117b7</Guid>
<Name>sample string 2</Name>
</EventTargetAudienceListItemViewModel>
</Items>
</EventTargetAudienceListViewModel>