Basecamp Classic API

Legacy Categories API Calls

The API described in this document is obsolete. It is documented here only for the support of legacy applications that might be using it. New applications are encouraged to use the newer, REST-based API. Older applications, too, are encouraged to switch to the newer API.

Message categories

/projects/#{project-id}/post_categories

This will return an alphabetical list of all message categories in the referenced project.

Response

<post-categories>
  <post-category>
    ...
  </post-category>
  <post-category>
    ...
  </post-category>
  ...
</post-categories>

File categories

/projects/#{project-id}/attachment_categories

This will return an alphabetical list of all file categories in the referenced project.

Response

<attachment-categories>
  <attachment-category>
    ...
  </attachment-category>
  <attachment-category>
    ...
  </attachment-category>
  ...
</attachment-categories>