skin_slot_mgr_list_many
Back to SOAP Architecture Method Reference
Description
The skin_slot_mgr_list_many method lists details of specific skin slots on your domain. 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) |
---|---|---|---|
ids | A comma-delimited list of the unique ID#s of skin 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 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 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 number representation of the days in which this skin slot is active. The value is the sum of the individual values of each day of the week, which are incrementing powers of 2, for example, Monday is 1 (2^0) and Sunday is 64 (2^6). | int | R |