Contents

Summary

Contains methods for working with integrations.

API Methods

DELETE https://helpdesk.grps.org/TDWebApi/api/integrations/{integrationId}/exclude/asset/{assetId} Copy URL

Removes an exclusion from an integration.

Parameters

Returns

A response indicating the successful removal of an exclusion.

POST https://helpdesk.grps.org/TDWebApi/api/integrations/{integrationId}/exclude/asset/{assetId} Copy URL

Create an exclusion for syncing an asset with an integration.

Parameters

Returns

The created exclusion record.

Remarks

The integration and asset must be pre-existing and for the same application.

POST https://helpdesk.grps.org/TDWebApi/api/integrations/{integrationId}/exclude/assets Copy URL

Create an exclusion for syncing assets with an integration.

Parameters

Returns

The created exclusion record.

Remarks

The integration and asset must be pre-existing and for the same application.

GET https://helpdesk.grps.org/TDWebApi/api/integrations/{integrationId}/exclusions Copy URL

Gets the exclusions for an integration.

Parameters

Returns

The existing eclusion records for the integration.