skin_slot_mgr_list_by_display_unit
Back to SOAP Architecture Method Reference
Description
The skin_slot_mgr_list_by_display_unit method lists all skin slots on your domain, by display units. 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) |
---|---|---|---|
display_unit_id | The unique ID# of the display unit. | bstypes:ResourceId | R |
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 skin_slot. | bstypes:ResourceId | R |
active | Indicates whether or not the resource is active. | 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 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 |