-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Assets - Import - Rearchitecture
-
1
-
Severity 3 - Minor
Issue Summary
External import status retrieves the objectTypeId UUID (string) instead of the Object type ID (integer) for the objectTypeId attribute.
Steps to Reproduce
- Execute the External import as per:
- Get import execution status
Expected Results
As per the document's example, the objectTypeId attribute from the objectTypeResultMap should be the same as displayed in the Assets object URL.
"objectTypeResultMap": { "2548": { "id": null, "objectTypeName": "Operating System", "objectTypeId": 2548 ... }
Example of the object type ID from the URL/ GET API: typeId=2548
Actual Results
The objectTypeId attribute uses a UUID instead:
"objectTypeResultMap": { "2548": { "objectTypeName": "Operating System", "objectTypeId": "0934b57d-e1db-46e6-8bea-04259631e840" ...
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...