Contents

Summary

Contains methods for managing type categories, which are used to group project and ticket types.

API Methods

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

Creates a type category.

Parameters

Returns

The created type category if the operation was successful.

Access Restrictions

This action can only be performed by special key-based administrative service accounts and not standard TeamDynamix users.

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

Gets the specified type category.

Parameters

Returns

The specified type category, if the operation was successful. (TeamDynamix.Api.TypeCategories.TypeCategory)

Access Restrictions

This action can only be performed by special key-based administrative service accounts and not standard TeamDynamix users.

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

Edits the specified type category.

Parameters

Returns

Access Restrictions

This action can only be performed by special key-based administrative service accounts and not standard TeamDynamix users.

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/typecategories?isActive={isActive} Copy URL

Gets a list of type categories.

Parameters

Returns

A collection of type categories. (TeamDynamix.Api.TypeCategories.TypeCategory[])

Access Restrictions

This action can only be performed by special key-based administrative service accounts and not standard TeamDynamix users.

Rate/Submission Limitations

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