Get listing of files / messages / projects?
|
|
Does anyone know if it is possible to obtain the following information via the API (or any other route). List of files attached to messages, and for each file:
We hoped that this information might be included in the XML dump of a Basecamp – but apparently not. Suggestions / ideas anyone? |
|
|
You can get that information, but only by listing out all messages and looking at their attachments. To do this via tha API, you’ll need to:
Because the message list only returns summary details of each message, you’ll probably also need to read each message to get info about attached file (I don’t remember exactly which details are returned). A message’s URL breaks down like this: http://[company url]/projects/[project id]/msg/cat/[message category id]/[message id]/comments |
|
|
Thanks! Given that this is probably a bit of information others need too – do you know if anyone has written something to do this yet? |
|
|
What language will you be using? |
|
|
hi, |
|
|
Ramya, There’s a PHP example and a PHP wrapper, linked to on the Code Examples page of the unofficial API wiki. [advertisement removed – admin] |
