loop_slot_mgr_list_many
Back to SOAP Architecture Method Reference
Description
The loop_slot_mgr_list_many method lists details of specific loop slots on your domain.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| ids | A comma-delimited list of the unique ID#s of loop slots you want to list. | 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 loop slot. | bstypes:ResourceId | R |
| active |
Indicates whether the resource is in an active or inactive state. |
boolean | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| parent_id | The unique ID# of the campaign or event to which the loop slot belongs. | bstypes:ResourceId | R |
| start_date | The start date for the loop slot. | bstypes:SimpleDate | R |
| end_date | The end date for the loop slot. | bstypes:SimpleDate | R |
| duration | The duration of the loop slot (in milliseconds). | int | R |
| event_occurrence | The start date and time of the event to which the loop slot belongs. | string | R |
| priority | The loop slot's priority, compared to other loop slots on the frame. | int | R |
| day_of_week_mask | A value representing the day of the week on which the loop slot will play (in mask form). | int | R |
| inventory_category_id | The unique ID# of the inventory category of this loop slot. | bstypes:ResourceId | R |
