Skip to content

Instantly share code, notes, and snippets.

@robgeorgeuk
Last active August 29, 2015 13:58
Show Gist options
  • Save robgeorgeuk/10008064 to your computer and use it in GitHub Desktop.
Save robgeorgeuk/10008064 to your computer and use it in GitHub Desktop.
<?php
$client_id = post('client_id', 0);
$tickets_results = $ZendeskAPI->call('/organizations/'.$client_id.'/tickets.json', $values, 'GET'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment