Contents

Summary

Contains methods for working with resource pools.

API Methods

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

Creates a resource pool.

Parameters

Returns

The created resource pool if the operation was successful. (TeamDynamix.Api.Schedules.ResourcePool)

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

Edits the specified resource pool.

Parameters

Returns

The updated resource pool. (TeamDynamix.Api.Schedules.ResourcePool)

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/resourcepools/search Copy URL

Gets a list of resource pools.

Parameters

Returns

A list of resource pools. (TeamDynamix.Api.Schedules.ResourcePool[])

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.