Contents

Summary

Contains methods for working with functional roles.

API Methods

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

Creates a functional role.

Parameters

Returns

The created functional role if the operation was successful. (TeamDynamix.Api.Roles.FunctionalRole)

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

Edits the specified functional role.

Parameters

Returns

The updated functional role. (TeamDynamix.Api.Roles.FunctionalRole)

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.

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

Gets a list of functional roles.

Parameters

Returns

A list of functional roles. (TeamDynamix.Api.Roles.FunctionalRole[])

Access Restrictions

This action requires access to the TDPeople application.

Rate/Submission Limitations

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