Contents

Summary

Contains methods for working with ticket 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

POST https://services.dartmouth.edu/TDWebApi/api/{appId}/tickets/types Copy URL

Creates a ticket type.

Parameters

Returns

The created ticket type 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.

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

Gets the specified ticket type.

Parameters

Returns

The specified type category, if the operation was successful. (TeamDynamix.Api.Tickets.TicketType)

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.

PUT https://services.dartmouth.edu/TDWebApi/api/{appId}/tickets/types/{id} Copy URL

Edits a ticket type.

Parameters

Returns

The updated ticket type. (TeamDynamix.Api.Tickets.TicketType)

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.

GET https://services.dartmouth.edu/TDWebApi/api/{appId}/tickets/types?isActive={isActive} Copy URL

Gets a list of all ticket types.

Parameters

Returns

A list of all ticket types. (TeamDynamix.Api.Tickets.TicketType[])

Rate/Submission Limitations

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