Contents

Summary

Contains methods for working with briefcase folders.

Access Restrictions

This section requires access to the TDProjects application.

API Methods

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

Gets the briefcase folders of a project.

Parameters

Returns

A list of the project's folders. (TeamDynamix.Api.Briefcase.Folder[])

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}/folders/{id}/files Copy URL

Gets the files in the specified folder.

Parameters

Returns

A list of the files in the folder. (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.

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

Uploads a new file to the briefcase.

Parameters

File Upload

This action accepts an uploaded file as part of the form's submission. For information on how to structure calls with files, see the Submitting Files page.

Returns

The created file if the operation was successful.

Rate/Submission Limitations

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