Contents

Summary

Contains methods for working with integrations.

API Methods

DELETE https://help.ohio.edu/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. (Task<IHttpActionResult>)

POST https://help.ohio.edu/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. (Task<IHttpActionResult>)

Remarks

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

POST https://help.ohio.edu/TDWebApi/api/integrations/{integrationId}/exclude/assets Copy URL

Create an exclusion for syncing assets with an integration.

Parameters

Returns

The created exclusion record. (Task<IHttpActionResult>)

Remarks

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

GET https://help.ohio.edu/TDWebApi/api/integrations/{integrationId}/exclusions Copy URL

Gets the exclusions for an integration.

Parameters

Returns

The existing eclusion records for the integration. (Task<IHttpActionResult>)