View Single Post
Old 05-27-2021, 04:45 AM  
hhm
Registered User
 
Industry Role:
Join Date: Nov 2020
Posts: 3
Streamate/Cambuilder API question

Hi all - fairly new here and this is my first post.

For those who have experience with the Streamate API, I have a question on including description fields. I am successfully retrieving experything expected with the query options below - with the exception of the 3 description fields (About, Expertise, TurnOns), which all return empty arrays.

Does anyone know if this is by design, i.e. the descriptions fields were removed from the output, or has something changed that hasn't been updated in the Cambuilder documentation?

Query:
Code:
$url = '[...]/SMLive/SMLResult.xml';  (edited due to rules on posting URLs)

$options = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
	<SMLQuery>
	 <Options MaxResults=\"" . $recordsperround .  "\" />
	 <AvailablePerformers QueryId=\"MyGenericQuery\" PageNum=\"" . $currentround . "\">
	 <Include>
	  <Rating />
	  <Descriptions></Descriptions>
	  <Media>staticbiopic</Media>
	 </Include>
	 <Constraints>
	 <PublicProfile />
	 <StreamType>offline</StreamType>
	 </Constraints>
	 </AvailablePerformers>
	</SMLQuery>";
Thanks all
hhm is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote