AdBookConnect Web Service
MethodGetMediaElementListByDynamicPropertyValue
AdBookConnect Web Service > All Operations Resource Group : GetMediaElementListByDynamicPropertyValue (Method)
Summary
Retrieves a collection of MediaElement objects that based on a MediaElementProperty value.
Request (IAdBookConnect_GetMediaElementListByDynamicPropertyValue_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
System ID for the MediaElementProperty being searched for.xml:long
Value of the MediaElementProperty being searched for.xml:string

Overview

Sequence
dynamicPropertyId optional xs:long
dynamicPropertyValue optional xs:string
200 Response (IAdBookConnect_GetMediaElementListByDynamicPropertyValue_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
Collection of MediaElement objects that match the search value.http://www.FatTail.com/api:ArrayOfMediaElement

Overview

Sequence
GetMediaElementListByDynamicPropertyValueResult 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