Venue ID API: Venue Methods: get_updates

Purpose

This method allows an admin user to get the details of all pending updates for a particular venue. In the output, not all fields are shown; only the fields which contain data to be modified for that venue. An admin user would then review this data and, if appropriate, use it to update the venue with the modify method.

The user must supply a valid venue_id.

URLs

Live: http://api.ives.info/rest/venues/get_updates

Input

Required Arguments
user_email For authentication
user_password For authentication
venue_id Venue ID code

Sample Request
http://api.ives.info/rest/venues/get_updates?user_email=user@domain.com&user_password=fak3passw0rd&venue_id=http://ives.info/gb/4d5rr

Output

Errors will be returned in the form of an error document.

Sample XML Output
<?xml version="1.0" encoding="UTF-8"?>
<venue id="http://ives.info/gb/4d5rr">
  <update id="598">
    <submit_user>brock@blue-compass.com</submit_user>
    <venue_name>The Electric Ballroom</venue_name>
    <address></address>
  </update>
</venue>