API - can I search for a particular user?

bryan's Avatar

bryan

29 Aug, 2011 08:47 PM

I'd like to integrate a view that shows X of the latest support requests for a particular user, by email address.
That is, in my admin, I'd like to be able to send an email request that returns a list of tickets for a particular email address, if any. Possible?

  1. 2 Posted by Hobson on 31 Aug, 2011 08:23 PM

    Hobson's Avatar

    Hi Bryan,

    You can query discussions by user_id or user_email:

    api.tenderapp.com/yoursite/discussions?user_email='[email blocked]'

    api.tenderapp.com/yoursite/discussions?user_id=12345

    Hope this helps,

    -hobson

  2. Hobson closed this discussion on 31 Aug, 2011 08:23 PM.

Discussions are closed to public comments.
If you need help with Tender please start a new discussion.