AdBookConnect Web Service
MethodGetMediaElementListByIDs
AdBookConnect Web Service > All Operations Resource Group : GetMediaElementListByIDs (Method)
Summary
Retreives a list of all Media Element objects for a specified list of mediaElementIDs.
Request (IAdBookConnect_GetMediaElementListByIDs_InputMessage)

The request body is of type http://www.FatTail.com/api:GetMediaElementListByIDs.

Request Body Parameters

NameDescriptionData Type
 http://schemas.microsoft.com/2003/10/Serialization/Arrays:ArrayOflong

Overview

Sequence
mediaElementIDs optional ArrayOflong Complex Type
Sequence
long 0..∞ xs:long
200 Response (IAdBookConnect_GetMediaElementListByIDs_OutputMessage)

The response body is of type http://www.FatTail.com/api:GetMediaElementListByIDsResponse.

Response Body Parameters

NameDescriptionData Type
 http://www.FatTail.com/api:ArrayOfMediaElement

Overview

Sequence
GetMediaElementListByIDsResult optional ArrayOfMediaElement Complex Type
Sequence
Sequence
GroupCode optional xs:string
Optional static identifier for the media element.
MediaElementID optional xs:long
ID of the media element.
Name optional xs:string
Configured name of the media element.
ParentID optional xs:long
ID of the parent element in the media hierarchy.
Path optional xs:string
Full path in the media hierarchy for the media element.
Viewable optional xs:int
Indicates whether or not the media element will be visible on the media tree displayed in the UI.
MediaType optional MediaType Simple Type
Media type of the media element nodes under this level of the media tree hierarchy.
AdServerID optional xs:decimal
System ID for the ad server assigned to nodes below this level of the media tree hierarchy.
MediaElementDynamicProperties optional ArrayOfMediaElementPropertyValue Complex Type
Sequence
Sequence
MediaElementPropertyID optional xs:long
System ID for the property.
Value optional xs:string
Value assigned to the property.
See Also
All Operations Resource GroupAdBookConnect Web Service