External import status retrieves the objectTypeId UUID instead of the Object type ID

XMLWordPrintable

    • 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

      1. Execute the External import as per:
      2. 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

              Assignee:
              Amit Agarwal
              Reporter:
              Lucas Silva (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: