Recent Posts by Daniel Dura

Dec 4, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / Caller ID highrise

Just for more clarification, the API is written in ActionScript 3.

 
Dec 4, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / Caller ID highrise

I am currently working on an AIR interface to Highrise. I have a library that is somewhat complete that allows access to the Highrise APIs. I am going to post it to Google Code in the next few days and will update this thread when it is live.

 
Nov 4, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / API Refresh?

A quick question for 37Signals: Over the past few months there have been a number of additions to Highrise, most importantly for me reminders, and public tasks. When can we expect to see these changes reflected in the API?

 
Nov 4, 2007
Avatar Daniel Dura 17 posts

Topic: System Announcements / NEW FEATURE: "Public Tasks"

Just wanted to add my personal thanks. Great job guys! This was definitely one of the major missing features for us.

 
Sep 27, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / List Tags for Contact

Yeah, in this instance I am trying to actually get a list of the tags for a given contact. This information is helpful for editing though.

 
Sep 27, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / Bug: People listWithTag

The listWithTag on People returns an XML document with multiple ‘record’ nodes. It also returns companies as well as people within those records. The documentation says that it should return ‘person’ nodes.

- Danny

 
Sep 26, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / Unique Contact IDs?

Awesome. Thanks for the information!

 
Sep 26, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / List Tags for Contact

I am trying to figure out how to list the tags for a given company or person. The API has the ability to query for contacts that have a specific tag id, but I want to get a list of the tag ids for a given contact.

I tried http://domain.highrisehq.com/people/{id}/tags.xml, but that just returns the list of all tags for all contacts.

Any help would be appreciated.

- Danny

 
Sep 25, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / Unique Contact IDs?

Are contact ids unique across people and companies? in other words, do they all come from the same pool? Can a person and a company ever have the same id?

- Danny

 
Sep 22, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / Note and Email Count for Companies and People

Building a desktop application that stores data locally for offline use.

 
Sep 18, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / Note and Email Count for Companies and People

It would be really helpful if when requesting companies or people, the number of notes and emails associated with that contact would be returned. Currrently when grabbing all my contacts, I have to do an HTTP request just to find out if any notes or emails exist. If I knew that the count was zero, that would save a request.

Another request would be to just have a listAll for notes and emails as there are for cases, people, and companies.

Thanks

 
Sep 18, 2007
Avatar Daniel Dura 17 posts

Topic: Feature Requests / view other user's tasks

Just to add my voice of support, this is the single most requested feature we have (a close second is better API support for tags and uploading files, photos, etc.) But the lack of ability to see other user’s tasks has lead us to consider moving to other solutions or growing our own internally.

 
Sep 18, 2007
Avatar Daniel Dura 17 posts

Topic: Troubleshooting and Bug Reports / Can't Upload Case Image

I can’t upload and save a case image in Safari, Version 3.0.3 (522.12.1)

After I click the button to upload and save the image for the case, the dots appear and then the case page refreshes. But, the image I uploaded never shows up. I have to open Firefox and upload the image there, which works fine.

 
Aug 1, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / Author URI in Recordings Feed Bug

It seems that the author URI in the recordings ATOM feed doesn’t point to the user who authored the item (note, task, etc.)

 
Jul 24, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / List All APIs

I would like to see a List All API for notes, comments, and emails. I am writing an application that syncs data between the website and the desktop client and these are the only APIs that do not have that functionality.

Also, it would be good to see List Since Time APIs on those as well so that we can see any updates that occured since a given time. Also, it would be helpful if that API could also show when items were deleted or the cases were closed.

 
Jul 23, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / Recordings XML

I would really like to see the recordings feed also available as XML. I am building a dashboard application for my team and on the front page would like to show something similar to the dashboard view in Highrise. Having more detailed information about the recent history other than what is available in the Atom feed would make the page more rich.

Here is the existing feed: https://adobe.highrisehq.com/recordings.atom

I would like to see: https://adobe.highrisehq.com/recordings.xml

It could be full of ‘record’ elements where each element says whether it was an update or an add and what type of record it is (case, note, email, etc.)

 
Jun 25, 2007
Avatar Daniel Dura 17 posts

Topic: Highrise API / Add/Update Person.Photo

Just a quick second on this request. I am building a desktop app for Highrise right now and this would make it much easier to add and edit photos for people, cases, etc.