GET Settings/GetEventServicesIndividual/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type | EventServicePersonalType |
None. |
|
id | string |
None. |
|
eventGeneratorId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
EventServiceSettingsIndividualViewName | Description | Type | Additional information |
---|---|---|---|
receiveEvents | SettingsReceiveEventsIndividual |
None. |
|
shareEvents | SettingsShareEventsIndividual |
None. |
|
shareEventDetails | SettingsShareEventDetailsIndividual |
None. |
|
shareServiceProperties | SettingsShareServicePropertiesIndividual |
None. |
|
shareServiceDetails | SettingsShareServiceDetailsIndividual |
None. |
|
isDefault | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "receiveEvents": 0, "shareEvents": 0, "shareEventDetails": 0, "shareServiceProperties": 0, "shareServiceDetails": 0, "isDefault": true }