content_mgr_list_many
Back to SOAP Architecture Method Reference
Description
The content_mgr_list_many method lists details of specific pieces of content (ad copies) on your domain.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
ids | A comma-delimited list of the unique ID#s of ad copies 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 content on your domain. | bstypes:ResourceId | R |
name | The name of your resource. | string | R |
active | Indicates whether or not the resource is in an active state. | boolean | R |
container_id | The unique ID# of the folder in which the content is stored. | bstypes:ResourceId | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
originalfilename | The original file name of your content. | string | R |
mime | The mime type of your content. Corresponds to the ad copy type in Broadsign Control Administrator:
|
string | R |
parent_id | The unique ID# of the content's bundle. | bstypes:ResourceId | R |
approval_status | The approval status of the content:
|
bstypes:ContentApprovalStatus | R |
checksum2_type | Indicates the type of checksum2 analysis:
|
bstypes:Checksum2Type | R |
checksum2 | The value of the checksum analysis. | string | R |
size | The size of the content file. | long | R |
archive_status | The archive status of the content:
|
bstypes:ArchiveStatus | R |
archived_by | The unique ID# of the user resource that archived the content. | bstypes:ResourceId | R |
archived_on_utc | The date and time, in UTC, on which the user archived the content. | bstypes:SimpleDateTime | R |
approved_by_user_id | The unique ID# of the user resource that approved the content. | bstypes:ResourceId | R |
approved_on_utc | The date and time, in UTC, on which the user archived the content. | bstypes:SimpleDateTime | R |
external_id | This field can be used to store external identifiers for this content in other systems, for example, an external CMS or RCS selector. | string | R |
archive_priority | The priority status of the content for archiving:
|
bstypes:ArchivePriority | R |
creation_user_id | The unique ID# of the user that created the content. | bstypes:ResourceId | R |
creation_tm | The date and time of the content creation. | bstypes:SimpleDateTime | R |
attributes |
Information on the file, which will vary according to mime type. See List of Possible Attributes (by Mime Type). Note: You must use newline separators in the string. |
string | R |
feeds | The source of any external feeds, for example, Twitter. | string | R |
bmb_host_id | The unique ID# of the player resource used to fetch Broadsign Creator (or Broadsign Publish) ad copy, if applicable. | bstypes:ResourceId | R |
List of Possible Attributes (by Mime Type)
Note: You must use newline separators in the string.
Mime Type | Possible Attributes |
---|---|
avi |
duration audio_codec video_codec height width keep_aspect_ratio |
bmp |
duration keep_aspect_ratio |
divx |
duration audio_codec video_codec height width keep_aspect_ratio |
exe | duration |
f4v |
duration keep_aspect_ratio |
fla | duration |
flv |
duration audio_codec video_codec height width volume_modifier keep_aspect_ratio |
gif |
duration height width |
htm | duration |
html |
direct_url show_scrollbars |
jpeg |
height width |
jpg |
height width |
m2t |
duration height width audio_codec video_codec |
m2v |
duration height width video_codec |
m4a |
duration audio_codec volume_modifier |
m4v |
duration keep_aspect_ratio |
mht | duration |
mkv |
duration keep_aspect_ratio video_codec |
mov |
duration height width audio_codec video_codec keep_aspect_ratio |
mp3 |
duration audio_codec |
mp4 |
duration height width audio_codec video_codec keep_aspect_ratio |
mpeg |
duration height width audio_codec video_codec |
mpg |
duration height width audio_codec video_codec keep_aspect_ratio |
pls |
duration volume_modifier |
png |
duration height width keep_aspect_ratio |
tif |
duration keep_aspect_ratio |
vob |
duration height width audio_codec video_codec keep_aspect_ratio |
webm |
duration height width audio_codec video_codec keep_aspect_ratio |
wma |
duration audio_codec |
wmv |
duration width height audio_codec video_codec |
xap |
duration volume_modifier |
x-creator |
duration volume_modifier |
x-digital-tv | duration |
x-html-package |
duration main_html_file_path |
xml | duration |
x-ticker | duration |
zip |
duration command_line_parameters environment_variables executable_path run_as_admin run_only_once |