skin_slot_mgr_list_by_reservation
Back to SOAP Architecture Method Reference
Description
The skin_slot_mgr_list_by_reservation method lists all skin slots on your domain, by campaign.
A skin_slot is a link between a loop_slot and a frame which, in turn, sits in a day part. If a skin_slot exists and is active, a campaign has been booked to it.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| reservation_id | The unique ID# of the campaign. | bstypes:ResourceId | R |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the skin_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 |
| skin_id | The unique ID# of the frame to which the campaign or event is targeted. | bstypes:ResourceId | R |
| parent_id | The unique ID# of the loop_slot. | bstypes:ResourceId | R |
| day_mask |
The bitmask value for days in a calendar year on which the day part is active. |
string | R |
| start_date | The resource start date. | bstypes:SimpleDate | R |
| end_or_deactivated_date | The resource end date. | bstypes:SimpleDate | R |
| temporary | Indicates whether or not the skin slot is temporary. | boolean | R |
| day_of_week_mask | The bitmask value for the days of the week on which the day part is active. | int | R |
