Contents

Summary

Contains methods for working with assets that are synchronized with Microsoft Intune.

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

PUT https://tdx.cornell.edu/TDWebApi/api/{appId}/assets/intune/{assetId}/map Copy URL

Updates or creates a mapping of the specified TDX asset to an Intune asset, ensuring future synchronizations leverage the mapped Intune Device ID.

Parameters

Returns

The TeamDynamix.Api.Assets.IntuneAssetMapping ID mapping between the Intune device and the TDX asset

Rate/Submission Limitations

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

Remarks

Callers are required to have the "Manage Intune Sync Data" permission for the specified application. If Intune data already exists for the specified asset, this endpoint will update the existing device ID. If the data does not already exist from a synchronization, it will create a new Intune asset mapping record with only the Intune Device ID populated.

PUT https://tdx.cornell.edu/TDWebApi/api/{appId}/assets/intune/map Copy URL

Updates or creates a mappings of the specified TDX assets to the Intune assets, ensuring future synchronizations leverage the mapped Intune Device IDs.

Parameters

Returns

The TeamDynamix.Api.Assets.IntuneAssetMapping created mappings between the Intune devices and the TDX assets

Rate/Submission Limitations

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

Remarks

Callers are required to have the "Manage Intune Sync Data" permission for the specified application. If Intune data already exists for the specified assets, this endpoint will update the existing device IDs. If the data does not already exist from a synchronization, it will create new Intune asset mapping records with only the Intune Device ID populated.