program_mgr_list
Back to SOAP Architecture Method Reference
Description
The program_mgr_list method lists all programs in your domain. Programs are ordered playlists whose contents fill unbooked space inside a frame.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the program. | bstypes:ResourceId | R |
| name | The name of the program. | string | 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 schedule that holds the ad copies. | bstypes:ResourceId | R |
| content_ids | List of ad copies that belongs to this program. | string | R |
| durations | The duration(s) of each ad copy that belongs to this program. | string | R |
