Contents

Summary

Contains methods for working with attachments.

API Methods

DELETE https://services.dartmouth.edu/TDWebApi/api/attachments/{id} Copy URL

Deletes an attachment.

Parameters

Returns

A response message indicating if the operation was successful or not.

Rate/Submission Limitations

Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.

GET https://services.dartmouth.edu/TDWebApi/api/attachments/{id} Copy URL

Gets an attachment.

Parameters

Returns

The attachment object, if found. (TeamDynamix.Api.Attachments.Attachment)

Rate/Submission Limitations

Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.

GET https://services.dartmouth.edu/TDWebApi/api/attachments/{id}/content Copy URL

Gets the contents of an attachment.

Parameters

Returns

The attachment's file contents, if found.

Rate/Submission Limitations

Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.

GET https://services.dartmouth.edu/TDWebApi/api/attachments/{id}/contentBase64 Copy URL

Gets the contents of an attachment encoded as a base64 string.

Parameters

Returns

The attachment's file contents, encoded as a base64 string, if found.

Rate/Submission Limitations

Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.