View All APIs

Media API

Version 1

Endpoint: https://api.peoplevine.com/media.asmx
WSDL: https://api.peoplevine.com/media.asmx?WSDL

5 Methods


deleteMedia

Version 1 This method allows you to delete a file on the server.

https://api.peoplevine.com/media.asmx/deleteMedia

returnMedia

Version 1 This method returns a list of media objects based on request.

https://api.peoplevine.com/media.asmx/returnMedia

updateMedia

Version 1 This method allows you to update a file on the server. If the media item is a local object then pass it as a byte to media_object and leave media_location blank. {media_type: png, jpeg, jpg, gif, mp3, avi, mp4, 3gp, pdf, doc, docx, ppt, pptx, xls, xlsx, htm, html, js, css, txt, csv, embed, url}

https://api.peoplevine.com/media.asmx/updateMedia

uploadMedia

Version 1 This method allows you to upload a file to the server. If the media item is a local object then pass it as a byte to media_object and leave media_location blank. {media_type: png, jpeg, jpg, gif, mp3, avi, mp4, 3gp, pdf, doc, docx, ppt, pptx, xls, xlsx, htm, html, js, css, txt, csv, embed, url} {filename: if set, the system will override the filename to this} {newFolder: if true, the system will place the file in a unique folder}

https://api.peoplevine.com/media.asmx/uploadMedia

uploadMedias

Version 1 This method allows you to upload multiple files to the server. If the media item is a local object then pass it as a byte to media_object and leave media_location blank. {media_type: png, jpeg, jpg, gif, mp3, avi, mp4, 3gp, pdf, doc, docx, ppt, pptx, xls, xlsx, htm, html, js, css, txt, csv, embed, url} {filename: if set, the system will override the filename to this} {newFolder: if true, the system will place the file in a unique folder}

https://api.peoplevine.com/media.asmx/uploadMedias