Formats and HTTP methods for Teamwork Spaces REST API
Only JSON is supported. Typically, the HTTP methods used are GET
, PATCH
, POST
, and DELETE
.
Overriding methods
We don't support this currently but we plan to add it. Let us know at api@teamwork.com if you need it.
If your requests are going through a proxy server which does not support certain HTTP methods, use one which is supported and set the actual HTTP method using the X-HTTP-Method-Override
request header instead.
This is supported on POST only. The value must be one of GET, DELETE, HEAD, OPTIONS, PATCH, POST.
Response codes
RFC-2616 is followed throughout.
Feedback
If you have any feedback or suggestions, feel free to contact us at api@teamwork.com.