Distribution and sharing_group_id at event level added

pull/6/head
Alexandre Dulaunoy 2016-10-06 07:42:40 +02:00
parent 3bf6d017cb
commit 32b53c8d67
1 changed files with 28 additions and 0 deletions

View File

@ -165,6 +165,34 @@ attribute_count represents the number of attributes in the event. attribute_coun
attribute_count is represented as a JSON string. attribute_count SHALL be present.
#### distribution
distribution represents the basic distribution rules of the event. The system must adhere to the distribution setting for access control and for dissemination of the event.
distribution is represented by a JSON string. distribution MUST be present and be one of the following options:
0
: Your Organisation Only
1
: This Community Only
2
: Connected Communities
3
: All Communities
4
: Sharing Group
#### sharing_group_id
sharing\_group\_id represents a human-readable identifier referencing a Sharing Group object that defines the distribution of the event, if distribution level "4" is set.
sharing\_group\_id is represented by a JSON string and MUST be present. If a distribution level other than "4" is chosen the sharing\_group\_id MUST be set to "0".
## Objects
### Org