Contents

Summary

Contains methods for working with account/department industries.

API Methods

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

Gets a list of all industries.

Returns

A list of all industries. (TeamDynamix.Api.Accounts.Industry[])

Access Restrictions

This action can only be performed by administrators.

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/industries Copy URL

Creates an industry.

Parameters

Returns

A newly created industry.

Access Restrictions

This action can only be performed by administrators.

Rate/Submission Limitations

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

PUT https://services.dartmouth.edu/TDWebApi/api/industries/{id} Copy URL

Edits an existing industry.

Parameters

Returns

The updated industry. (TeamDynamix.Api.Accounts.Industry)

Access Restrictions

This action can only be performed by administrators.

Rate/Submission Limitations

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