Returns the value of the selected media type allowed to display on the TeamRaiser participant personal page.
https://secure2.convio.net/organization/site/CRTeamraiserAPI?method=getPersonalMediaLayout &api_key=value &v=value [ &auth=value ]
[ ¢er_id=value ] [ &error_redirect=value ] [ &redirect=value ] [ &response_format=xml | json ] [ &sign_redirects=value ] [ &source=value ]
[ &sub_source=value ] [ &success_redirect=value ] [ &suppress_response_codes=value ] &fr_id=value [ &auth=value ] [ &sso_auth_token=value ]
Only image files are allowed if the returned value is photos
video
This method is only compatible with the default one-photo personal page layout and the 2-photo personal page layout.
Administrators can provide sponsoring companies, team captains, and participants customizable websites to assist with fundraising. This level of interaction and personalization encourages ownership and active participation at each level of involvement.
getPersonalMediaLayout
getPersonalPhotos
getPersonalVideoUrl
updatePersonalMediaLayout
updatePersonalVideoUrl
uploadPersonalPhoto
getTeamraiserConfig
getTeamPhoto
getTeamVideoUrl
removeTeamPhoto
updateTeamVideoUrl
uploadTeamPhoto
getTeamraiserConfig
getCompanyPhoto
removeCompanyPhoto
uploadCompanyPhoto
See topic Common Parameters.
Required. The TeamRaiser event ID.
Type xsd:nonNegativeInteger.
Optional. You must provide either this parameter or the sso_auth_token
Optional. You must provide either this parameter or the auth
See topic HTTP Status Codes.
XML response<?xml version="1.0" encoding="UTF-8"?>
<getPersonalMediaLayoutResponse xsi:schemaLocation="http://convio.com/crm/v1.0 http://service.convio.net/xmlschema/crm.public.v1.xsd" xmlns="http://convio.com/crm/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<personalMediaLayout>photos</personalMediaLayout>
</getPersonalMediaLayoutResponse>
{"getPersonalMediaLayoutResponse":{
"personalMediaLayout":"photos"
}}