event_mgr_list_many
Back to SOAP Architecture Method Reference
Description
The event_mgr_list_many method lists the details of the designated list of Events.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| ids | List of comma-separated #IDs for events. | string | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the event. | bstypes:ResourceId | R |
| name | The name of the event | string | R |
| active | Whether the event is active | boolean | R |
| container_id | The ID# of the folder where this event is. | bstypes:ResourceId | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| state | The reservation state of this event. | bstypes:ReservationState | R |
| start_date | The start date of this event. | bstypes:SimpleDate | R |
| end_date | The end date of this event. | bstypes:SimpleDate | R |
| start_time | The start time of this event. | bstypes:SimpleTime | R |
| end_time | the end time of this event. | bstypes:SimpleTime | R |
| duration_msec | The duration in milliseconds of this event. | int | R |
| creation_user_id | The #ID of the user who created this event. | bstypes:ResourceId | R |
| creation_tm | The Date Time at which the event was created. | bstypes:SimpleDateTime | R |
| promoter_user_id | The #ID of the user who promoted this event. | bstypes:ResourceId | R |
| promotion_time | The Date Time at which the event was promoted. | bstypes:SimpleDateTime | R |
| estimated_reps | The estimated number of repetitions of this event. | long | R |
| reps_calculated_on | The Date Time at which the repetitions were calculated. | bstypes:SimpleDateTime | R |
| default_schedule_id | The #ID of the default schedule for this event. | bstypes:ResourceId | R |
| default_fullscreen | Whether this event runs in fullscreen mode. | boolean | R |
| occurrence | A string describing the occurrence frequency of this event. | string | R |
| default_attributes | Lists the attributes of the custom geometry for this event in a comma seperated key-value pairs. Example: height=10,width=10,unit=1 means that this event will have a custom geometry of 10% in height and 10% in width. |
string | R |
| bmb_host_id | The #ID of the Broadsign Control Player assigned to this event. | bstypes:ResourceId | R |
