Skip to content

Instantly share code, notes, and snippets.

@cooncesean
Created January 30, 2014 04:47
Show Gist options
  • Save cooncesean/8702797 to your computer and use it in GitHub Desktop.
Save cooncesean/8702797 to your computer and use it in GitHub Desktop.
API Sample Responses
<!-- Exhibitor Content Objects -->
<response>
<exhibitor_list>
<exhibitor>
<exhid>123</exhid>
<exhname>Some Exhibitor</exhname>
</exhibitor>
<exhibitor>
<exhid>456</exhid>
<exhname>Another Exhibitor</exhname>
</exhibitor>
</exhibitor_list>
</response>
<!-- Schedule Item Content Objects -->
<response>
<schedule>
<sessionid>123</sessionid>
<sessionname>Some Session</sessionname>
<sessiontime>3-3-2014:10:45</sessiontime>
</schedule>
<schedule>
<sessionid>123</sessionid>
<sessionname>Some Session</sessionname>
<sessiontime>3-3-2014:10:45</sessiontime>
</schedule>
</response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment