Contents

Summary

Contains methods for working with asset statuses.

Application Identifier Use

This set of APIs uses a application identifier parameter, named appId and of type Int32, which specifies the corresponding application in which actions should be performed.

For the sake of brevity, it is omitted from the parameter list of the API methods below, but still needs to be included whenever there is an {appId} placeholder in the URL for the API method.

API Methods

GET https://services.dartmouth.edu/TDWebApi/api/{appId}/assets/statuses Copy URL

Gets a list of all asset statuses.

Returns

A list of all asset statuses. (TeamDynamix.Api.Assets.AssetStatus[])

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/{appId}/assets/statuses Copy URL

Creates a new asset status.

Parameters

Returns

The created asset status if the operation was successful.

Access Restrictions

This action can only be performed by application administrators.

Rate/Submission Limitations

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

Remarks

This action can only be performed by users with administrative access to the specified ticketing application.

GET https://services.dartmouth.edu/TDWebApi/api/{appId}/assets/statuses/{id} Copy URL

Gets an asset status.

Parameters

Returns

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/{appId}/assets/statuses/{id} Copy URL

Edits an existing asset status.

Parameters

Returns

The updated asset status. (TeamDynamix.Api.Assets.AssetStatus)

Access Restrictions

This action can only be performed by application administrators.

Rate/Submission Limitations

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

Remarks

This action can only be performed by users with administrative access to the specified asset application.

POST https://services.dartmouth.edu/TDWebApi/api/{appId}/assets/statuses/search Copy URL

Gets a list of asset statuses.

Parameters

Returns

A list of asset statuses matching the specified criteria. (TeamDynamix.Api.Assets.AssetStatus[])

Rate/Submission Limitations

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