Contents

Summary

Contains methods for working with configuration item types.

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}/cmdb/types Copy URL

Gets a list of all active configuration item types. This will include system-defined configuration item types.

Returns

A list of all active configuration item types. This will include system-defined configuration item types. (TeamDynamix.Api.Cmdb.ConfigurationItemType[])

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}/cmdb/types Copy URL

Creates a configuration item type.

Parameters

Returns

The created item type if the operation was successful.

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

Gets a configuration item type.

Parameters

Returns

The item type if it was found. (TeamDynamix.Api.Cmdb.ConfigurationItemType)

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

Edits an existing configuration item type.

Parameters

Returns

The updated item type if the operation was successful. (TeamDynamix.Api.Cmdb.ConfigurationItemType)

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}/cmdb/types/search Copy URL

Gets a list of configuration item types.

Parameters

Returns

A list of item types matching the specified criteria. (TeamDynamix.Api.Cmdb.ConfigurationItemType[])

Rate/Submission Limitations

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