Contents

Summary

Contains methods for working with briefcase files.

Access Restrictions

This section requires access to the TDProjects application.

API Methods

GET https://services.dartmouth.edu/TDWebApi/api/projects/{projectID}/files/{id} Copy URL

Gets a briefcase file.

Parameters

Returns

The briefcase file. (TeamDynamix.Api.Briefcase.File)

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/projects/{projectID}/files/{id}/content Copy URL

Gets the contents of a briefcase file.

Parameters

Returns

The contents of the briefcase file.

Rate/Submission Limitations

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