Files

February 6, 2014 ยท View on GitHub

For the full XML representation of files, check out the data reference.

Get files

  • GET /projects/#{project_id}/attachments.xml(?n=...) returns a list of files (attachments) in the given project that are visible to the authenticated user.

The list is paginated using offsets. If 100 attachments are returned (the page limit), use ?n=100 to check for the next 100 and so on.

Response:

<attachments>
  <attachment>
    ...
  </attachment>
  <attachment>
    ...
  </attachment>
  ...
</attachments>