AdBookConnect Web Service
MethodGetMediaElementListForParent
AdBookConnect Web Service > All Operations Resource Group : GetMediaElementListForParent (Method)
Summary
Retrieve the list of MediaElement objects directly below the specified parent in the media hierarchy.
Request (IAdBookConnect_GetMediaElementListForParent_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
MediaElementID for the parent element in the media hierarchy.xml:long
Media type to use for filtering the results.MediaType

Overview

Sequence
200 Response (IAdBookConnect_GetMediaElementListForParent_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
Collection of MediaElement objects immediately below the specified parent in the media hierarchy.http://www.FatTail.com/api:ArrayOfMediaElement

Overview

Sequence
GetMediaElementListForParentResult 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.
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_GetMediaElementListForParent_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service