Contents

Summary

Contains methods for working with Report Builder reports.

API Methods

GET https://services.dartmouth.edu/TDWebApi/api/reports Copy URL

Gets a list of all Report Builder reports visible to the user.

Returns

The Report Builder reports visible to the user. (TeamDynamix.Api.Reporting.ReportInfo[])

Rate/Submission Limitations

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

GET https://services.dartmouth.edu/TDWebApi/api/reports/{id}?withData={withData}&dataSortExpression={dataSortExpression} Copy URL

Gets information about a report, optionally including data.

Parameters

Returns

The indicated report. (TeamDynamix.Api.Reporting.Report)

Rate/Submission Limitations

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

POST https://services.dartmouth.edu/TDWebApi/api/reports/search Copy URL

Gets a list of Report Builder reports visible to the user that match the provided search criteria.

Parameters

Returns

The Report Builder reports visible to the user. (TeamDynamix.Api.Reporting.ReportInfo[])

Rate/Submission Limitations

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