Contents

Summary

Contains methods for working with project types.

API Methods

POST https://services.dartmouth.edu/TDWebApi/api/projects/types Copy URL

Creates a project type.

Parameters

Returns

The created project type if the operation was successful.

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.

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

Gets the specified project type.

Parameters

Returns

The specified project type, if the operation was successful. (TeamDynamix.Api.Projects.ProjectType)

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/projects/types/{id} Copy URL

Edits a project type.

Parameters

Returns

The updated project type. (TeamDynamix.Api.Projects.ProjectType)

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.

GET https://services.dartmouth.edu/TDWebApi/api/projects/types?isActive={isActive} Copy URL

Gets a list of all project types.

Parameters

Returns

A list of all project types. (TeamDynamix.Api.Projects.ProjectType[])

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.