{"openapi":"3.1.0","info":{"title":"Privacy Automation - Data Mapping Automation","version":"1.0","contact":{"name":"OneTrust Support","url":"https://my.onetrust.com/s/contactsupport"},"license":{"name":"Apache 2.0","url":"https://www.apache.org/licenses/LICENSE-2.0"},"description":"The Data Mapping Automation APIs are used to manage structured records (assets, vendors, processing activities, and legal entities), define schema attributes, traverse parent–child hierarchies, and create cross-record relationships—including links to personal data."},"servers":[{"url":"https://{hostname}","variables":{"hostname":{"default":"hostname","description":"The OneTrust hostname such as app.onetrust.com, app-eu.onetrust.com, app-de.onetrust.com, app-uk.onetrust.com, app-apac.onetrust.com, trial.onetrust.com, or uat.onetrust.com."}}}],"tags":[{"name":"Inventory","description":"APIs used to create and manage inventory records for supported schema types (processing-activities, vendors, assets, entities).","externalDocs":{"description":"OpenAPI 3.1.0 - Download Definition","url":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"}},{"name":"Inventory Hierarchies","description":"APIs used to list, link, and unlink child inventories under a root inventory to model organizational or data-flow trees.","externalDocs":{"description":"OpenAPI 3.1.0 - Download Definition","url":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"}},{"name":"Inventory Relationships V1","description":"APIs used to create, update, and delete bidirectional links between inventories and to manage associations to related items (including personal data).","externalDocs":{"description":"OpenAPI 3.1.0 - Download Definition","url":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"}},{"name":"Inventory Schema","description":"APIs used to define and maintain schema attributes that shape inventory data collection and validation.","externalDocs":{"description":"OpenAPI 3.1.0 - Download Definition","url":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"}},{"name":"Personal Data","description":"APIs used to list links to personal-data items for an inventory and update advanced attributes on those associations.","externalDocs":{"description":"OpenAPI 3.1.0 - Download Definition","url":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"}}],"x-onetrust":{"spec-label":"OpenAPI 3.1.0","links":["{'Data Mapping Automation Knowledge Base': 'https://my.onetrust.com/s/topic/0TO1Q000000ItRxWAK/data-mapping-automation'}"]},"x-readme":{"explorer-enabled":false,"proxy-enabled":false,"metrics-enabled":false},"paths":{"/api/inventory/v2/data-categories":{"get":{"operationId":"getDataCategoriesByPartialNameUsingGET","summary":"Get List of Data Categories","description":"Use this API to retrieve a list of all existing Data Categories.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"filter","in":"query","description":"Optional filter string to search data categories by name","required":false,"schema":{"type":"string"},"example":"Financial"},{"name":"page","in":"query","description":"Results page to be retrieved (0..N)","schema":{"type":"integer","format":"int32","default":0,"minimum":0},"example":0},{"name":"size","in":"query","description":"Number of records per page (1..50)","schema":{"type":"integer","format":"int32","default":20,"maximum":50,"minimum":1},"example":20},{"name":"sort","in":"query","description":"Sorting criteria in the format: property(,asc|desc). Default sort order is ascending","schema":{"type":"string","enum":["name,asc","name,desc","createdDate,asc","createdDate,desc"]},"example":"name,asc"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/OneTrustResponseListDataCategoryResponse"},{"$ref":"#/components/schemas/DataCategoryResponse"}]}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INTEGRATION"]},{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]},"post":{"operationId":"createDataCategoryUsingPOST","summary":"Create Data Category","description":"Use this API to to create new Data Categories in Data Mapping Automation module.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"generator","in":"query","description":"Optional generator parameter","required":false,"schema":{"type":"string"},"example":"system"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataCategoryCreateUpdateRequest"}}}},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataCategoryResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/data-categories/{id}":{"get":{"operationId":"getDataCategoryUsingGET","summary":"Get Data Category","description":"Use this API to provide the details of a single Data Category by ID.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The ID of the data category to retrieve","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataCategoryResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]},"delete":{"operationId":"deleteDataCategoryUsingDELETE","summary":"Delete Data Category","description":"Use this API to delete Data Categories within the Data Mapping Automation Module of OneTrust. To successfully delete a data category, there must be no data-elements assigned to the data category.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The ID of the data category to delete","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"responses":{"204":{"description":"No Content"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY"]}]}},"/api/inventory/v2/data-classifications":{"get":{"operationId":"listAllDataClassificationsUsingGET","summary":"Get List of Data Classifications","description":"Use this API to retrieve a list of all existing Data Classifications.\n\n### Example Request\n\n`GET https://{hostname}/api/inventory/v2/data-classifications`\n\n`GET https://trial.onetrust.com/api/inventory/v2/data-classifications`","tags":["Personal Data"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataClassificationResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INTEGRATION"]}]},"post":{"operationId":"createDataClassificationUsingPOST","summary":"Create Data Classification","description":"Use this API to create new Data Mapping Automation-Data Classification.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"generator","in":"query","description":"Optional generator parameter","required":false,"schema":{"type":"string"},"example":"system"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataClassificationCreateUpdateRequest"}}}},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataClassificationResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/data-classifications/{id}":{"get":{"operationId":"getDataClassificationUsingGET","summary":"Get Data Classification","description":"Use this API to retrieve the details of a single Data Classification by ID.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The ID of the data classification to retrieve","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataClassificationResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]},"delete":{"operationId":"deleteDataClassificationUsingDELETE","summary":"Delete Data Classification","description":"Use this API to delete a data category, the Data Classification ID must be provided in the URL path.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The ID of the data classification to delete","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"responses":{"204":{"description":"No Content"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY"]}]}},"/api/inventory/v2/data-elements":{"get":{"operationId":"listAllDataElementsUsingGET","summary":"Get List of Data Elements","description":"Use this API to retrieve the list of all existing Data Elements. \n\n### Example Request\n\n`GET https://{hostname}/api/inventory/v2/data-elements`\n\n`GET https://trial.onetrust.com/api/inventory/v2/data-elements`","tags":["Personal Data"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataElementDetailedResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INTEGRATION"]}]},"post":{"operationId":"createDataElementUsingPOST","summary":"Create Data Element","description":"Use this API to create new Data Elements in Data Mapping Automation module.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"generator","in":"query","description":"Optional generator parameter","required":false,"schema":{"type":"string"},"example":"system"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataElementCreateRequest"}}}},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataElementDetailedResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/data-elements/{id}":{"get":{"operationId":"getDataElementUsingGET","summary":"Get Data Element","description":"Use this API to retrieve the details of a single Data Element by ID.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The ID of the data element to retrieve","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataElementDetailedResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]},"delete":{"operationId":"deleteDataElementUsingDELETE","summary":"Delete Data Element","description":"Use this API to delete a data element.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The ID of the data element to delete","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"responses":{"204":{"description":"No Content"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY"]}]}},"/api/inventory/v2/data-subjects":{"get":{"operationId":"getDataSubjectsByPartialNameUsingGET","summary":"Get List of Data Subjects","description":"Use this API to retrieve the list of all existing Data Subjects.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"objectType","in":"query","required":false,"schema":{"type":"string"}},{"name":"objectId","in":"query","required":false,"schema":{"type":"string","format":"uuid"}},{"name":"relationshipContext","in":"query","required":false,"schema":{"type":"boolean","default":false}},{"name":"filter","in":"query","description":"Optional filter string to search data subjects by name","required":false,"schema":{"type":"string"},"example":"Customer"},{"name":"page","in":"query","description":"Results page to be retrieved (0..N)","schema":{"type":"integer","format":"int32","default":0,"minimum":0},"example":0},{"name":"size","in":"query","description":"Number of records per page (1..50)","schema":{"type":"integer","format":"int32","default":20,"maximum":50,"minimum":1},"example":20},{"name":"sort","in":"query","description":"Sorting criteria in the format: property(,asc|desc). Default sort order is ascending","schema":{"type":"string","enum":["name,asc","name,desc","createdDate,asc","createdDate,desc"]},"example":"name,asc"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/OneTrustResponseListDataSubjectResponse"},{"$ref":"#/components/schemas/DataSubjectResponse"}]}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INTEGRATION"]},{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]},"post":{"operationId":"createDataSubjectUsingPOST","summary":"Create Data Subject","description":"Use this API to create new Data Subject in the Data Mapping Automation Module.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"generator","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSubjectCreateUpdateRequest"}}}},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSubjectResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/data-subjects/{id}":{"get":{"operationId":"getDataSubjectUsingGET","summary":"Get Data Subject","description":"Use this API to retrieve the details of a single Data Subject by ID.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The ID of the Data Subject","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSubjectResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]},"delete":{"operationId":"deleteDataSubjectUsingDELETE","summary":"Delete Data Subject","description":"Use this API to delete a data element.","tags":["Personal Data"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The ID of the data subject to delete","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"responses":{"204":{"description":"No Content"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY"]}]}},"/api/inventory/v2/inventories/{id}/associations/{associationId}":{"put":{"operationId":"updateInventoryAssociationUsingPUT","summary":"Update Inventory Link","description":"Use this API to update a bidirectional link between two inventories.","tags":["Inventory Relationships V1"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The unique identifier of an inventory record","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},{"name":"associationId","in":"path","description":"The unique identifier of the association","required":true,"schema":{"type":"string","format":"uuid"},"example":"4374d5da-44ac-4308-a298-3efdb0f34ba4"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InventoryAssociationRequest"}}}},"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{id}/personal-data":{"get":{"operationId":"listPersonalDataAssociationsUsingGET","summary":"Get Personal Data Links","description":"Use this API to list existing links between an inventory and personal data items.","tags":["Inventory Relationships V1"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The unique identifier of an inventory record","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},{"name":"page","in":"query","description":"Results page to be retrieved (0..N)","schema":{"type":"integer","format":"int32","default":0,"minimum":0},"example":0},{"name":"size","in":"query","description":"Number of records per page (1..50)","schema":{"type":"integer","format":"int32","default":20,"maximum":50,"minimum":1},"example":20}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"},"example":"{\"data\":[{\"id\":\"8b208355-5450-4eb2-ab6c-9e7f1518295c\",\"dataElement\":{\"id\":\"cac1a0f5-381b-4470-beb6-62d82d9fdd34\",\"name\":\"Bullying and harassment details\",\"nameKey\":\"DataElementsBullyingAndHarassmentDetails\",\"description\":null,\"descriptionKey\":null,\"source\":\"System\",\"status\":\"active\",\"visible\":true},\"dataCategories\":[{\"id\":\"a8e7df07-a0a4-40fe-995b-082a0308bbd2\",\"name\":\"Workplace Welfare\",\"nameKey\":\"DataElementsCategoryWorkplaceWelfare\",\"description\":null,\"descriptionKey\":null,\"source\":\"System\"}],\"dataSubjectType\":{\"id\":\"6711a9d6-51da-4d3b-b5f6-2334df034f0f\",\"name\":\"Contractors\",\"nameKey\":\"DataElementsDataSubjectContractors\",\"description\":null,\"descriptionKey\":null,\"source\":\"System\",\"visible\":true},\"dataClassifications\":[],\"personalDataAssociationValues\":{},\"source\":\"Inventory\",\"dateLinked\":\"2026-06-19T06:53:49.340Z\",\"hidden\":false},{\"id\":\"468c4024-6ff5-4990-bb8a-c8ef786244b0\",\"dataElement\":{\"id\":\"cac1a0f5-381b-4470-beb6-62d82d9fdd34\",\"name\":\"Bullying and harassment details\",\"nameKey\":\"DataElementsBullyingAndHarassmentDetails\",\"description\":null,\"descriptionKey\":null,\"source\":\"System\",\"status\":\"active\",\"visible\":true},\"dataCategories\":[{\"id\":\"a8e7df07-a0a4-40fe-995b-082a0308bbd2\",\"name\":\"Workplace Welfare\",\"nameKey\":\"DataElementsCategoryWorkplaceWelfare\",\"description\":null,\"descriptionKey\":null,\"source\":\"System\"}],\"dataSubjectType\":{\"id\":\"9ac845bb-89e9-44b8-bf41-ff2e954ee2f7\",\"name\":\"Prospective Employees\",\"nameKey\":\"DataElementsDataSubjectProspectiveEmployees\",\"description\":null,\"descriptionKey\":null,\"source\":\"System\",\"visible\":true},\"dataClassifications\":[],\"personalDataAssociationValues\":{},\"source\":\"Inventory\",\"dateLinked\":\"2026-06-19T06:53:49.507Z\",\"hidden\":false}]}"}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY_VIEW_RELATED","VENDOR_RISK_MANAGEMENT"]}]},"post":{"operationId":"linkPersonalDataUsingPOST","summary":"Link Personal Data","description":"Use this API to create a link between inventory and personal data items.","tags":["Inventory Relationships V1"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The unique identifier of an inventory record","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},{"name":"generator","in":"query","description":"Generator parameter","required":false,"schema":{"type":"string"},"example":"UI"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonalDataLinkRequest"}},"example":[{"dataElement":{"id":"5b226f37-278c-410e-a6a7-7561edd8541b"},"dataSubjectType":{"id":"0846b630-af9c-43d3-9cad-5d39c86530a7"}},{"dataElement":{"id":"57a951e4-2c55-4ce7-8991-9aa9432e4260"},"dataSubjectType":{"id":"0846b630-af9c-43d3-9cad-5d39c86530a7"}}]}}},"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]},"delete":{"operationId":"removePersonalDataAssociationsUsingDELETE","summary":"Delete Personal Data Link","description":"Use this API to permanently delete a link between an inventory and personal data items.","tags":["Inventory Relationships V1"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The unique identifier of an inventory record","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonalDataLinkRequest"}},"example":[{"dataElement":{"id":"07dcda61-e519-4fe9-be6c-db62e6151fd9"},"dataSubjectType":{"id":"6711a9d6-51da-4d3b-b5f6-2334df034f0f"}}]}}},"responses":{"204":{"description":"No Content"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{id}/relations":{"put":{"operationId":"updateRelationsUsingPUT","summary":"Link Inventory","description":"Use this API to create a bidirectional link between an inventory and one or more other inventories.","tags":["Inventory Relationships V1"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The unique identifier of an inventory record","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},{"name":"entityType","in":"query","description":"Entity type parameter","required":false,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InventoryAssociationUpdateRequest"}}}}},"responses":{"200":{"description":"OK"},"201":{"description":"Created"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":[]}]},"post":{"operationId":"createRelationsUsingPOST","summary":"Link Inventory","description":"Use this API to create a bidirectional link between an inventory and one or more other inventories.","tags":["Inventory Relationships V1"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The unique identifier of an inventory record. The value can be obtained using the [List Inventories](/onetrust/reference/getInventoryList) API.","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},{"name":"entityType","in":"query","description":"Entity type parameter","required":false,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InventoryAssociationCreateRequest"}},"example":"[\n {\n \"id\": \"d31425ae-1321-4738-bb76-bdca83c0944c\"\n \"relation\": \"SourceCollectionLinkType\"\n }\n]"}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BaseInventoryAssociationDto"}},"example":[{"inventoryId":"d31425ae-1321-4738-bb76-bdca83c0944c","inventoryAssociationId":"3cdcd5b1-7960-4e7d-b212-641975fe2b12"}]}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]},"delete":{"operationId":"deleteRelationsUsingDELETE","summary":"Delete Inventory Link","description":"Use this API to permanently delete a link between an inventory and one or more other inventories.","tags":["Inventory Relationships V1"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The unique identifier of an inventory record. The value can be obtained using the [List Inventories](/onetrust/reference/getInventoryList) API.","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InventoryAssociationRemoveRequest"}},"example":[{"inventoryAssociationId":"d31425ae-1321-4738-bb76-bdca83c0944c"}]}}},"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{id}/relations/{inventoryType}":{"get":{"operationId":"getInventoryRelationsByIdUsingGET","summary":"Get Inventory Links","description":"Use this API to list an existing links between an inventory and one or more other inventories of a given type.","tags":["Inventory Relationships V1"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"id","in":"path","description":"The unique identifier of an inventory record. The value can be obtained using the [List Inventories](/onetrust/reference/getInventoryList) API.","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},{"name":"inventoryType","in":"path","description":"The type of inventory records to check relations for.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities","data-elements"]},"example":"vendors"},{"name":"page","in":"query","description":"Results page to be retrieved (0..N)","schema":{"type":"integer","format":"int32","default":0,"minimum":0},"example":0},{"name":"size","in":"query","description":"Number of records per page (1..50)","schema":{"type":"integer","format":"int32","default":20,"maximum":50,"minimum":1},"example":20}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BaseInventoryAssociationDto"}},"example":{"data":[{"inventoryId":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","inventoryAssociationId":"4374d5da-44ac-4308-a298-3efdb0f34ba4","inventoryType":"vendors","anchorInventoryId":"ba1d8b56-98e3-438b-a24d-cc4a8b282f93","inventoryAssociationTypeKey":"JointControllerLinkType","inventoryAssociationType":"JointController","name":"Vendorrecord","organization":"aws","organizationId":"01d5d6db-a3f0-424e-9956-cfa205dc8af7","type":"Operations","typeKey":"VendorsTypeOperations","editable":true}],"meta":{"page":{"first":true,"last":true,"number":0,"size":20,"totalElements":1,"totalPages":1}}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{inventoryId}/attachments":{"post":{"operationId":"addAttachmentsToInventoryUsingPOST","summary":"Add Attachments to Inventory","description":"Use this API to add existing attachments to inventory record. Users can see these attached documents under Documents tab of Inventory Details page.","tags":["Inventory"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"inventoryId","in":"path","description":"The unique identifier of the inventory to which the attachments will be added","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BasicInventoryAttachmentRequest"}},"example":[{"attachmentId":"c20b54ea-2787-487f-8bc3-94d38c22204b","description":"","attachmentName":"Policies.pdf","name":"Policies.pdf","performAnalysis":false}]}}},"responses":{"201":{"description":"Created"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{inventoryId}/personal-data/{personalDataAssociationId}/attributes":{"get":{"operationId":"getPersonalDataLinkAttributesUsingGET","summary":"Get Inventory Personal Data Link Attributes","description":"Gets the attribute values for the attributes that are tracked at Inventory Personal Data links","tags":["Inventory Relationships V1"],"parameters":[{"name":"inventoryId","in":"path","description":"The unique identifier of an inventory record","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},{"name":"personalDataAssociationId","in":"path","description":"The unique identifier of the personal data association","required":true,"schema":{"type":"string","format":"uuid"},"example":"4374d5da-44ac-4308-a298-3efdb0f34ba4"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"}}}},"201":{"description":"Created","content":{}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY_VIEW_RELATED"]}]}},"/api/inventory/v2/inventories/{inventoryId}/set-as-parent":{"put":{"operationId":"setInventoryAsParentInventoryUsingPUT","summary":"Set Inventory as Parent","description":"Use this API to set an existing inventory as a Parent inventory.","tags":["Inventory Hierarchies"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"inventoryId","in":"path","description":"The unique identifier of the inventory to set as parent","required":true,"schema":{"type":"string","format":"uuid"},"example":"c4bee781-912b-4328-8851-6f906afd7ccb"},{"name":"inventoryType","in":"query","description":"The type of inventory (e.g., assets, vendors, processing-activities, legal-entities)","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"assets"}],"responses":{"201":{"description":"Created"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{inventoryId}/unset-as-parent":{"put":{"operationId":"unsetInventoryAsParentInventoryUsingPUT","summary":"Unset Inventory as Parent","description":"Use this API to unset an existing inventory from being a Parent inventory.","tags":["Inventory Hierarchies"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"inventoryId","in":"path","description":"The unique identifier of the inventory to unset as parent","required":true,"schema":{"type":"string","format":"uuid"},"example":"c4bee781-912b-4328-8851-6f906afd7ccb"},{"name":"inventoryType","in":"query","description":"The type of inventory (e.g., assets, vendors, processing-activities, legal-entities)","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"assets"}],"responses":{"201":{"description":"Created"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{parentInventoryId}/link-assets":{"post":{"operationId":"linkAssetInventoryToParentAssetIdUsingPOST","summary":"Add Asset Inventory as Child to Parent Inventory","description":"Use this API to link an existing asset inventory as a child inventory to a parent asset inventory.","tags":["Inventory Hierarchies"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"parentInventoryId","in":"path","description":"The unique identifier of the parent asset inventory","required":true,"schema":{"type":"string","format":"uuid"},"example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"type":"string","format":"uuid"}},"examples":{"childInventoryIds":{"description":"childInventoryIds","value":["96214230-ffbb-4870-b6c4-0f30c3bfec60","a1b2c3d4-e5f6-7890-abcd-ef1234567890"]}}}}},"responses":{"201":{"description":"Created"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{parentInventoryId}/link-legal-entities":{"post":{"operationId":"linkLegalEntityInventoryToParentLegalEntityIdUsingPOST","summary":"Add Legal Entity Inventory as Child to Parent Inventory","description":"Use this API to link an existing legal entity inventory as a child inventory to a parent legal entity inventory.","tags":["Inventory Hierarchies"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"parentInventoryId","in":"path","description":"The unique identifier of the parent legal entity inventory","required":true,"schema":{"type":"string","format":"uuid"},"example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"type":"string","format":"uuid"}},"examples":{"childInventoryIds":{"description":"childInventoryIds","value":["96214230-ffbb-4870-b6c4-0f30c3bfec60","a1b2c3d4-e5f6-7890-abcd-ef1234567890"]}}}}},"responses":{"201":{"description":"Created"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{parentInventoryId}/link-processing-activities":{"post":{"operationId":"linkProcessingActivityInventoryToParentProcessingActivityIdUsingPOST","summary":"Add Processing Activity Inventory as Child to Parent Inventory","description":"Use this API to link an existing processing activity inventory as a child inventory to a parent processing activity inventory.","tags":["Inventory Hierarchies"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"parentInventoryId","in":"path","description":"The unique identifier of the parent processing activity inventory","required":true,"schema":{"type":"string","format":"uuid"},"example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"type":"string","format":"uuid"}},"examples":{"childInventoryIds":{"description":"childInventoryIds","value":["96214230-ffbb-4870-b6c4-0f30c3bfec60","a1b2c3d4-e5f6-7890-abcd-ef1234567890"]}}}}},"responses":{"201":{"description":"Created"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{parentInventoryId}/link-vendors":{"post":{"operationId":"linkVendorInventoryToParentVendorIdUsingPOST","summary":"Add Vendor Inventory as Child to Parent Inventory","description":"Use this API to link an existing vendor inventory as a child inventory to a parent vendor inventory.","tags":["Inventory Hierarchies"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"parentInventoryId","in":"path","description":"The unique identifier of the parent vendor inventory","required":true,"schema":{"type":"string","format":"uuid"},"example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"description":"List of child vendor inventory IDs to link to the parent","type":"array","format":"uuid"}}}},"responses":{"201":{"description":"Created"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{schemaName}":{"get":{"operationId":"getListOfInventoriesUsingGET","summary":"Get List of Inventories","description":"Use this API to retrieve a paginated list of inventories for a given type.","tags":["Inventory"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema. The value can be obtained using the [Get Schemas](/onetrust/reference/getSchemas) API.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"},{"name":"filter","in":"query","description":"Filter string for searching inventories. Format: 'searchText=value'.","required":false,"schema":{"type":"string"},"example":"searchText=Server"},{"name":"markForDelete","in":"query","description":"Flag to include soft-deleted inventories.","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"page","in":"query","description":"Results page to be retrieved (0..N)","schema":{"type":"integer","format":"int32","default":0,"minimum":0},"example":0},{"name":"size","in":"query","description":"Number of records per page (1..50)","schema":{"type":"integer","format":"int32","default":20,"maximum":50,"minimum":1},"example":20}],"responses":{"200":{"description":"OK - Successfully retrieved inventory list.","content":{"application/json":{"schema":{"type":"object","oneOf":[{"$ref":"#/components/schemas/VendorInventoriesPaginatedListResponse"},{"$ref":"#/components/schemas/AssetInventoriesPaginatedListResponse"},{"$ref":"#/components/schemas/EntityInventoriesPaginatedListResponse"},{"$ref":"#/components/schemas/InventoriesPaginatedListResponse"}]},"examples":{"vendors":{"summary":"Vendor Inventories Paginated Response","description":"vendors","value":{"data":[{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Vendor Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"type":{"value":"Operations","id":"a9e976c7-f643-4e3c-94c6-edec5d0279a9","valueKey":"VendorsTypeOperations"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":1,"isParent":false}],"meta":{"page":{"first":true,"last":true,"number":0,"size":20,"totalElements":1,"totalPages":1,"sort":[{"direction":"ASC","property":"name"}]}}}},"assets":{"summary":"Asset Inventories Paginated Response","description":"assets","value":{"data":[{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Asset Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"location":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":2,"isParent":false}],"meta":{"page":{"first":true,"last":true,"number":0,"size":20,"totalElements":1,"totalPages":1,"sort":[{"direction":"ASC","property":"name"}]}}}},"processing-activities":{"summary":"Processing Activity Inventories Paginated Response","description":"processing-activities","value":{"data":[{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Processing Activity Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":3,"isParent":false}],"meta":{"page":{"first":true,"last":true,"number":0,"size":20,"totalElements":1,"totalPages":1,"sort":[{"direction":"ASC","property":"name"}]}}}},"entities":{"summary":"Entity Inventories Paginated Response","description":"entities","value":{"data":[{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Entity Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"primaryOperatingLocation":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":4,"isParent":false}],"meta":{"page":{"first":true,"last":true,"number":0,"size":20,"totalElements":1,"totalPages":1,"sort":[{"direction":"ASC","property":"name"}]}}}}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]},"post":{"operationId":"createInventoryUsingPOST","summary":"Create Inventory","description":"Use this API to create an inventory of a particular type.","tags":["Inventory"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"},{"name":"generator","in":"query","description":"Optional generator type for the create operation.","required":false,"schema":{"type":"string"},"example":"API_INTEGRATION"},{"name":"createAsMaster","in":"query","description":"Flag to create the inventory as a master record.","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"sourceId","in":"query","description":"Optional source inventory UUID to copy from.","required":false,"schema":{"type":"string","format":"uuid"},"example":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"string","oneOf":[{"$ref":"#/components/schemas/AssetInventoryCreateRequest"},{"$ref":"#/components/schemas/VendorInventoryCreateRequest"},{"$ref":"#/components/schemas/EntityInventoryCreateRequest"},{"$ref":"#/components/schemas/PAInventoryCreateRequest"}]},"examples":{"vendors":{"summary":"Vendor Create Request","description":"vendors","value":{"name":"Test Vendor","organization":{"value":"aws","id":"aebedb42-a4fe-4768-aac7-7be1b4c17184"},"type":{"id":"cc11c8a5-bbb3-4377-a33d-52a23b1455f9","value":"Regulatory","seeded":true,"sequence":0}}},"assets":{"summary":"Asset Create Request","description":"assets","value":{"name":"Test Asset","organization":{"value":"aws","id":"aebedb42-a4fe-4768-aac7-7be1b4c17184"},"location":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"}}},"entities":{"summary":"Entity Create Request","description":"entities","value":{"name":"Test Entity","organization":{"value":"aws","id":"aebedb42-a4fe-4768-aac7-7be1b4c17184"},"primaryOperatingLocation":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"}}},"processing-activities":{"summary":"Processing Activity Create Request","description":"processing-activities","value":{"name":"Test Processing Activity","organization":{"value":"aws","id":"aebedb42-a4fe-4768-aac7-7be1b4c17184"}}}}}}},"responses":{"201":{"description":"Created - Inventory successfully created.","content":{"application/json":{"schema":{"type":"object","$ref":"#/components/schemas/OneTrustResponse"},"example":{"data":{"id":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b"}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{schemaName}/business-key":{"put":{"operationId":"upsertInventoryUsingPUT","summary":"Update Inventory by External ID","description":"Use this API to update the Inventory if already exists or create a new Inventory otherwise.\n\n### Example Request\n\n`PUT https://{hostname}/api/inventory/v2/inventories/{type}/reference/{externalId}`\n\n`PUT https://trial.onetrust.com/api/inventory/v2/inventories/vendors/reference/43fd3a8d-3f6b-464e-bf43-3f0c6c592442`","tags":["Inventory"],"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"},{"name":"generator","in":"query","description":"Optional generator type for the operation.","required":false,"schema":{"type":"string"},"example":"API_INTEGRATION"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"string","oneOf":[{"$ref":"#/components/schemas/AssetInventoryCreateRequest"},{"$ref":"#/components/schemas/VendorInventoryCreateRequest"},{"$ref":"#/components/schemas/EntityInventoryCreateRequest"},{"$ref":"#/components/schemas/PAInventoryCreateRequest"}]},"examples":{"vendors":{"summary":"Vendor Upsert Request","description":"vendors","value":{"name":"Test Vendor","organization":{"value":"aws","id":"aebedb42-a4fe-4768-aac7-7be1b4c17184"},"type":{"id":"cc11c8a5-bbb3-4377-a33d-52a23b1455f9","value":"Regulatory","seeded":true,"sequence":0}}},"assets":{"summary":"Asset Upsert Request","description":"assets","value":{"name":"Test Asset","organization":{"value":"aws","id":"aebedb42-a4fe-4768-aac7-7be1b4c17184"},"location":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"}}},"entities":{"summary":"Entity Upsert Request","description":"entities","value":{"name":"Test Entity","organization":{"value":"aws","id":"aebedb42-a4fe-4768-aac7-7be1b4c17184"},"primaryOperatingLocation":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"}}},"processing-activities":{"summary":"Processing Activity Upsert Request","description":"processing-activities","value":{"name":"Test Processing Activity","organization":{"value":"aws","id":"aebedb42-a4fe-4768-aac7-7be1b4c17184"}}}}}}},"responses":{"200":{"description":"OK - Inventory successfully created or updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkUpsertInventoryResponse"},"example":{"data":{"id":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b","name":"Updated Inventory","externalId":"ext-123"}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{schemaName}/business-keys":{"post":{"operationId":"getInventoryIdsFromBusinessKeysUsingPOST","summary":"Get Inventory IDs from Business Keys","description":"Use this API to retrieve inventory IDs for the given business keys and schema type.\n\n### Example Request\n\n`POST https://{hostname}/api/inventory/v2/inventories/processing-activities/business-keys`\n\n`POST https://trial.onetrust.com/api/inventory/v2/inventories/processing-activities/business-keys`","tags":["inventory-management-controller"],"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema. The value can be obtained using the [Get Schemas](/onetrust/reference/getSchemas) API.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"processing-activities"},{"name":"orgGroupId","in":"query","description":"The organization group ID to scope the search","required":false,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK - Successfully retrieved inventory IDs for the given business keys.","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/KeyIdDto"}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{schemaName}/criteria":{"post":{"operationId":"getListOfInventoriesByFilterCriteriaUsingPOST","summary":"Get List of Inventories by Criteria","description":"Use this API to retrieve the list of inventories for a given type by filter criteria.","tags":["Inventory"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"},{"name":"markForDelete","in":"query","description":"Flag to include soft-deleted inventories.","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"page","in":"query","description":"Results page to be retrieved (0..N)","schema":{"type":"integer","format":"int32","default":0,"minimum":0},"example":0},{"name":"size","in":"query","description":"Number of records per page (1..50)","schema":{"type":"integer","format":"int32","default":20,"maximum":50,"minimum":1},"example":20}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BasicInventoryFilterRequest"}}}},"responses":{"200":{"description":"OK - Successfully retrieved filtered inventory list.","content":{"application/json":{"schema":{"type":"object","oneOf":[{"$ref":"#/components/schemas/VendorInventoriesPaginatedListResponse"},{"$ref":"#/components/schemas/AssetInventoriesPaginatedListResponse"},{"$ref":"#/components/schemas/EntityInventoriesPaginatedListResponse"},{"$ref":"#/components/schemas/InventoriesPaginatedListResponse"}]},"examples":{"vendors":{"summary":"Vendor Inventories Paginated Response","description":"vendors","value":{"data":[{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Vendor Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"type":{"value":"Operations","id":"a9e976c7-f643-4e3c-94c6-edec5d0279a9","valueKey":"VendorsTypeOperations"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":1,"isParent":false}],"meta":{"page":{"first":true,"last":true,"number":0,"size":20,"totalElements":1,"totalPages":1,"sort":[{"direction":"ASC","property":"name"}]}}}},"assets":{"summary":"Asset Inventories Paginated Response","description":"assets","value":{"data":[{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Asset Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"location":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":2,"isParent":false}],"meta":{"page":{"first":true,"last":true,"number":0,"size":20,"totalElements":1,"totalPages":1,"sort":[{"direction":"ASC","property":"name"}]}}}},"processing-activities":{"summary":"Processing Activity Inventories Paginated Response","description":"processing-activities","value":{"data":[{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Processing Activity Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":3,"isParent":false}],"meta":{"page":{"first":true,"last":true,"number":0,"size":20,"totalElements":1,"totalPages":1,"sort":[{"direction":"ASC","property":"name"}]}}}},"entities":{"summary":"Entity Inventories Paginated Response","description":"entities","value":{"data":[{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Entity Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"primaryOperatingLocation":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":4,"isParent":false}],"meta":{"page":{"first":true,"last":true,"number":0,"size":20,"totalElements":1,"totalPages":1,"sort":[{"direction":"ASC","property":"name"}]}}}}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{schemaName}/identifiers":{"post":{"operationId":"getInventoryIdentifiersUsingPOST","summary":"Get Inventory Identifiers","description":"Use this API to retrieve a paginated list of inventory identifiers for a given type with advanced filtering capabilities.\n\n### Example Request\n\n`POST https://{hostname}/api/inventory/v2/inventories/{type}/identifiers`\n\n`POST https://trial.onetrust.com/api/inventory/v2/inventories/vendors/identifiers`","tags":["inventory-management-controller"],"parameters":[{"name":"schemaName","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}},{"name":"orgGroupId","in":"query","required":false,"schema":{"type":"string","format":"uuid"}},{"name":"traversal","in":"query","required":false,"schema":{"type":"string"}},{"name":"filterById","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"generator","in":"query","required":false,"schema":{"type":"string"}},{"name":"searchText","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InventoryFilterRequest"}}}},"responses":{"200":{"description":"OK - Successfully retrieved inventory identifiers.","content":{"application/json":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{schemaName}/reference/{externalId}":{"get":{"operationId":"getInventoryByExternalIdUsingGET","summary":"Get Inventory by External ID","description":"Use this API to retrieve the inventory by external ID.","tags":["Inventory"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema. The value can be obtained using the [Get Schemas](/onetrust/reference/getSchemas) API.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"},{"name":"externalId","in":"path","description":"The external identifier of the inventory item.","required":true,"schema":{"type":"string"},"example":"vendor-ext-001"}],"responses":{"200":{"description":"OK - Successfully retrieved inventory by external ID.","content":{"application/json":{"schema":{"type":"object","oneOf":[{"$ref":"#/components/schemas/OneTrustResponseOfVendorInventory"},{"$ref":"#/components/schemas/OneTrustResponseOfAssetInventory"},{"$ref":"#/components/schemas/OneTrustResponseOfEntityInventory"},{"$ref":"#/components/schemas/OneTrustResponseOfInventory"}]},"examples":{"vendors":{"summary":"Vendor Inventory Response","description":"vendors","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Vendor Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"type":{"value":"Operations","id":"a9e976c7-f643-4e3c-94c6-edec5d0279a9","valueKey":"VendorsTypeOperations"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":1,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}},"assets":{"summary":"Asset Inventory Response","description":"assets","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Asset Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"location":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":2,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}},"processing-activities":{"summary":"Processing Activity Inventory Response","description":"processing-activities","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Processing Activity Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":3,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}},"entities":{"summary":"Entity Inventory Response","description":"entities","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Entity Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"primaryOperatingLocation":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":4,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventories/{schemaName}/{id}":{"get":{"operationId":"getInventoryByIdUsingGET","summary":"Get Inventory by ID","description":"Use this API to retrieve the details of a specific inventory.","tags":["Inventory"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema. The value can be obtained using the [Get Schemas](/onetrust/reference/getSchemas) API.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"},{"name":"id","in":"path","description":"The unique identifier of an inventory record. The value can be obtained using the [List Inventories](/onetrust/reference/getInventoryList) API.","required":true,"schema":{"type":"string","format":"uuid"},"example":"9a7c3ec1-7830-4811-8563-36e0a093e7ae"}],"responses":{"200":{"description":"OK - Successfully retrieved inventory details.","content":{"application/json":{"schema":{"type":"object","oneOf":[{"$ref":"#/components/schemas/OneTrustResponseOfVendorInventory"},{"$ref":"#/components/schemas/OneTrustResponseOfAssetInventory"},{"$ref":"#/components/schemas/OneTrustResponseOfEntityInventory"},{"$ref":"#/components/schemas/OneTrustResponseOfInventory"}]},"examples":{"vendors":{"summary":"Vendor Inventory Response","description":"vendors","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Vendor Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"type":{"value":"Operations","id":"a9e976c7-f643-4e3c-94c6-edec5d0279a9","valueKey":"VendorsTypeOperations"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":1,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}},"assets":{"summary":"Asset Inventory Response","description":"assets","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Asset Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"location":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":2,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}},"processing-activities":{"summary":"Processing Activity Inventory Response","description":"processing-activities","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Processing Activity Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":3,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}},"entities":{"summary":"Entity Inventory Response","description":"entities","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Entity Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"primaryOperatingLocation":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":4,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]},"put":{"operationId":"updateInventoryUsingPUT","summary":"Update Inventory by ID","description":"Use this API to update the existing inventory. The body of the update request should contain a single object with fields in the same format as the output of the inventory detail endpoint. Only include the fields that need to be updated.","tags":["Inventory"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"},{"name":"id","in":"path","description":"The unique identifier of an inventory record.","required":true,"schema":{"type":"string","format":"uuid"},"example":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},{"name":"primaryEntity","in":"query","description":"Flag to indicate if this is a primary entity update.","required":false,"schema":{"type":"boolean","default":false},"example":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateInventoryRequest"},"example":{"inventoryIds":["c79fb1a9-9406-4e9b-bff7-c72e635ee82b"],"inventoryRequest":{"name":"New Vendor","status":"active"}}}}},"responses":{"200":{"description":"OK - Inventory successfully updated.","content":{"application/json":{"schema":{"type":"object","oneOf":[{"$ref":"#/components/schemas/OneTrustResponseOfVendorInventory"},{"$ref":"#/components/schemas/OneTrustResponseOfAssetInventory"},{"$ref":"#/components/schemas/OneTrustResponseOfEntityInventory"},{"$ref":"#/components/schemas/OneTrustResponseOfInventory"}]},"examples":{"vendors":{"summary":"Vendor Inventory Response","description":"vendors","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Vendor Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"type":{"value":"Operations","id":"a9e976c7-f643-4e3c-94c6-edec5d0279a9","valueKey":"VendorsTypeOperations"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":1,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}},"assets":{"summary":"Asset Inventory Response","description":"assets","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Asset Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"location":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":2,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}},"processing-activities":{"summary":"Processing Activity Inventory Response","description":"processing-activities","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Processing Activity Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":3,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}},"entities":{"summary":"Entity Inventory Response","description":"entities","value":{"data":{"id":"9a7c3ec1-7830-4811-8563-36e0a093e7ae","name":"Entity Name","organization":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"isEditable":true,"isDeletable":true,"canViewDetails":true,"status":{"key":"active"},"number":4,"isParent":false,"updatedBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdBy":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"createdDate":"2023-05-29T12:06:35.787Z","updatedDate":"2023-06-02T06:29:44.717Z","owner":[{"id":"dc60cf7c-d5f9-4a91-a0ef-2e23faea1d88"}]}}}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]},"delete":{"operationId":"deleteInventoryUsingDELETE","summary":"Delete Inventory","description":"Use this API to delete an Inventory record.","tags":["Inventory"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"},{"name":"id","in":"path","description":"The unique identifier of an inventory record.","required":true,"schema":{"type":"string","format":"uuid"},"example":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},{"name":"deleteType","in":"query","description":"The type of deletion to perform. SOFT marks the record as deleted but retains it, HARD permanently deletes it.","required":false,"schema":{"type":"string","default":"SOFT","enum":["SOFT","HARD"]},"example":"SOFT"},{"name":"deleteReason","in":"query","description":"An optional message for auditing indicating why the record was deleted.","required":false,"schema":{"type":"string","default":"Deleted via API Workflow"},"example":"No longer needed"}],"responses":{"200":{"description":"OK - Inventory successfully deleted."},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY"]}]}},"/api/inventory/v2/inventories/{schemaName}/{id}/copy":{"post":{"operationId":"copyInventoryUsingPOST","summary":"Copy Inventory","description":"Use this API to create a copy of an existing inventory.","tags":["Inventory"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"},{"name":"id","in":"path","description":"The unique identifier of the inventory record to copy.","required":true,"schema":{"type":"string","format":"uuid"},"example":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},{"name":"inheritFromMaster","in":"query","description":"Flag to indicate if the copy should inherit attributes from the master inventory.","required":false,"schema":{"type":"boolean","default":true},"example":true},{"name":"copyRelated","in":"query","description":"Flag to indicate if related records should also be copied.","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"copyAsChild","in":"query","description":"Flag to indicate if the copy should be created as a child of the original inventory.","required":false,"schema":{"type":"boolean","default":false},"example":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Inventory"},"example":{"name":"Copied Vendor","status":{"key":"active"},"description":"Copy of vendor"}}}},"responses":{"200":{"description":"OK - Inventory successfully copied."},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","COPY_INVENTORY"]}]}},"/api/inventory/v2/inventories/{schemaName}/{id}/relations/{relatedSchemaName}/{linkId}/attributes":{"put":{"operationId":"updatePersonalDataLinkAttributesUsingPUT","summary":"Update Inventory Personal Data Link Attributes","description":"Updates the attribute values for the attributes that are tracked at Inventory Personal Data links","tags":["Inventory Relationships V1"],"parameters":[{"name":"schemaName","in":"path","description":"Schema name","required":true,"schema":{"type":"string"},"example":"assets"},{"name":"id","in":"path","description":"The unique identifier of an inventory record","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},{"name":"relatedSchemaName","in":"path","description":"Related schema name","required":true,"schema":{"type":"string"},"example":"personal-data"},{"name":"linkId","in":"path","description":"Link ID","required":true,"schema":{"type":"string","format":"uuid"},"example":"4374d5da-44ac-4308-a298-3efdb0f34ba4"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonalDataLinkAttributesRequest"}}}},"responses":{"200":{"description":"OK"},"201":{"description":"Created"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["DATA_MAPPING_INVENTORY_MANAGE_RELATED"]}]}},"/api/inventory/v2/inventories/{schemaName}/{id}/status":{"put":{"operationId":"updateInventoryStatusByIdUsingPUT","summary":"Update Inventory Status","description":"Use this API to change the existing status of an inventory.","tags":["Inventory"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"},{"name":"id","in":"path","description":"The unique identifier of an inventory record.","required":true,"schema":{"type":"string","format":"uuid"},"example":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeyNameDto"}}}},"responses":{"200":{"description":"OK - Inventory status successfully updated."},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE","DATA_MAPPING_INVENTORY_CHANGE_STATUS"]}]}},"/api/inventory/v2/inventories/{type}/{inventoryId}/control-implementations":{"post":{"operationId":"addControlsToInventoryUsingPOST","summary":"Create Control Implementation","description":"Use this API to create one or more control implementations on an inventory using the `type` and `id` for the inventory item and the id(s) of the master controls. When the operation is run unsuccessfully, this will return an exception.","tags":["Inventory Relationships V1"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"type","in":"path","description":"The type of inventory to add controls to","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]}},{"name":"inventoryId","in":"path","description":"The unique identifier of an inventory record. This value can be obtained using the [Get List of Inventories](/onetrust/reference/getinventorylist) API.","required":true,"schema":{"type":"string","format":"uuid"},"example":"1c3fa261-36d1-405b-a6cd-5bc734033715"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InventoryControlImplementationsRequest"}}}},"responses":{"201":{"description":"Created"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY"]}]}},"/api/inventory/v2/inventories-personal-data/{personalDataAssociationId}":{"put":{"operationId":"updateAdvancedAttributesForPersonalDataAssociationUsingPUT","summary":"Update Advanced Attributes for Personal Data Association","description":"Use this API to update the advanced attributes of a Personal Data Association that is linked to an inventory object.","tags":["Inventory Relationships V1"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"inventoryType","in":"query","description":"Type of the inventory","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"assets"},{"name":"personalDataAssociationId","in":"path","description":"ID of the personal data association","required":true,"schema":{"type":"string","format":"uuid"},"example":"4374d5da-44ac-4308-a298-3efdb0f34ba4"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonalDataLinkAttributesRequest"}}}},"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/inventory-hierarchies/{rootInventoryId}":{"get":{"operationId":"getHierarchyForInventoryIdUsingGET","summary":"Get List of Child Inventories by Root Inventory","description":"Use this API to provide a paginated list of Child Inventories for a given Inventory Schema Type and a Root Inventory Id.","tags":["Inventory Hierarchies"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"rootInventoryId","in":"path","description":"The unique identifier of the root inventory","required":true,"schema":{"type":"string","format":"uuid"},"example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"},{"name":"inventoryType","in":"query","description":"The type of inventory (e.g., assets, vendors, processing-activities, legal-entities)","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"assets"},{"name":"page","in":"query","description":"Results page to be retrieved (0..N)","schema":{"type":"integer","format":"int32","default":0,"minimum":0},"example":0},{"name":"size","in":"query","description":"Number of records per page (1..50)","schema":{"type":"integer","format":"int32","default":20,"maximum":50,"minimum":1},"example":20},{"name":"sort","in":"query","description":"Sorting criteria in the format: property(,asc|desc). Default sort order is ascending","schema":{"type":"string","enum":["name,asc","name,desc","createdDate,asc","createdDate,desc"]},"example":"name,asc"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]},"delete":{"operationId":"unlinkChildInventoryFromHierarchyUsingDELETE","summary":"Remove Child Inventory from Root Inventory","description":"Use this API to unlink a Child Inventory from a Root Inventory.","tags":["Inventory Hierarchies"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"rootInventoryId","in":"path","description":"The unique identifier of the root inventory","required":true,"schema":{"type":"string","format":"uuid"},"example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"},{"name":"inventoryType","in":"query","description":"The type of inventory (e.g., assets, vendors, processing-activities, legal-entities)","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"assets"},{"name":"childInventoryId","in":"query","description":"The unique identifier of the child inventory to unlink","required":true,"schema":{"type":"string","format":"uuid"},"example":"6ed251ca-969a-486f-a645-e5fc3c709f55"}],"responses":{"204":{"description":"No Content"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/schemas":{"get":{"operationId":"getAllSchemasUsingGET","summary":"Get List of Inventory Schemas","description":"Use this API to retrieve the list of schemas.","tags":["Inventory Schema"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SchemaSummaryDto"}},"example":[{"id":"data-elements","name":"DataElements","description":"DataElementsInventory","nameKey":"DataElements","uri":"/api/inventory/v2/data-elements"},{"id":"processing-activities","name":"ProcessingActivities","description":"ProcessingActivitiesInventory","nameKey":"ProcessingActivities","uri":"/api/inventory/v2/inventories/processing-activities"},{"id":"assets","name":"Assets","description":"AssetsInventory","nameKey":"Assets","uri":"/api/inventory/v2/inventories/assets"},{"id":"vendors","name":"Vendors","description":"VendorInventory","nameKey":"Vendors","uri":"/api/inventory/v2/inventories/vendors"},{"id":"entities","name":"Entities","description":"LegalEntitiesInventory","nameKey":"Entities","uri":"/api/inventory/v2/inventories/entities"}]}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]}},"/api/inventory/v2/schemas/attributes/{attributeId}/values/bulk/":{"post":{"operationId":"createAttributeValuesForAnAttribute","summary":"Create Attribute Values","description":"Use this API to create attribute values for an attribute.\n\n> 🗒 Things to Know\n>\n> - This API only supports the creation of attribute options for the attributes with single/multi select response type and non user/location/date attribute type.","tags":["Inventory Schema"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"attributeId","in":"path","description":"ID of an attribute. The value is obtained using Get Inventory Schema API.","required":true,"schema":{"type":"string","format":"uuid"},"example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AttributeValueCreateRequest"}},"example":[{"value":"Option 1","description":"First option","enabled":true},{"value":"Option 2","description":"Second option","enabled":true}]}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AttributeValueResponse"}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/schemas/attributes/{attributeId}/values/{valueId}":{"put":{"operationId":"manageAttributeOptions","summary":"Manage Attribute Options","description":"Use this API to manage attribute options in the assessment questions and inventories.\n\n> 🗒 Things to Know\n>\n> - This API supports deactivating/activating attribute options.\n> - This API can also be used for editing option names.","tags":["Inventory Schema"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"attributeId","in":"path","description":"ID of an attribute. The value is obtained using Get Inventory Schema API.","required":true,"schema":{"type":"string","format":"uuid"},"example":"bcb8c972-cd10-4c2a-9289-44f8cc78ac03"},{"name":"valueId","in":"path","description":"ID of the attribute value to update","required":true,"schema":{"type":"string","format":"uuid"},"example":"91e37a36-ca61-499b-b3c3-7d556aef5cde"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AttributeValueUpdateRequest"},"example":{"value":"Updated Option","description":"Updated description","enabled":true}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AttributeValueResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/schemas/{schemaName}":{"get":{"operationId":"getSchemaBySchemaTypeUsingGET","summary":"Get Inventory Schema","description":"Use this API to retrieve the details of a specific schema.","tags":["Inventory Schema"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"The `name` property of the schema. The value can be obtained using the [Get Schemas](/onetrust/reference/getSchemas) API.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]}},{"name":"showAll","in":"query","description":"If `showAll` is included in the query, non-hidden attributes will be returned regardless of their enabled state.","required":false,"schema":{"type":"string","enum":["true","false"]}},{"name":"includeHidden","in":"query","description":"Determines if hidden attributes are returned or omitted.","required":false,"schema":{"type":"boolean","default":false,"enum":["true","false"]}},{"name":"includePersonalData","in":"query","description":"Determines if personal data for attribute rules will be returned or omitted.","required":false,"schema":{"type":"boolean","default":false,"enum":["true","false"]}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AttributeResponse"}},"examples":{"VendorSchema":{"description":"VendorSchema","value":[{"id":"ae715b26-0726-44d6-b169-651950854e36","name":"Name","fieldName":"name","nameKey":"VendorsName","description":"Nameofthevendor","descriptionKey":"VendorsNameDesc","required":true,"status":"enabled","attributeType":"vendors","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"6d47b820-1cb6-4c57-9483-2ef1d4a682c2","name":"Organization","fieldName":"organization","nameKey":"VendorsOrganization","description":"OneTrustOrganizationGroup","descriptionKey":"VendorsOrganizationDesc","required":true,"status":"enabled","attributeType":"organizations","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"952c7964-133e-45e2-bbba-659ce03c7c4b","name":"Type","fieldName":"type","nameKey":"VendorsType","description":"Thetypeofproductorservicethatthevendorprovides","descriptionKey":"VendorsTypeDesc","required":true,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"23688be2-98f4-4f02-b88e-7c8d8444ee2f","name":"VendorID","fieldName":"vendorId","nameKey":"VendorsVendorId","description":"IDofvendorformatchingwithexternalsystems","descriptionKey":"VendorsVendorIdDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"f48b0955-cf25-4651-bf3d-88992272d473","name":"Classification","fieldName":"vendorClassification","nameKey":"VendorsVendorClassification","description":"Howavendorisclassified","descriptionKey":"VendorsVendorClassificationDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"382513b7-2a41-4376-931c-574a4de7520d","name":"Criticality","fieldName":"vendorCriticality","nameKey":"VendorsVendorCriticality","description":"Howcriticalthevendoristothebusiness","descriptionKey":"VendorsVendorCriticalityDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"6976bda2-f4c7-48ff-9bdf-6d234c3d2766","name":"VendorRating","fieldName":"vendorRating","nameKey":"VendorsVendorRating","description":"Scoreofvendor","descriptionKey":"VendorsVendorRatingDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"16e75884-02ea-4da0-a1a6-62603ccd2486","name":"PrimaryVendorContact","fieldName":"primaryContact","nameKey":"VendorsPrimaryContact","description":"Nameofthevendorsprimarycontact","descriptionKey":"VendorsPrimaryContactDesc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"80c2f394-aa34-49ff-8ad8-84037431a51e","name":"Location","fieldName":"location","nameKey":"VendorsLocation","description":"Countrywherethevendorisheadquartered","descriptionKey":"VendorsLocationDesc","required":false,"status":"enabled","attributeType":"locations","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"137beb57-c099-4e2b-b4e3-4dd3d48d2dcb","name":"BusinessOwner","fieldName":"owner","nameKey":"VendorsOwner","description":"Nameoftheinternalownersponsoringthevendor","descriptionKey":"VendorsOwnerDesc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"df80a5a2-b144-45ec-9e46-95861bad211e","name":"Description","fieldName":"description","nameKey":"VendorsDescription","description":"Descriptionofthevendor","descriptionKey":"VendorsDescriptionDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"0d6ae546-8e4c-4374-bdf3-5a842ceca5cd","name":"AggregateRiskLevel","fieldName":"riskLevel","nameKey":"VendorsRiskLevel","description":"Overallrisklevelassociatedwithvendor","descriptionKey":"VendorsRiskLevelDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"16640061-3463-44a7-b0e2-807b2b652281","name":"EU-U.S.PrivacyShieldStatus","fieldName":"euUsPrivacyShieldStatus","nameKey":"VendorsEuUsPrivacyShieldStatus","description":"EU-U.S.PrivacyShieldStatus","descriptionKey":"VendorsEuUsPrivacyShieldStatusDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"37890754-49e7-49de-951b-588e10262925","name":"OriginalEU-U.S.CertificationDate","fieldName":"originalEuUsCertificationDate","nameKey":"VendorsOriginalEuUsCertificationDate","description":"OriginalEU-U.S.CertificationDate","descriptionKey":"VendorsOriginalEuUsCertificationDateDesc","required":false,"status":"enabled","attributeType":"none","responseType":"date","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"b378a091-8899-4754-b2c0-97f304a0cf40","name":"NextEU-U.S.CertificationDate","fieldName":"nextEuUsCertificationDate","nameKey":"VendorsNextEuUsCertificationDate","description":"NextEU-U.S.CertificationDate","descriptionKey":"VendorsNextEuUsCertificationDateDesc","required":false,"status":"enabled","attributeType":"none","responseType":"date","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"b2f0a65c-a9ca-4b03-afca-aa36c0f70e8e","name":"PrivacyShieldNoticeLink","fieldName":"privacyShieldNoticeLink","nameKey":"VendorsPrivacyShieldNoticeLink","description":"PrivacyShieldNoticeLink","descriptionKey":"VendorsPrivacyShieldNoticeLinkDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"fb040921-74e1-469f-92f1-8c3133882e4c","name":"PurposeofDataCollection","fieldName":"purposeOfDataCollection","nameKey":"VendorsPurposeOfDataCollection","description":"PurposeofDataCollection","descriptionKey":"VendorsPurposeOfDataCollectionDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"89cf9267-cbc9-49fe-8bc1-e06d49608e37","name":"PrivacyShield-CoveredEntities","fieldName":"privacyShieldCoveredEntities","nameKey":"VendorsPrivacyShieldCoveredEntities","description":"PrivacyShield-CoveredEntities","descriptionKey":"VendorsPrivacyShieldCoveredEntitiesDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"1d90dc25-670f-4c6a-a999-a9a5c0b21f4b","name":"ContactPhoneNumber","fieldName":"contactPhoneNumber","nameKey":"VendorsContactPhoneNumber","description":"ContactPhoneNumber","descriptionKey":"VendorsContactPhoneNumberDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"8ad08e3c-4b55-47a6-aac1-69ef0d3a84af","name":"DataCollected","fieldName":"dataCollected","nameKey":"VendorsDataCollected","description":"DataCollectedundertheEU-U.S.PrivacyShield","descriptionKey":"VendorsDataCollectedDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"7f2d23d7-0763-4f6a-a082-ca566674e6d7","name":"VendorContact","fieldName":"vendorContact","nameKey":"VendorsVendorContact","description":"PrivacyShieldVendorContact","descriptionKey":"VendorsVendorContactDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"30d7779b-53d8-4443-86b3-e673b0815136","name":"ExternalID","fieldName":"externalId","nameKey":"VendorsExternalId","description":"ThisfieldcontainsauniqueidentifierfortherecordfromasystemoutsideofOneTrust","descriptionKey":"VendorsExternalIdDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"6104508b-3f75-4bc4-bbee-649becf76faf","name":"CreatedDate","fieldName":"createdDate","nameKey":"VendorsCreatedDate","description":"Datewhentherecordwascreated","descriptionKey":"VendorsCreatedDateDesc","required":false,"status":"enabled","attributeType":"none","responseType":"date","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"c3220e71-4276-4ebe-b891-5d7c0e04399a","name":"Status","fieldName":"status","nameKey":"VendorsStatus","description":"StatusofVendor","descriptionKey":"VendorsStatusDesc","required":false,"status":"enabled","attributeType":"statuses","responseType":"single-select","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"d59afacc-5e38-42b2-b48b-3c038b5361d1","name":"AggregateRiskScore","fieldName":"riskScore","nameKey":"VendorsRiskScore","description":"OverallriskscoreassociatedwithVendor","descriptionKey":"VendorsRiskScoreDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"3486d277-bcf7-4d7d-ae3d-626c11354426","name":"ID","fieldName":"number","nameKey":"VendorsNumber","description":"Thisfieldcontainsauniqueidentifierfortherecordofaparticularinventorytype","descriptionKey":"VendorsNumberDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"0c5b7169-d347-4a30-bae7-aaf999113b94","name":"CreatedBy","fieldName":"createdBy","nameKey":"VendorsCreatedBy","description":"Nameoftheuserwhocreatedtherecord","descriptionKey":"VendorsCreatedByDesc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"e66419f4-22dc-4a2c-aa14-dece09d27051","name":"LastUpdatedDate","fieldName":"updatedDate","nameKey":"VendorsLastUpdatedDate","description":"Datewhentherecordwaslastupdated","descriptionKey":"VendorsLastUpdatedDateDesc","required":false,"status":"enabled","attributeType":"none","responseType":"date","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"d3ebbcf6-e5f8-44e1-b6c6-30eecaf07551","name":"LastUpdatedBy","fieldName":"updatedBy","nameKey":"VendorsLastUpdatedBy","description":"Nameoftheuserwholastupdatedtherecord","descriptionKey":"VendorsLastUpdatedByDesc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"12c494f4-a713-42fd-b9ed-93306d82e455","name":"VendorWorkflow","fieldName":"workflow","nameKey":"VendorsWorkflow","description":"VendorWorkflow","descriptionKey":"VendorsWorkflowDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"26642d0f-66e2-40e3-ba57-d5f2d7ddbd67","name":"VendorWorkflowStage","fieldName":"workflowStage","nameKey":"VendorsWorkflowStage","description":"VendorWorkflowStage","descriptionKey":"VendorsWorkflowStageDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"a72c062f-a2e4-4ad7-b097-b340134bc64c","name":"AggregatedInherentRiskScore","fieldName":"inherentRiskScore","nameKey":"VendorsInherentRiskScore","description":"OverallinherentriskscoreassociatedwithVendor","descriptionKey":"VendorsInherentRiskScoreDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"db7d6d7f-f43e-47a0-9afa-0f5da1502bc0","name":"AggregatedInherentRiskLevel","fieldName":"inherentRiskLevel","nameKey":"VendorsInherentRiskLevel","description":"OverallinherentrisklevelassociatedwithVendor","descriptionKey":"VendorsInherentRiskLevelDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"dd7939f1-2f96-490e-84be-79e5f16399a4","name":"CriticalInformationInfrastructureOperator","fieldName":"criticalInformationInfrastructureOperator","nameKey":"VendorsCriticalInformationInfrastructureOperator","description":"IsthevendoraCriticalInformationInfrastructureOperator?","descriptionKey":"VendorsCriticalInformationInfrastructureOperatorDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"615c69b5-88e4-4d3a-bcaf-b4d6fe52701b","name":"ModelContractSigned","fieldName":"customField1000","nameKey":"VendorsCustomField1000","description":"Ifamodelcontractisrequiredithasbeensigned","descriptionKey":"VendorsCustomField1000Desc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"b7f4c31d-93bf-4c80-9160-ae4430586798","name":"ScoreTest","fieldName":"customField1001","nameKey":"VendorsCustomField1001","description":"ScoreTest","descriptionKey":"VendorsCustomField1001Desc","required":false,"status":"enabled","attributeType":"none","responseType":"score","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":"Standard"},{"id":"b632930f-0354-49ea-ba4a-d600d502df49","name":"Website","fieldName":"overviewWebsite","nameKey":"overviewWebsite","description":"Website","descriptionKey":"overviewWebsite.description","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Vendorpedia","dataSource":{"dataSourceKey":"overview","name":"Overview","nameKey":"DataSource.Overview"},"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"61491499-ea8b-4964-b92b-0b4cb7150535","name":"Name","fieldName":"name","nameKey":"AssetsName","description":"Name","descriptionKey":"AssetsNameDesc","required":true,"status":"enabled","attributeType":"assets","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"2cebe170-b5c3-4520-9567-b77f30c3db4d","name":"ManagingOrganization","fieldName":"organization","nameKey":"AssetsOrganization","description":"Organizationthatownstheasset","descriptionKey":"AssetsOrganizationDesc","required":true,"status":"enabled","attributeType":"organizations","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"3c81db90-1725-4188-89e2-471bf5e76021","name":"HostingLocation","fieldName":"location","nameKey":"AssetsLocation","description":"PhysicalorhostinglocationoftheAsset","descriptionKey":"AssetsLocationDesc","required":true,"status":"enabled","attributeType":"locations","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"69118ad2-e219-4bd7-a08e-3af93d707fce","name":"Type","fieldName":"type","nameKey":"AssetsType","description":"AssetType","descriptionKey":"AssetsTypeDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"ac698d52-0c15-40f1-a358-95744800985e","name":"Description","fieldName":"description","nameKey":"AssetsDescription","description":"Description","descriptionKey":"AssetsDescriptionDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"7fac38bb-ab63-4fad-ba59-084e3f8141fb","name":"ITOwner","fieldName":"technicalOwner","nameKey":"AssetsTechnicalOwner","description":"TechnicalindividualresponsiblefortheAsset","descriptionKey":"AssetsTechnicalOwnerDesc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"a9789d25-615d-46c9-83c7-69eaf19344c3","name":"Internalor3rdParty","fieldName":"internalOrThirdParty","nameKey":"AssetsInternalOrThirdParty","description":"Isthisaninternalor3rdpartyAsset?","descriptionKey":"AssetsInternalOrThirdPartyDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"47821483-00f3-46ac-a604-a91939ccf4db","name":"StorageFormat","fieldName":"storageFormat","nameKey":"AssetsStorageFormat","description":"Inwhatformatispersonaldatastoredinthisasset?","descriptionKey":"AssetsStorageFormatDesc","required":false,"status":"enabled","attributeType":"none","responseType":"multi-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"14f760b3-d93e-4080-bdf6-a5f4880af348","name":"HostingType","fieldName":"hostingType","nameKey":"AssetsHostingType","description":"IsthisAssethostedon-premiseorexternallyoncloud?","descriptionKey":"AssetsHostingTypeDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"55e351e8-da96-4a32-871f-6be01c0945e2","name":"HostingProvider","fieldName":"hostingProvider","nameKey":"AssetsHostingProvider","description":"Whoisthehostingprovider?","descriptionKey":"AssetsHostingProviderDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"09724cbf-19ae-4529-bbfa-449fb8eb9bb9","name":"TechnicalSecurityMeasures","fieldName":"technicalSecurityMeasures","nameKey":"AssetsTechnicalSecurityMeasures","description":"Technicalsecuritymeasuresinplacetoprotectpersonaldata","descriptionKey":"AssetsTechnicalSecurityMeasuresDesc","required":false,"status":"enabled","attributeType":"none","responseType":"multi-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"5cad32ef-49d1-4174-bf9f-85922df05658","name":"OrganizationalSecurityMeasures","fieldName":"organizationalSecurityMeasures","nameKey":"AssetsOrganizationalSecurityMeasures","description":"Organizationalsecuritymeasuresinplacetoprotectpersonaldata","descriptionKey":"AssetsOrganizationalSecurityMeasuresDesc","required":false,"status":"enabled","attributeType":"none","responseType":"multi-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"98e23b3d-aea4-46d9-94e3-0bff964b9fbe","name":"OtherSecurityMeasures","fieldName":"otherSecurityMeasures","nameKey":"AssetsOtherSecurityMeasures","description":"Descriptionofanyadditionalsecuritymeasuresinplacetoprotectpersonaldata","descriptionKey":"AssetsOtherSecurityMeasuresDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"608651a1-68ae-4955-8786-aa4ec05f4ad0","name":"DataRetention","fieldName":"dataRetention","nameKey":"AssetsDataRetention","description":"Dataretentiontimeperiod","descriptionKey":"AssetsDataRetentionDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"709985e0-dc61-475e-a297-8712b24bd890","name":"DataDisposal","fieldName":"dataDisposal","nameKey":"AssetsDataDisposal","description":"Howisthedatadestroyedorarchived?","descriptionKey":"AssetsDataDisposalDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"6a3521d8-84be-47ac-bb75-20d9ecaa8cec","name":"Status","fieldName":"status","nameKey":"AssetsStatus","description":"StatusofAsset","descriptionKey":"AssetsStatusDesc","required":false,"status":"enabled","attributeType":"statuses","responseType":"single-select","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"f26e1982-4cc6-4371-bbe8-7536f457e636","name":"ExternalID","fieldName":"externalId","nameKey":"AssetsExternalId","description":"ThisfieldcontainsauniqueidentifierfortherecordfromasystemoutsideofOneTrust","descriptionKey":"AssetsExternalIdDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"86501449-3e8f-4861-8b2e-73c5860dfa22","name":"CreatedDate","fieldName":"createdDate","nameKey":"AssetsCreatedDate","description":"Datewhentherecordwascreated","descriptionKey":"AssetsCreatedDateDesc","required":false,"status":"enabled","attributeType":"none","responseType":"date","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"8dc21cc0-6ea5-4826-afdc-5271a67ff28f","name":"ID","fieldName":"number","nameKey":"AssetsNumber","description":"Thisfieldcontainsauniqueidentifierfortherecordofaparticularinventorytype","descriptionKey":"AssetsNumberDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"5af33564-33e4-404d-a19a-016fdc82d02b","name":"AggregateRiskScore","fieldName":"riskScore","nameKey":"AssetsRiskScore","description":"OverallriskscoreassociatedwithAsset","descriptionKey":"AssetsRiskScoreDesc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"15d1e522-ef7f-40f3-9dec-a623d981045e","name":"AggregateRiskLevel","fieldName":"riskLevel","nameKey":"AssetsRiskLevel","description":"Howlikelyisitthatthisassetcouldexposepersonalinformation?","descriptionKey":"AssetsRiskLevelDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"0ec6ab93-9114-41cd-b86b-401f904ca367","name":"CreatedBy","fieldName":"createdBy","nameKey":"AssetsCreatedBy","description":"Nameoftheuserwhocreatedtherecord","descriptionKey":"AssetsCreatedByDesc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"eef14a95-1129-4693-81bd-81d9bb2edb21","name":"LastUpdatedDate","fieldName":"updatedDate","nameKey":"AssetsLastUpdatedDate","description":"Datewhentherecordwaslastupdated","descriptionKey":"AssetsLastUpdatedDateDesc","required":false,"status":"enabled","attributeType":"none","responseType":"date","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"a146d577-16b0-46d7-ae80-39dc6bf74d5c","name":"LastUpdatedBy","fieldName":"updatedBy","nameKey":"AssetsLastUpdatedBy","description":"Nameoftheuserwholastupdatedtherecord","descriptionKey":"AssetsLastUpdatedByDesc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":true,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"f5a249b3-3c70-4e3f-9ea6-e35a35815718","name":"Criticality","fieldName":"criticality","nameKey":"AssetsCriticality","description":"Howcriticaltheassetistothebusiness","descriptionKey":"AssetsCriticalityDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"a2a3f969-3c11-4b46-9ca7-a0113b668110","name":"SecurityClassification","fieldName":"securityClassification","nameKey":"AssetsSecurityClassification","description":"Thesecurityclassificationoftheassetforthebusiness","descriptionKey":"AssetsSecurityClassificationDesc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":true,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"System","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"allowLabels":false,"responseSubType":null},{"id":"b45cc72e-5106-45ef-969c-945afa331174","name":"CurrentlyanInventoryexportfailswhenthereisacustomattributewhoselengthismorethan255\r\ncharactersThisshouldbehandledinthecodeandthecolumnheadertextshouldbewrappedinstead\r\nofthrowinganexceptiontestforlongcolumnlengthgreaterthan255","fieldName":"customField1000","nameKey":"AssetsCustomField1000","description":"textAttribute","descriptionKey":"AssetsCustomField1000Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"8d334ce1-3e64-4da7-ba97-46d00527889f","name":"isLinkAttributeUpdated?","fieldName":"customField1005","nameKey":"AssetsCustomField1005","description":"isLinkAttribute","descriptionKey":"AssetsCustomField1005Desc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"f0196349-07c3-4d1b-9aa4-335f48495d48","name":"TextAttribute2","fieldName":"customField1006","nameKey":"AssetsCustomField1006","description":"textAttribute","descriptionKey":"AssetsCustomField1006Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"bcb18f05-c1c7-495c-9381-3b3c9ff9a45f","name":"Date_New","fieldName":"customField1010","nameKey":"AssetsCustomField1010","description":"DateNew","descriptionKey":"AssetsCustomField1010Desc","required":false,"status":"enabled","attributeType":"none","responseType":"date","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"c7b38446-49a7-4ded-8323-78936175774c","name":"AssetCustomDate","fieldName":"customField1011","nameKey":"AssetsCustomField1011","description":"AssetDate","descriptionKey":"AssetsCustomField1011Desc","required":false,"status":"enabled","attributeType":"none","responseType":"date","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"16af64a7-8a58-49b4-96dd-d6395ab2c81e","name":"NewAttribute_OT","fieldName":"customField1013","nameKey":"AssetsCustomField1013","description":"NewAttribute","descriptionKey":"AssetsCustomField1013Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"09ecf823-be43-4c8e-8d63-b756fa1f60bd","name":"Attribute_2304","fieldName":"customField1014","nameKey":"AssetsCustomField1014","description":"Attribute_2304desc","descriptionKey":"AssetsCustomField1014Desc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"08338c32-fbc8-499e-9a3c-94e0946e133b","name":"Text_Attribute8","fieldName":"customField1016","nameKey":"AssetsCustomField1016","description":"Text_Attribute8Desc","descriptionKey":"AssetsCustomField1016Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"26da7ad3-1eeb-41a5-ba36-51871d246594","name":"DM24329","fieldName":"customField1017","nameKey":"AssetsCustomField1017","description":"DM24329Test","descriptionKey":"AssetsCustomField1017Desc","required":false,"status":"enabled","attributeType":"none","responseType":"numerical-text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"340da3ac-e06d-48c0-a6c7-1de083f2349c","name":"OptionTestAttr","fieldName":"customField1018","nameKey":"AssetsCustomField1018","description":"OptionTestAttring","descriptionKey":"AssetsCustomField1018Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"5d42796a-157b-41df-97c5-594f09d92561","name":"OptionSingleTest","fieldName":"customField1019","nameKey":"AssetsCustomField1019","description":"Optiontestingsingleselecttest","descriptionKey":"AssetsCustomField1019Desc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"a68f1298-6c53-4e27-82f5-ec6fe72d4c6d","name":"OptionMulTest","fieldName":"customField1020","nameKey":"AssetsCustomField1020","description":"OptionMultiselectTest","descriptionKey":"AssetsCustomField1020Desc","required":false,"status":"enabled","attributeType":"none","responseType":"multi-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"362009da-1833-4b75-a23c-f199ad2ac8f7","name":"OptionUserSingle","fieldName":"customField1021","nameKey":"AssetsCustomField1021","description":"OptionUserSingleselect","descriptionKey":"AssetsCustomField1021Desc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"3e9aebe5-6036-433c-9e74-5fe9fe250bd2","name":"OptionUserMultiSelect","fieldName":"customField1022","nameKey":"AssetsCustomField1022","description":"OptionUserMultiSelect","descriptionKey":"AssetsCustomField1022Desc","required":false,"status":"enabled","attributeType":"users","responseType":"multi-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"57f13ee3-8121-4407-afd1-350136434099","name":"NewAttribute","fieldName":"customField1023","nameKey":"AssetsCustomField1023","description":"NewAttributeDesc","descriptionKey":"AssetsCustomField1023Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"c69758e2-a28b-49ff-baad-c6b2a5f6a435","name":"Test_Attribute11","fieldName":"customField1025","nameKey":"AssetsCustomField1025","description":"Test_Attribute11Desc","descriptionKey":"AssetsCustomField1025Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"d0e694b6-f54f-4757-9176-3925c0e6cddb","name":"Test_Attribute12","fieldName":"customField1026","nameKey":"AssetsCustomField1026","description":"Test_Attribute12Desc","descriptionKey":"AssetsCustomField1026Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"d94da6de-0147-4ee4-9f34-744f10ec5f29","name":"UserBulk1","fieldName":"customField1027","nameKey":"AssetsCustomField1027","description":"UserBulk1","descriptionKey":"AssetsCustomField1027Desc","required":false,"status":"enabled","attributeType":"users","responseType":"multi-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"40e83e42-0616-4778-b378-3a8e79e02765","name":"UserBulk2","fieldName":"customField1028","nameKey":"AssetsCustomField1028","description":"UserBulk2","descriptionKey":"AssetsCustomField1028Desc","required":false,"status":"enabled","attributeType":"users","responseType":"multi-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"222c0cc6-ed14-451a-98a6-0dc5b5ccacb7","name":"UserBulk3","fieldName":"customField1029","nameKey":"AssetsCustomField1029","description":"UserBulk3","descriptionKey":"AssetsCustomField1029Desc","required":false,"status":"enabled","attributeType":"users","responseType":"multi-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"f17a7794-565b-484a-8b70-7f8f84506bbc","name":"UserBulk4","fieldName":"customField1030","nameKey":"AssetsCustomField1030","description":"UserBulk4","descriptionKey":"AssetsCustomField1030Desc","required":false,"status":"enabled","attributeType":"users","responseType":"multi-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"5c0e2cdc-0a9f-4d20-adbb-3d7efec57da3","name":"UserBulk5","fieldName":"customField1031","nameKey":"AssetsCustomField1031","description":"UserBulk5","descriptionKey":"AssetsCustomField1031Desc","required":false,"status":"enabled","attributeType":"users","responseType":"multi-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"599609e3-5c4b-4f8d-90e6-5902dbae2074","name":"UserBulk6","fieldName":"customField1032","nameKey":"AssetsCustomField1032","description":"UserBulk6","descriptionKey":"AssetsCustomField1032Desc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"8df87712-4e4a-4ead-98f0-998708f37f5a","name":"UserBulk7","fieldName":"customField1033","nameKey":"AssetsCustomField1033","description":"UserBulk7","descriptionKey":"AssetsCustomField1033Desc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"1817b1b3-a094-4fb1-a21d-725a243f8a74","name":"UserBulk8","fieldName":"customField1034","nameKey":"AssetsCustomField1034","description":"UserBulk8","descriptionKey":"AssetsCustomField1034Desc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"f01516b1-260b-4ce9-bda5-c2a3e04a5002","name":"UserBulk9","fieldName":"customField1035","nameKey":"AssetsCustomField1035","description":"UserBulk9","descriptionKey":"AssetsCustomField1035Desc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"68cbb75d-e9b4-46f0-a110-073bdcd0606b","name":"UserBulk10","fieldName":"customField1036","nameKey":"AssetsCustomField1036","description":"UserBulk10","descriptionKey":"AssetsCustomField1036Desc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"db4158d7-b48d-48e1-b5bf-14c9c3e28508","name":"AttrDelTest","fieldName":"customField1037","nameKey":"AssetsCustomField1037","description":"AttrDelTest","descriptionKey":"AssetsCustomField1037Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"aa82967c-4836-4b57-93c6-30b21c606f07","name":"AttrAsset15Dec","fieldName":"customField1038","nameKey":"AssetsCustomField1038","description":"AttrAsset15Dec","descriptionKey":"AssetsCustomField1038Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"f156a243-258f-4571-bf89-583ddcdcf817","name":"AssetAttrDec15","fieldName":"customField1039","nameKey":"AssetsCustomField1039","description":"AssetAttrDec15","descriptionKey":"AssetsCustomField1039Desc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"e4235da8-ad30-4890-8f2e-21014a0d1321","name":"AssetMSUserAttribute","fieldName":"customField1040","nameKey":"AssetsCustomField1040","description":"test","descriptionKey":"AssetsCustomField1040Desc","required":false,"status":"enabled","attributeType":"users","responseType":"multi-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"1e16accd-7be4-4e65-92df-edf830908507","name":"AssetSSUserW/oAO","fieldName":"customField1041","nameKey":"AssetsCustomField1041","description":"test","descriptionKey":"AssetsCustomField1041Desc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"3811f406-ba4f-4cb9-a175-d8810809cc17","name":"AssetDateAttri","fieldName":"customField1042","nameKey":"AssetsCustomField1042","description":"test","descriptionKey":"AssetsCustomField1042Desc","required":false,"status":"enabled","attributeType":"none","responseType":"date","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"929de721-1b30-4ac3-bf01-82b000c5a182","name":"AssetNumtext","fieldName":"customField1043","nameKey":"AssetsCustomField1043","description":"test","descriptionKey":"AssetsCustomField1043Desc","required":false,"status":"enabled","attributeType":"none","responseType":"numerical-text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"83943eac-5de5-41d4-a134-47badc440b7e","name":"AsssetNumSS","fieldName":"customField1044","nameKey":"AssetsCustomField1044","description":"test","descriptionKey":"AssetsCustomField1044Desc","required":false,"status":"enabled","attributeType":"none","responseType":"numerical-single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"6f6a108a-b152-4f62-84f5-77d378956b52","name":"AssetFormula","fieldName":"customField1045","nameKey":"AssetsCustomField1045","description":"test","descriptionKey":"AssetsCustomField1045Desc","required":false,"status":"enabled","attributeType":"none","responseType":"formula","readOnly":true,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":"sum(Assets:customField1044,Entities:customField1001)","schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"b3faa565-ab8d-44a7-ad73-9730085e6a94","name":"MultiAllowUserTest","fieldName":"customField1047","nameKey":"AssetsCustomField1047","description":"MultiAllowUser","descriptionKey":"AssetsCustomField1047Desc","required":false,"status":"enabled","attributeType":"users","responseType":"multi-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"a9e5bf55-dc37-4fd7-be0a-a0b21fdc19ac","name":"AssetTest_OT","fieldName":"customField1048","nameKey":"AssetsCustomField1048","description":"AssetTestDesc","descriptionKey":"AssetsCustomField1048Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"255bf0c1-0138-4d00-8a28-c9ba7cef0261","name":"Asset_SS","fieldName":"customField1049","nameKey":"AssetsCustomField1049","description":"AssetSingleselectattribute","descriptionKey":"AssetsCustomField1049Desc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"84169a26-d341-4eaf-97dc-22792912fce1","name":"NSS-1","fieldName":"customField1050","nameKey":"AssetsCustomField1050","description":"NSS-1","descriptionKey":"AssetsCustomField1050Desc","required":false,"status":"enabled","attributeType":"none","responseType":"numerical-single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"55d0ef61-c4b8-4acc-a79b-6ae22927dcb9","name":"SSUserTest","fieldName":"customField1051","nameKey":"AssetsCustomField1051","description":"SSUserTest","descriptionKey":"AssetsCustomField1051Desc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"b28cca0f-7aba-4b8e-8fba-e5b57a8a7b9d","name":"Score123","fieldName":"customField1052","nameKey":"AssetsCustomField1052","description":"Score123","descriptionKey":"AssetsCustomField1052Desc","required":false,"status":"enabled","attributeType":"none","responseType":"score","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":"Standard"},{"id":"d2dd32ab-d995-4ed0-8eeb-38cee3c6f2d4","name":"SS_User01","fieldName":"customField1054","nameKey":"AssetsCustomField1054","description":"UserAttribute","descriptionKey":"AssetsCustomField1054Desc","required":false,"status":"enabled","attributeType":"users","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"e896b98c-e4e6-4d65-81b1-d9935171bc47","name":"MultiSSAttribute","fieldName":"customField1056","nameKey":"AssetsCustomField1056","description":"MultiSSAttributeDescription2","descriptionKey":"AssetsCustomField1056Desc","required":false,"status":"enabled","attributeType":"none","responseType":"multi-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"7065546c-e02b-474a-9e64-a6bce46169c2","name":"SSatttest","fieldName":"customField1057","nameKey":"AssetsCustomField1057","description":"SSatttest","descriptionKey":"AssetsCustomField1057Desc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"43f4b90d-ada8-4c60-8401-6e184dc25cee","name":"TestAttGlobal","fieldName":"customField1058","nameKey":"AssetsCustomField1058","description":"TestAttGlobal","descriptionKey":"AssetsCustomField1058Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"0dd49036-b4df-4c8d-82a0-b8415bbd83a3","name":"TestPRODNSS","fieldName":"customField1059","nameKey":"AssetsCustomField1059","description":"TestPRODNSS","descriptionKey":"AssetsCustomField1059Desc","required":false,"status":"enabled","attributeType":"none","responseType":"numerical-single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null},{"id":"c14363d6-e34e-4638-ab20-17884418440a","name":"29379-Test","fieldName":"customField1060","nameKey":"AssetsCustomField1060","description":"29379-Test","descriptionKey":"AssetsCustomField1060Desc","required":false,"status":"enabled","attributeType":"none","responseType":"single-select","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Assets","hidden":false,"responseSubType":null}]}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]}},"/api/inventory/v2/schemas/{schemaName}/attributes/":{"post":{"operationId":"createAttributeForTheInventorySchema","summary":"Create Attribute","description":"Use this API to create an attribute for the inventory schema.","tags":["Inventory Schema"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"Type of the inventory or schema. The supporting types are 'processing-activities', 'vendors', 'assets', and 'entities'.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AttributeCreateRequest"},"example":{"responseType":"text","attributeType":"none","name":"vendor_attribute_3007_9603614","description":"desc_3007_9603614"}}}},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AttributeResponse"},"example":{"id":"f17a3b03-62da-4448-b3bb-e56d4a2291c2","name":"vendor_attribute_3007_9603614","fieldName":"customField1104","nameKey":"VendorsCustomField1104","description":"desc_3007_9603614","descriptionKey":"VendorsCustomField1104Desc","required":false,"status":"enabled","attributeType":"none","responseType":"text","readOnly":false,"seeded":false,"hiddenAtInventory":false,"trackedAtRelatedInventoryType":null,"source":"Custom","dataSource":null,"formula":null,"schemaName":"Vendors","hidden":false,"allowLabels":false,"responseSubType":null}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/schemas/{schemaName}/attributes/activate":{"put":{"operationId":"activateAttributesByFieldNames","summary":"Activate Attribute Values","description":"Use this API to activate attributes by field names.","tags":["Inventory Schema"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"Type of the inventory or schema. The supporting types are 'processing-activities', 'vendors', 'assets', and 'entities'.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"string","anyOf":[{"$ref":"#/components/schemas/BulkAttributeStatusUpdateRequest"}]},"example":{"fieldNames":["status","category","owner"]}}}},"responses":{"204":{"description":"No Content"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/schemas/{schemaName}/attributes/deactivate":{"put":{"operationId":"deactivateAttributesByFieldNames","summary":"Deactivate Attribute Values","description":"Use this API to deactivate attributes by field names.","tags":["Inventory Schema"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"Type of the inventory or schema. The supporting types are 'processing-activities', 'vendors', 'assets', and 'entities'.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"string","anyOf":[{"$ref":"#/components/schemas/BulkAttributeStatusUpdateRequest"}]},"example":{"fieldNames":["status","category","owner"]}}}},"responses":{"204":{"description":"No Content"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_WRITE"]}]}},"/api/inventory/v2/schemas/{schemaName}/attributes/{fieldName}":{"get":{"operationId":"getSchemaDetailsUsingFieldName","summary":"Get Inventory Schema Details","description":"Use this API to retrieve the schema details by field name.","tags":["Inventory Schema"],"x-onetrust":{"spec-label":"https://developer.onetrust.com/onetrust/openapi/privacy-automation-data-mapping-automation.json"},"parameters":[{"name":"schemaName","in":"path","description":"Type of the inventory or schema. The supporting types are 'processing-activities', 'vendors', 'assets', and 'entities'.","required":true,"schema":{"type":"string","enum":["processing-activities","vendors","assets","entities"]},"example":"vendors"},{"name":"fieldName","in":"path","description":"Field name of the attribute to retrieve details for","required":true,"schema":{"type":"string"},"example":"name"},{"name":"showAll","in":"query","description":"Flag to show all attribute values including inactive ones","required":false,"schema":{"type":"boolean","enum":["true","false"]},"example":true},{"name":"optionsSize","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AttributeDetailResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]}},"/api/inventory/v2/vendors/search":{"get":{"operationId":"searchVendorsByNameOrWebsiteUsingGET","summary":"Search Vendors by Name or Website","description":"Use this API to search for vendors by name or website. At least one of name or website must be provided.\n\n### Example Request\n\n`GET https://{hostname}/api/inventory/v2/vendors/search?name=Acme`\n\n`GET https://trial.onetrust.com/api/inventory/v2/vendors/search?website=acme.com`","tags":["inventory-management-controller"],"parameters":[{"name":"name","in":"query","description":"The vendor name to search for","required":false,"schema":{"type":"string"},"example":"Acme Corp"},{"name":"website","in":"query","description":"The vendor website to search for","required":false,"schema":{"type":"string"},"example":"acme.com"},{"name":"orgGroupId","in":"query","description":"The organization group ID to scope the search","required":false,"schema":{"type":"string","format":"uuid"}},{"name":"traversal","in":"query","description":"The organization traversal strategy","required":false,"schema":{"type":"string","enum":["up","down"]},"example":"down"}],"responses":{"200":{"description":"OK - Successfully retrieved vendor search result.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorSearchResult"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"},"429":{"description":"Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).","headers":{"Retry-After":{"schema":{"description":"The number of seconds after which requests will be allowed again.","format":"int32"}},"ot-period":{"schema":{"description":"The unit of time for which the rate limit applies","enum":["HOUR","MINUTE"]}},"ot-ratelimit-event-id":{"schema":{"description":"The unique identifier for the rate-limiting event.","format":"uuid"}},"ot-request-made":{"schema":{"description":"The number of requests made within the specified period.","format":"int32"}},"ot-requests-allowed":{"schema":{"description":"The number of requests allowed within the specified period.","format":"int32"}}}},"500":{"description":"Internal Server Error"}},"security":[{"OAUTH2":["INVENTORY","INVENTORY_READ","INVENTORY_WRITE"]}]}}},"components":{"schemas":{"BulkAttributeStatusUpdateRequest":{"type":"object","properties":{"fieldNames":{"description":"List of attribute field names to be updated.","type":"array","items":{"type":"string"},"example":["status","category","owner"],"minItems":1}}},"AttributeContext":{"type":"object","properties":{"parameters":{"additionalProperties":{"type":"object"},"type":"object"}}},"AttributeValueUpdateRequest":{"type":"object","properties":{"AttributeId":{"type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},"Value":{"description":"Value of the attribute option","type":"string","example":"Option 1"},"Status":{"description":"Status of the attribute value","type":"string","example":"enabled","enum":["enabled","disabled"]},"hint":{"description":"Hint text for the attribute value","type":"string","example":"Select this option if..."},"colorCode":{"description":"Color code for visual representation","type":"string","example":"#FF5733"},"selectionValue":{"description":"Selection value for numerical attributes","type":"string","example":5},"context":{"$ref":"#/components/schemas/AttributeContext"}},"required":["AttributeId","Value"]},"AttributeValueResponse":{"type":"object","properties":{"id":{"description":"Unique identifier of the attribute value","type":"string","example":"91e37a36-ca61-499b-b3c3-7d556aef5cde"},"value":{"description":"Value of the attribute option","type":"string","example":"Option 1"},"valueKey":{"description":"Key used for value translation","type":"string","example":"VendorsOption1"},"hint":{"description":"Hint text for the attribute value","type":"string","example":"Select this option if..."},"hintKey":{"description":"Key used for hint translation","type":"string","example":"VendorsOption1Hint"},"status":{"description":"Status of the attribute value","type":"string","example":"enabled","enum":["enabled","disabled"]},"seeded":{"description":"Flag indicating if the attribute value is seeded (system-provided)","type":"boolean","example":true},"sequence":{"description":"Sequence number for ordering","type":"integer","format":"int32","example":1,"minimum":1},"colorCode":{"description":"Color code for visual representation","type":"string","example":"#FF5733"},"selectionValue":{"description":"Selection value for numerical attributes","type":"string","example":5}}},"JsonNode":{"type":"object"},"UpdateInventoryRequest":{"type":"object","properties":{"inventoryIds":{"description":"List of inventory record UUIDs to be updated.","type":"array","items":{"type":"string","format":"uuid"},"example":["c79fb1a9-9406-4e9b-bff7-c72e635ee82b"],"minItems":1},"inventoryRequest":{"description":"The inventory update payload as a JSON object.","example":{"name":"New Vendor","status":"active"},"$ref":"#/components/schemas/JsonNode"}},"example":{"inventoryIds":["c79fb1a9-9406-4e9b-bff7-c72e635ee82b"],"inventoryRequest":{"name":"New Vendor","status":"active"}}},"InventoryValue":{"type":"object","properties":{"id":{"description":"Unique identifier of the inventory value","type":"string","format":"uuid","example":"7e9d5f2a-8b1c-4d3e-9f6a-1a2b3c4d5e6f"},"value":{"description":"The display value","type":"string","example":"High Risk"},"valueKey":{"description":"The key of the value","type":"string","example":"HIGH_RISK"},"colorCode":{"description":"Color code associated with the value","type":"string","example":"#FF0000"},"selectionValue":{"description":"Selection value","type":"string","example":"high"}}},"InventoryWorkflowStageDto":{"type":"object","properties":{"stage":{"description":"Reference to the workflow stage","$ref":"#/components/schemas/ObjectReference"},"badgeColor":{"description":"Color code for the workflow stage badge","type":"string","example":"#4CAF50"}}},"KeyNameDto":{"type":"object","properties":{"key":{"description":"The key identifier","type":"string","example":"active"},"name":{"description":"The display name associated with the key","type":"string","example":"Active"}},"required":["key"]},"ObjectReference":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"value":{"type":"string"},"valueKey":{"type":"string"}}},"OneTrustResponseOfVendorInventory":{"type":"object","properties":{"data":{"description":"Inventory details","$ref":"#/components/schemas/VendorInventory"}}},"SimilarRecordDetail":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"organization":{"$ref":"#/components/schemas/ObjectReference"},"location":{"$ref":"#/components/schemas/ObjectReference"},"hasAccessToSimilarRecord":{"type":"boolean"}}},"VendorInventory":{"type":"object","properties":{"id":{"description":"Unique identifier of the inventory item","type":"string","format":"uuid","example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"},"organization":{"description":"Organization reference to which the inventory belongs","$ref":"#/components/schemas/ObjectReference"},"canViewDetails":{"description":"Flag indicating if the current user can view inventory details","type":"boolean","example":true},"name":{"description":"Name of the inventory","type":"string","example":"Vendor XYZ"},"riskLevel":{"description":"Risk level of the inventory","type":"string","example":"HIGH","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"riskScore":{"description":"Risk score of the inventory","type":"number","example":8.5},"status":{"description":"Status of the inventory","example":{"key":"active","name":"Active"},"$ref":"#/components/schemas/KeyNameDto"},"externalId":{"description":"External identifier of the inventory","type":"string","example":"EXT-12345"},"createdDate":{"description":"Date and time when the inventory was created","type":"string","format":"date-time","example":"2023-01-15T10:30:45.123Z"},"createdBy":{"description":"Reference to the user who created the inventory","example":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc","value":null},"$ref":"#/components/schemas/ObjectReference"},"updatedDate":{"description":"Date and time when the inventory was last updated","type":"string","format":"date-time","example":"2023-02-20T14:15:30.456Z"},"updatedBy":{"description":"Reference to the user who last updated the inventory","example":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc","value":null},"$ref":"#/components/schemas/ObjectReference"},"selectFields":{"description":"Map of select fields with their values","type":"object","example":{"data-residency":[{"key":"us","value":"US"}]},"additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/InventoryValue"}}},"textFields":{"description":"Map of text fields with their values","type":"object","example":{"description":"Sample description"},"additionalProperties":{"type":"string"}},"number":{"description":"Sequence number of the inventory","type":"integer","format":"int64","example":123},"isParent":{"description":"Flag indicating if this inventory is a parent","type":"boolean","example":true},"inheritFromMaster":{"description":"Flag indicating if this inventory inherits from master","type":"boolean","example":true},"parentInventoryId":{"description":"ID of the parent inventory","type":"string","format":"uuid","example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"},"masterRecord":{"description":"Reference to the master record","type":"string","example":"MASTER-001"},"workflow":{"description":"Reference to the workflow associated with this inventory","example":{"id":"0cfe2b89-1d73-4c07-8c6b-ff1a5a6c8b88","value":"Vendor Review Workflow"},"$ref":"#/components/schemas/ObjectReference"},"workflowStage":{"description":"Current workflow stage of the inventory","example":{"stage":{"id":"c2c9a3b4-1d20-4bd4-8b86-5a6ef5a3b2a1","value":"In Review"},"badgeColor":"#4CAF50"},"$ref":"#/components/schemas/InventoryWorkflowStageDto"},"inherentRiskLevel":{"description":"Inherent risk level of the inventory","type":"string","example":"MEDIUM","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"inherentRiskScore":{"description":"Inherent risk score of the inventory","type":"number","example":6.5},"targetRiskLevel":{"description":"Target risk level of the inventory","type":"string","example":"LOW","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"targetRiskScore":{"description":"Target risk score of the inventory","type":"number","example":3},"totalHierarchyRiskLevel":{"description":"Total hierarchy risk level of the inventory","type":"string","example":"HIGH","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyRiskScore":{"description":"Total hierarchy risk score of the inventory","type":"number","example":8},"totalHierarchyInherentRiskLevel":{"description":"Total hierarchy inherent risk level of the inventory","type":"string","example":"MEDIUM","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyInherentRiskScore":{"description":"Total hierarchy inherent risk score of the inventory","type":"number","example":6},"totalHierarchyTargetRiskLevel":{"description":"Total hierarchy target risk level of the inventory","type":"string","example":"LOW","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyTargetRiskScore":{"description":"Total hierarchy target risk score of the inventory","type":"number","example":3},"inventoryDeleteType":{"description":"Type of deletion for the inventory","type":"string","example":"SOFT","enum":["HARD","SOFT","NONE"]},"deletedReason":{"description":"Reason for deletion of the inventory","type":"string","example":"No longer required"},"deletedBy":{"description":"ID of the user who deleted the inventory","type":"string","format":"uuid","example":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"deletedDate":{"description":"Date and time when the inventory was deleted","type":"string","format":"date-time","example":"2023-03-01T12:00:00.000Z"},"isGlobalAttributeConfigurationEnabled":{"description":"Flag indicating if global attribute configuration is enabled","type":"boolean","example":true},"sourceId":{"description":"ID of the source inventory","type":"string","format":"uuid","example":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},"integrationWorkflowId":{"description":"ID of the integration workflow","type":"string","example":"wf-123"},"sourceType":{"description":"Type of the source inventory","type":"string","example":"API_INTEGRATION"},"reviewType":{"description":"Type of review for the inventory","type":"string","example":"ANNUAL"},"similarRecord":{"description":"Similar record detail for the inventory","example":{"id":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b","name":"Vendor ABC","hasAccessToSimilarRecord":true},"$ref":"#/components/schemas/SimilarRecordDetail"},"detailsUri":{"description":"URI for viewing the inventory details page","type":"string","example":"https://app.onetrust.com/inventory/details/vendors/c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},"redacted":{"description":"Field names that should be redacted when user lacks advanced view access","type":"array","items":{"type":"string"},"example":["field1","field2"],"uniqueItems":true},"type":{"description":"Type reference","example":{"id":"cc11c8a5-bbb3-4377-a33d-52a23b1455f9","value":"Regulatory"},"$ref":"#/components/schemas/ObjectReference"},"editable":{"type":"boolean"},"deletable":{"type":"boolean"}}},"AssetInventory":{"type":"object","properties":{"id":{"description":"Unique identifier of the inventory item","type":"string","format":"uuid","example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"},"organization":{"description":"Organization reference to which the inventory belongs","$ref":"#/components/schemas/ObjectReference"},"canViewDetails":{"description":"Flag indicating if the current user can view inventory details","type":"boolean","example":true},"name":{"description":"Name of the inventory","type":"string","example":"Vendor XYZ"},"riskLevel":{"description":"Risk level of the inventory","type":"string","example":"HIGH","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"riskScore":{"description":"Risk score of the inventory","type":"number","example":8.5},"status":{"description":"Status of the inventory","example":{"key":"active","name":"Active"},"$ref":"#/components/schemas/KeyNameDto"},"externalId":{"description":"External identifier of the inventory","type":"string","example":"EXT-12345"},"createdDate":{"description":"Date and time when the inventory was created","type":"string","format":"date-time","example":"2023-01-15T10:30:45.123Z"},"createdBy":{"description":"Reference to the user who created the inventory","example":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc","value":null},"$ref":"#/components/schemas/ObjectReference"},"updatedDate":{"description":"Date and time when the inventory was last updated","type":"string","format":"date-time","example":"2023-02-20T14:15:30.456Z"},"updatedBy":{"description":"Reference to the user who last updated the inventory","example":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc","value":null},"$ref":"#/components/schemas/ObjectReference"},"selectFields":{"description":"Map of select fields with their values","type":"object","example":{"data-residency":[{"key":"us","value":"US"}]},"additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/InventoryValue"}}},"textFields":{"description":"Map of text fields with their values","type":"object","example":{"description":"Sample description"},"additionalProperties":{"type":"string"}},"number":{"description":"Sequence number of the inventory","type":"integer","format":"int64","example":123},"isParent":{"description":"Flag indicating if this inventory is a parent","type":"boolean","example":true},"inheritFromMaster":{"description":"Flag indicating if this inventory inherits from master","type":"boolean","example":true},"parentInventoryId":{"description":"ID of the parent inventory","type":"string","format":"uuid","example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"},"masterRecord":{"description":"Reference to the master record","type":"string","example":"MASTER-001"},"workflow":{"description":"Reference to the workflow associated with this inventory","example":{"id":"0cfe2b89-1d73-4c07-8c6b-ff1a5a6c8b88","value":"Vendor Review Workflow"},"$ref":"#/components/schemas/ObjectReference"},"workflowStage":{"description":"Current workflow stage of the inventory","example":{"stage":{"id":"c2c9a3b4-1d20-4bd4-8b86-5a6ef5a3b2a1","value":"In Review"},"badgeColor":"#4CAF50"},"$ref":"#/components/schemas/InventoryWorkflowStageDto"},"inherentRiskLevel":{"description":"Inherent risk level of the inventory","type":"string","example":"MEDIUM","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"inherentRiskScore":{"description":"Inherent risk score of the inventory","type":"number","example":6.5},"targetRiskLevel":{"description":"Target risk level of the inventory","type":"string","example":"LOW","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"targetRiskScore":{"description":"Target risk score of the inventory","type":"number","example":3},"totalHierarchyRiskLevel":{"description":"Total hierarchy risk level of the inventory","type":"string","example":"HIGH","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyRiskScore":{"description":"Total hierarchy risk score of the inventory","type":"number","example":8},"totalHierarchyInherentRiskLevel":{"description":"Total hierarchy inherent risk level of the inventory","type":"string","example":"MEDIUM","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyInherentRiskScore":{"description":"Total hierarchy inherent risk score of the inventory","type":"number","example":6},"totalHierarchyTargetRiskLevel":{"description":"Total hierarchy target risk level of the inventory","type":"string","example":"LOW","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyTargetRiskScore":{"description":"Total hierarchy target risk score of the inventory","type":"number","example":3},"inventoryDeleteType":{"description":"Type of deletion for the inventory","type":"string","example":"SOFT","enum":["HARD","SOFT","NONE"]},"deletedReason":{"description":"Reason for deletion of the inventory","type":"string","example":"No longer required"},"deletedBy":{"description":"ID of the user who deleted the inventory","type":"string","format":"uuid","example":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"deletedDate":{"description":"Date and time when the inventory was deleted","type":"string","format":"date-time","example":"2023-03-01T12:00:00.000Z"},"isGlobalAttributeConfigurationEnabled":{"description":"Flag indicating if global attribute configuration is enabled","type":"boolean","example":true},"sourceId":{"description":"ID of the source inventory","type":"string","format":"uuid","example":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},"integrationWorkflowId":{"description":"ID of the integration workflow","type":"string","example":"wf-123"},"sourceType":{"description":"Type of the source inventory","type":"string","example":"API_INTEGRATION"},"reviewType":{"description":"Type of review for the inventory","type":"string","example":"ANNUAL"},"similarRecord":{"description":"Similar record detail for the inventory","example":{"id":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b","name":"Vendor ABC","hasAccessToSimilarRecord":true},"$ref":"#/components/schemas/SimilarRecordDetail"},"detailsUri":{"description":"URI for viewing the inventory details page","type":"string","example":"https://app.onetrust.com/inventory/details/vendors/c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},"redacted":{"description":"Field names that should be redacted when user lacks advanced view access","type":"array","items":{"type":"string"},"example":["field1","field2"],"uniqueItems":true},"location":{"description":"Location reference (required for assets)","example":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"$ref":"#/components/schemas/ObjectReference"},"editable":{"type":"boolean"},"deletable":{"type":"boolean"}}},"OneTrustResponseOfAssetInventory":{"type":"object","properties":{"data":{"description":"Inventory details","$ref":"#/components/schemas/AssetInventory"}}},"EntityInventory":{"type":"object","properties":{"id":{"description":"Unique identifier of the inventory item","type":"string","format":"uuid","example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"},"organization":{"description":"Organization reference to which the inventory belongs","$ref":"#/components/schemas/ObjectReference"},"canViewDetails":{"description":"Flag indicating if the current user can view inventory details","type":"boolean","example":true},"name":{"description":"Name of the inventory","type":"string","example":"Vendor XYZ"},"riskLevel":{"description":"Risk level of the inventory","type":"string","example":"HIGH","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"riskScore":{"description":"Risk score of the inventory","type":"number","example":8.5},"status":{"description":"Status of the inventory","example":{"key":"active","name":"Active"},"$ref":"#/components/schemas/KeyNameDto"},"externalId":{"description":"External identifier of the inventory","type":"string","example":"EXT-12345"},"createdDate":{"description":"Date and time when the inventory was created","type":"string","format":"date-time","example":"2023-01-15T10:30:45.123Z"},"createdBy":{"description":"Reference to the user who created the inventory","example":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc","value":null},"$ref":"#/components/schemas/ObjectReference"},"updatedDate":{"description":"Date and time when the inventory was last updated","type":"string","format":"date-time","example":"2023-02-20T14:15:30.456Z"},"updatedBy":{"description":"Reference to the user who last updated the inventory","example":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc","value":null},"$ref":"#/components/schemas/ObjectReference"},"selectFields":{"description":"Map of select fields with their values","type":"object","example":{"data-residency":[{"key":"us","value":"US"}]},"additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/InventoryValue"}}},"textFields":{"description":"Map of text fields with their values","type":"object","example":{"description":"Sample description"},"additionalProperties":{"type":"string"}},"number":{"description":"Sequence number of the inventory","type":"integer","format":"int64","example":123},"isParent":{"description":"Flag indicating if this inventory is a parent","type":"boolean","example":true},"inheritFromMaster":{"description":"Flag indicating if this inventory inherits from master","type":"boolean","example":true},"parentInventoryId":{"description":"ID of the parent inventory","type":"string","format":"uuid","example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"},"masterRecord":{"description":"Reference to the master record","type":"string","example":"MASTER-001"},"workflow":{"description":"Reference to the workflow associated with this inventory","example":{"id":"0cfe2b89-1d73-4c07-8c6b-ff1a5a6c8b88","value":"Vendor Review Workflow"},"$ref":"#/components/schemas/ObjectReference"},"workflowStage":{"description":"Current workflow stage of the inventory","example":{"stage":{"id":"c2c9a3b4-1d20-4bd4-8b86-5a6ef5a3b2a1","value":"In Review"},"badgeColor":"#4CAF50"},"$ref":"#/components/schemas/InventoryWorkflowStageDto"},"inherentRiskLevel":{"description":"Inherent risk level of the inventory","type":"string","example":"MEDIUM","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"inherentRiskScore":{"description":"Inherent risk score of the inventory","type":"number","example":6.5},"targetRiskLevel":{"description":"Target risk level of the inventory","type":"string","example":"LOW","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"targetRiskScore":{"description":"Target risk score of the inventory","type":"number","example":3},"totalHierarchyRiskLevel":{"description":"Total hierarchy risk level of the inventory","type":"string","example":"HIGH","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyRiskScore":{"description":"Total hierarchy risk score of the inventory","type":"number","example":8},"totalHierarchyInherentRiskLevel":{"description":"Total hierarchy inherent risk level of the inventory","type":"string","example":"MEDIUM","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyInherentRiskScore":{"description":"Total hierarchy inherent risk score of the inventory","type":"number","example":6},"totalHierarchyTargetRiskLevel":{"description":"Total hierarchy target risk level of the inventory","type":"string","example":"LOW","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyTargetRiskScore":{"description":"Total hierarchy target risk score of the inventory","type":"number","example":3},"inventoryDeleteType":{"description":"Type of deletion for the inventory","type":"string","example":"SOFT","enum":["HARD","SOFT","NONE"]},"deletedReason":{"description":"Reason for deletion of the inventory","type":"string","example":"No longer required"},"deletedBy":{"description":"ID of the user who deleted the inventory","type":"string","format":"uuid","example":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"deletedDate":{"description":"Date and time when the inventory was deleted","type":"string","format":"date-time","example":"2023-03-01T12:00:00.000Z"},"isGlobalAttributeConfigurationEnabled":{"description":"Flag indicating if global attribute configuration is enabled","type":"boolean","example":true},"sourceId":{"description":"ID of the source inventory","type":"string","format":"uuid","example":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},"integrationWorkflowId":{"description":"ID of the integration workflow","type":"string","example":"wf-123"},"sourceType":{"description":"Type of the source inventory","type":"string","example":"API_INTEGRATION"},"reviewType":{"description":"Type of review for the inventory","type":"string","example":"ANNUAL"},"similarRecord":{"description":"Similar record detail for the inventory","example":{"id":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b","name":"Vendor ABC","hasAccessToSimilarRecord":true},"$ref":"#/components/schemas/SimilarRecordDetail"},"detailsUri":{"description":"URI for viewing the inventory details page","type":"string","example":"https://app.onetrust.com/inventory/details/vendors/c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},"redacted":{"description":"Field names that should be redacted when user lacks advanced view access","type":"array","items":{"type":"string"},"example":["field1","field2"],"uniqueItems":true},"primaryOperatingLocation":{"description":"Primary operating location reference (required for entities)","example":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"$ref":"#/components/schemas/ObjectReference"},"editable":{"type":"boolean"},"deletable":{"type":"boolean"}}},"OneTrustResponseOfEntityInventory":{"type":"object","properties":{"data":{"description":"Inventory details","$ref":"#/components/schemas/EntityInventory"}}},"Inventory":{"type":"object","properties":{"id":{"description":"Unique identifier of the inventory item","type":"string","format":"uuid","example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"},"organization":{"description":"Organization reference to which the inventory belongs","$ref":"#/components/schemas/ObjectReference"},"canViewDetails":{"description":"Flag indicating if the current user can view inventory details","type":"boolean","example":true},"name":{"description":"Name of the inventory","type":"string","example":"Vendor XYZ"},"riskLevel":{"description":"Risk level of the inventory","type":"string","example":"HIGH","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"riskScore":{"description":"Risk score of the inventory","type":"number","example":8.5},"status":{"description":"Status of the inventory","example":{"key":"active","name":"Active"},"$ref":"#/components/schemas/KeyNameDto"},"externalId":{"description":"External identifier of the inventory","type":"string","example":"EXT-12345"},"createdDate":{"description":"Date and time when the inventory was created","type":"string","format":"date-time","example":"2023-01-15T10:30:45.123Z"},"createdBy":{"description":"Reference to the user who created the inventory","example":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc","value":null},"$ref":"#/components/schemas/ObjectReference"},"updatedDate":{"description":"Date and time when the inventory was last updated","type":"string","format":"date-time","example":"2023-02-20T14:15:30.456Z"},"updatedBy":{"description":"Reference to the user who last updated the inventory","example":{"id":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc","value":null},"$ref":"#/components/schemas/ObjectReference"},"selectFields":{"description":"Map of select fields with their values","type":"object","example":{"data-residency":[{"key":"us","value":"US"}]},"additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/InventoryValue"}}},"textFields":{"description":"Map of text fields with their values","type":"object","example":{"description":"Sample description"},"additionalProperties":{"type":"string"}},"number":{"description":"Sequence number of the inventory","type":"integer","format":"int64","example":123},"isParent":{"description":"Flag indicating if this inventory is a parent","type":"boolean","example":true},"inheritFromMaster":{"description":"Flag indicating if this inventory inherits from master","type":"boolean","example":true},"parentInventoryId":{"description":"ID of the parent inventory","type":"string","format":"uuid","example":"96214230-ffbb-4870-b6c4-0f30c3bfec60"},"masterRecord":{"description":"Reference to the master record","type":"string","example":"MASTER-001"},"workflow":{"description":"Reference to the workflow associated with this inventory","example":{"id":"0cfe2b89-1d73-4c07-8c6b-ff1a5a6c8b88","value":"Vendor Review Workflow"},"$ref":"#/components/schemas/ObjectReference"},"workflowStage":{"description":"Current workflow stage of the inventory","example":{"stage":{"id":"c2c9a3b4-1d20-4bd4-8b86-5a6ef5a3b2a1","value":"In Review"},"badgeColor":"#4CAF50"},"$ref":"#/components/schemas/InventoryWorkflowStageDto"},"inherentRiskLevel":{"description":"Inherent risk level of the inventory","type":"string","example":"MEDIUM","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"inherentRiskScore":{"description":"Inherent risk score of the inventory","type":"number","example":6.5},"targetRiskLevel":{"description":"Target risk level of the inventory","type":"string","example":"LOW","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"targetRiskScore":{"description":"Target risk score of the inventory","type":"number","example":3},"totalHierarchyRiskLevel":{"description":"Total hierarchy risk level of the inventory","type":"string","example":"HIGH","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyRiskScore":{"description":"Total hierarchy risk score of the inventory","type":"number","example":8},"totalHierarchyInherentRiskLevel":{"description":"Total hierarchy inherent risk level of the inventory","type":"string","example":"MEDIUM","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyInherentRiskScore":{"description":"Total hierarchy inherent risk score of the inventory","type":"number","example":6},"totalHierarchyTargetRiskLevel":{"description":"Total hierarchy target risk level of the inventory","type":"string","example":"LOW","enum":["ZERO","LOW","MEDIUM","HIGH","VERY_HIGH"]},"totalHierarchyTargetRiskScore":{"description":"Total hierarchy target risk score of the inventory","type":"number","example":3},"inventoryDeleteType":{"description":"Type of deletion for the inventory","type":"string","example":"SOFT","enum":["HARD","SOFT","NONE"]},"deletedReason":{"description":"Reason for deletion of the inventory","type":"string","example":"No longer required"},"deletedBy":{"description":"ID of the user who deleted the inventory","type":"string","format":"uuid","example":"ab0b11d9-8ba2-46f3-b845-2ca50bef4efc"},"deletedDate":{"description":"Date and time when the inventory was deleted","type":"string","format":"date-time","example":"2023-03-01T12:00:00.000Z"},"isGlobalAttributeConfigurationEnabled":{"description":"Flag indicating if global attribute configuration is enabled","type":"boolean","example":true},"sourceId":{"description":"ID of the source inventory","type":"string","format":"uuid","example":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},"integrationWorkflowId":{"description":"ID of the integration workflow","type":"string","example":"wf-123"},"sourceType":{"description":"Type of the source inventory","type":"string","example":"API_INTEGRATION"},"reviewType":{"description":"Type of review for the inventory","type":"string","example":"ANNUAL"},"similarRecord":{"description":"Similar record detail for the inventory","example":{"id":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b","name":"Vendor ABC","hasAccessToSimilarRecord":true},"$ref":"#/components/schemas/SimilarRecordDetail"},"detailsUri":{"description":"URI for viewing the inventory details page","type":"string","example":"https://app.onetrust.com/inventory/details/vendors/c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},"redacted":{"description":"Field names that should be redacted when user lacks advanced view access","type":"array","items":{"type":"string"},"example":["field1","field2"],"uniqueItems":true},"editable":{"type":"boolean"},"deletable":{"type":"boolean"}}},"OneTrustResponseOfInventory":{"type":"object","properties":{"data":{"description":"Inventory details","$ref":"#/components/schemas/Inventory"}}},"PersonalDataLinkAttributesRequest":{"type":"object","properties":{"linkAttributes":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/InventoryValue"}}}}},"AssetInventoryCreateRequest":{"type":"object","properties":{"name":{"description":"Name of the inventory","type":"string","example":"Test Asset","minLength":1},"organization":{"description":"Organization reference","example":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"$ref":"#/components/schemas/ObjectReference"},"location":{"description":"Location reference (required for assets)","example":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"$ref":"#/components/schemas/ObjectReference"}},"required":["location","name","organization"]},"InventoryTypeReference":{"type":"object","properties":{"id":{"description":"Unique identifier","type":"string","format":"uuid","example":"cc11c8a5-bbb3-4377-a33d-52a23b1455f9"},"value":{"description":"Display value","type":"string","example":"Regulatory"},"seeded":{"description":"Whether the value is seeded","type":"boolean","example":true},"sequence":{"description":"Sequence","type":"integer","format":"int32","example":0},"hint":{"description":"Optional hint","type":"string","example":"some-hint"},"hintKey":{"description":"Optional hint key","type":"string","example":"someHintKey"}}},"VendorInventoryCreateRequest":{"type":"object","properties":{"name":{"description":"Name of the inventory","type":"string","example":"Test Vendor","minLength":1},"organization":{"description":"Organization reference","example":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"$ref":"#/components/schemas/ObjectReference"},"type":{"description":"Type reference","example":{"id":"cc11c8a5-bbb3-4377-a33d-52a23b1455f9","value":"Regulatory","seeded":true,"sequence":0},"$ref":"#/components/schemas/InventoryTypeReference"}},"required":["name","organization","type"]},"EntityInventoryCreateRequest":{"type":"object","properties":{"name":{"description":"Name of the inventory","type":"string","example":"Test Entity","minLength":1},"organization":{"description":"Organization reference","example":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"$ref":"#/components/schemas/ObjectReference"},"primaryOperatingLocation":{"description":"Primary operating location reference (required for entities)","example":{"value":"US East","id":"b2c4d6e8-1234-5678-9abc-def012345678"},"$ref":"#/components/schemas/ObjectReference"}},"required":["name","organization","primaryOperatingLocation"]},"PAInventoryCreateRequest":{"type":"object","properties":{"name":{"description":"Name of the inventory","type":"string","example":"Test Processing Activity","minLength":1},"organization":{"description":"Organization reference","example":{"value":"aws","id":"01d5d6db-a3f0-424e-9956-cfa205dc8af7"},"$ref":"#/components/schemas/ObjectReference"}},"required":["name","organization"]},"BulkUpsertInventoryResponse":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"organization":{"$ref":"#/components/schemas/ObjectReference"},"businessOwners":{"type":"array","items":{"$ref":"#/components/schemas/ObjectReference"}},"inventoryType":{"type":"string"},"number":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"isNew":{"type":"boolean"},"detailsUri":{"type":"string"},"new":{"type":"boolean"}},"required":["name","organization"]},"InventoryAssociationUpdateRequest":{"type":"object","properties":{"relation":{"description":"The type of relationship between inventory records","type":"string","example":"JointControllerLinkType","enum":["ControllerLinkType","JointControllerLinkType","RelatedLinkType","RecipientOfSaleLinkType","SubProcessorLinkType","ProcessorLinkType","DestinationAccessLinkType","ProductOrServiceProviderLinkType","StorageProcessingLinkType","SourceCollectionLinkType"]},"InventoryType":{"type":"string","example":"vendors","enum":["processing-activities","vendors","assets","entities"]},"Ids":{"type":"array","items":{"type":"string","format":"uuid"},"example":["a1087fcb-1058-40ba-8c36-43dfafc0bba8","f9d7a8f1-af0d-418e-9092-e860307a48a3"]}},"required":["Ids","InventoryType"]},"InventoryAssociationRequest":{"type":"object","properties":{"relation":{"description":"The type of relationship between inventory records","type":"string","example":"JointControllerLinkType","enum":["ControllerLinkType","JointControllerLinkType","RelatedLinkType","RecipientOfSaleLinkType","SubProcessorLinkType","ProcessorLinkType","DestinationAccessLinkType","ProductOrServiceProviderLinkType","StorageProcessingLinkType","SourceCollectionLinkType"]}}},"AbacAssignmentAssociation":{"type":"object","properties":{"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AbacBasicAssignmentInfo"}},"objectType":{"type":"string"}}},"AbacBasicAssignmentInfo":{"type":"object","properties":{"assignmentId":{"description":"GUID of the linked assignment","type":"string","format":"uuid","example":"550e8400-e29b-41d4-a716-446655440000"},"assignmentName":{"description":"Name of the linked assignment","type":"string","example":"Assignment1"},"policyStatus":{"description":"Policy status of the linked assignment","type":"string","example":"ACTIVE","enum":["INACTIVE","ACTIVE","PROCESSING","FAILED"]}}},"AssociatedAttribute":{"type":"object","properties":{"fieldName":{"description":"Field Name","type":"string","maxLength":200,"minLength":0},"name":{"description":"Attribute Name","type":"string","minLength":1},"nameKey":{"description":"Attribute Name Key. Used for Translation","type":"string","maxLength":200,"minLength":0},"description":{"description":"Attribute Description","type":"string"},"descriptionKey":{"description":"Attribute Description Key","type":"string","maxLength":200,"minLength":0},"options":{"description":"Attribute Options","type":"array","items":{"$ref":"#/components/schemas/AttributeOptionRequest"},"minItems":1}},"required":["name"]},"AssociatedAttributeRequest":{"type":"object","properties":{"associatedAttributes":{"description":"Associated attributes","type":"array","items":{"$ref":"#/components/schemas/AssociatedAttribute"},"minItems":1}}},"AttributeCreateRequest":{"type":"object","properties":{"name":{"description":"Name of the attribute","type":"string","example":"Vendor Rating"},"description":{"description":"Description of the attribute","type":"string","example":"Rating assigned to the vendor"},"responseType":{"description":"Response type of the attribute","type":"string","example":"single-select","enum":["text","date","single-select","multi-select","numerical-text","numerical-single-select","score","formula"]},"allowOther":{"type":"boolean","enum":["true","false"]},"formula":{"description":"Formula expression for formula-type attributes","type":"string","example":"sum(Assets:customField1044,Entities:customField1001)"},"intakeQuestionKey":{"description":"Key for the intake question","type":"string","example":"VendorsIntakeQuestion1"},"question":{"description":"Question for Attribute","type":"string"},"questionDescription":{"description":"Question Description for Attribute","type":"string"},"context":{"$ref":"#/components/schemas/AttributeContext"},"fieldName":{"description":"Field name of the attribute (system-generated if not provided)","type":"string","example":"vendorRating"},"attributeType":{"description":"Type of the attribute","type":"string","example":"none","enum":["none","users","locations","organizations","vendors","assets","entities","processing-activities","statuses"]},"trackedAtRelatedInventoryType":{"description":"Related inventory type where this attribute is tracked","type":"string","example":"vendors"},"responseSubType":{"description":"Response sub-type for the attribute","type":"string","example":"Standard","enum":["Standard","Formula","Matrix","RollUp"]},"associatedAttributeRequest":{"description":"Associated attribute request details for linked attributes","$ref":"#/components/schemas/AssociatedAttributeRequest"},"allowLabels":{"description":"Flag indicating if the attribute allows labels","type":"boolean","example":false,"default":"false"},"abacBasicAssignmentInfo":{"description":"GUID, name and the objectType of the linked assignment","$ref":"#/components/schemas/AbacAssignmentAssociation"}},"required":["description","name","responseType"]},"AttributeOptionMetadata":{"type":"object","properties":{"hint":{"description":"Hint","type":"string"},"hintKey":{"description":"Hint key which can be used for translation","type":"string"}},"example":{"hint":"This option provides additional information about the attribute","hintKey":"attribute.option.hint.key"}},"AttributeOptionRequest":{"type":"object","properties":{"option":{"description":"The option text to be displayed","type":"string","example":"Example Option","maxLength":255,"minLength":1},"optionKey":{"description":"Option key which can be used for translation and internationalization","type":"string","example":"example_option","maxLength":255},"optionSelectionValue":{"description":"Option selection value used to identify the option in forms or programmatic interfaces","type":"string","example":"value1","maxLength":255},"colorCode":{"description":"Color code in hexadecimal format for UI representation","type":"string","example":"#FFFFFF","enum":["#000000","#FFFFFF","#FF0000","#00FF00","#0000FF"],"maxLength":7,"minLength":4,"pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"},"metadata":{"description":"Additional metadata associated with the attribute option","example":{"hint":"This option provides additional information about the attribute","hintKey":"attribute.option.hint.key"},"$ref":"#/components/schemas/AttributeOptionMetadata"}},"example":{"option":"Example Option","optionKey":"example_option","optionSelectionValue":"value1","colorCode":"#FFFFFF"},"required":["option"],"title":"Attribute Option Request"},"AssociatedAttributeResponse":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string","maxLength":2000,"minLength":0},"fieldName":{"type":"string","maxLength":100,"minLength":0},"nameKey":{"type":"string","maxLength":400,"minLength":0},"description":{"type":"string","maxLength":2000,"minLength":0},"descriptionKey":{"type":"string","maxLength":400,"minLength":0},"status":{"type":"string","maxLength":50,"minLength":0},"responseType":{"type":"string","maxLength":2147483647,"minLength":0},"responseSubType":{"type":"string","enum":["Standard","Formula","Matrix","RollUp"]},"formula":{"type":"string"},"schemaName":{"type":"string","maxLength":50,"minLength":0},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"Attribute options":{"type":"array","items":{"$ref":"#/components/schemas/AttributeValueResponse"}}},"required":["hidden"]},"AttributeDataSourceDto":{"type":"object","properties":{"Attribute Data Source Key":{"type":"string","maxLength":256,"minLength":0},"Attribute Data Source Name":{"type":"string","maxLength":256,"minLength":0},"Attribute Data Source Name Key for translation":{"type":"string","maxLength":128,"minLength":0}},"required":["Attribute Data Source Key","Attribute Data Source Name","Attribute Data Source Name Key for translation"]},"AttributeResponse":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string","maxLength":2000,"minLength":0},"fieldName":{"type":"string","maxLength":100,"minLength":0},"nameKey":{"description":"Key used for name translation","type":"string","example":"VendorsName"},"description":{"description":"Description of the attribute","type":"string","example":"Name of the vendor"},"descriptionKey":{"description":"Key used for description translation","type":"string","example":"VendorsNameDesc"},"required":{"description":"Flag indicating if the attribute is required","type":"boolean","example":true},"status":{"description":"Status of the attribute","type":"string","example":"enabled","enum":["enabled","disabled"]},"attributeType":{"description":"Type of the attribute","type":"string","example":"none","enum":["none","users","locations","organizations","vendors","assets","entities","processing-activities","statuses"]},"responseType":{"description":"Response type of the attribute","type":"string","example":"single-select","enum":["text","date","single-select","multi-select","numerical-text","numerical-single-select","score","formula"]},"readOnly":{"description":"Flag indicating if the attribute is read-only","type":"boolean","example":false},"seeded":{"description":"Flag indicating if the attribute is seeded (system-provided)","type":"boolean","example":true},"hiddenAtInventory":{"description":"Flag indicating if the attribute is hidden at inventory detail view","type":"boolean","example":false},"trackedAtRelatedInventoryType":{"description":"Related inventory type where this attribute is tracked","type":"string","example":"vendors"},"source":{"description":"Source of the attribute","type":"string","example":"System","enum":["System","Custom","Vendorpedia"]},"dataSource":{"description":"Data source information for the attribute","$ref":"#/components/schemas/AttributeDataSourceDto"},"formula":{"description":"Formula expression for formula-type attributes","type":"string","example":"sum(Assets:customField1044,Entities:customField1001)"},"schemaName":{"description":"Name of the schema this attribute belongs to","type":"string","example":"Vendors"},"hidden":{"description":"Flag indicating if the attribute is hidden","type":"boolean","example":false},"allowLabels":{"description":"Flag indicating if the attribute allows labels","type":"boolean","example":false},"intakeQuestionKey":{"description":"Key for the intake question","type":"string","example":"VendorsIntakeQuestion1"},"intakeQuestion":{"description":"Intake question details","$ref":"#/components/schemas/IntakeQuestion"},"validationRuleId":{"description":"ID of the validation rule applied to this attribute","type":"string","example":"f17a3b03-62da-4448-b3bb-e56d4a2291c2"},"abacBasicAssignmentInfo":{"description":"Assignments for the Attribute","$ref":"#/components/schemas/AbacAssignmentAssociation"},"systemManaged":{"description":"Flag indicating if the attribute is system-managed and cannot be modified","type":"boolean","example":false},"responseSubType":{"description":"Sub-type of the response","type":"string","example":"Standard","enum":["Standard","Formula","Matrix","RollUp"]},"associatedAttributes":{"description":"List of associated attributes","type":"array","items":{"$ref":"#/components/schemas/AssociatedAttributeResponse"}}}},"IntakeQuestion":{"type":"object","properties":{"nameKey":{"description":"Key used for intake question name translation","type":"string","example":"VendorsIntakeQuestionName","maxLength":100,"minLength":0},"name":{"description":"Name of the intake question","type":"string","example":"What is your preferred vendor category?","maxLength":500,"minLength":0},"descriptionKey":{"description":"Key used for intake question description translation","type":"string","example":"VendorsIntakeQuestionDesc","maxLength":100,"minLength":0},"description":{"description":"Description of the intake question","type":"string","example":"Please select the category that best describes your vendor","maxLength":500,"minLength":0}}},"AttributeValueCreateRequest":{"type":"object","properties":{"value":{"description":"Value of the attribute option","type":"string","example":"Option 1"},"hint":{"description":"Hint text for the attribute value","type":"string","example":"Select this option if..."},"defaultValue":{"description":"Default value for the attribute","type":"string","example":true},"colorCode":{"description":"Color code for visual representation","type":"string","example":"#FF5733"},"selectionValue":{"description":"Selection value for numerical attributes","type":"string","example":5},"selectionValueAsDouble":{"type":"number","format":"double"}},"required":["value"]},"InventoryControlImplementationsRequest":{"type":"object","properties":{"controlIds":{"description":"Set of control IDs to be implemented for the given inventory entity","type":"array","items":{"type":"string","format":"uuid"},"example":["a8d2f0c6-63e5-476b-b600-79a447251a2a","b9e3f1d7-74f6-587c-c711-8ba558362b3b"],"uniqueItems":true},"status":{"description":"Implementation status of the controls being added to the inventory. If not provided, defaults to 'Pending'","type":"string","example":"Implemented","enum":["Implemented","Not Implemented","Partially Implemented","Not Applicable","Pending"]}},"required":["controlIds"]},"OneTrustMetadata":{"type":"object","properties":{"page":{"$ref":"#/components/schemas/OneTrustPage"}}},"OneTrustPage":{"type":"object","properties":{"first":{"type":"boolean"},"last":{"type":"boolean"},"number":{"type":"integer","format":"int64"},"size":{"type":"integer","format":"int64"},"totalElements":{"type":"integer","format":"int64"},"totalPages":{"type":"integer","format":"int64"},"sort":{"type":"array","items":{"$ref":"#/components/schemas/OneTrustSort"}}}},"OneTrustResponse":{"type":"object","properties":{"data":{"type":"object"},"errors":{"type":"array","items":{"type":"object"}},"meta":{"$ref":"#/components/schemas/OneTrustMetadata"}}},"OneTrustSort":{"type":"object","properties":{"direction":{"type":"string","enum":["ASC","DESC"]},"property":{"type":"string"}}},"Pageable":{"type":"object","properties":{"page":{"type":"integer","format":"int32","minimum":0},"size":{"type":"integer","format":"int32","minimum":1},"sort":{"type":"array","items":{"type":"string"}}}},"CriteriaDefinition":{"type":"object","properties":{"attributeKey":{"description":"The key or path of the attribute to filter on (e.g., 'name', 'status.key', 'customFields.someCustomField').","type":"string","example":"name"},"dataType":{"description":"The data type of the attribute being filtered. (Note: Consider replacing with a more descriptive enum or String if specific integer values have meanings, e.g., 0 for String, 1 for Number, 2 for Date). For now, assuming it's an internal type identifier.","type":"integer","format":"int32","example":0,"enum":["0","1","2"]},"operator":{"description":"The operator to use for comparing the attribute with the provided values (e.g., EQUALS, CONTAINS, GREATER_THAN).","type":"string","example":"CONTAINS","enum":["FilterOperator.EQUAL_TO(description=Equal To)","FilterOperator.NOT_EQUAL_TO(description=Not Equal To)","FilterOperator.EQ(description=Equals)","FilterOperator.LT(description=LessThan)","FilterOperator.GT(description=GreaterThan)","FilterOperator.LE(description=LessThanOrEquals)","FilterOperator.GE(description=GreaterThanOrEquals)","FilterOperator.IN_BETWEEN(description=InBetween)","FilterOperator.CONTAINS(description=Contains)","FilterOperator.DOES_NOT_CONTAIN(description=DoesNotContain)","EQUAL_TO","EQ","LT","GT","LE","GE","IN_BETWEEN","CONTAINS","DOES_NOT_CONTAIN","NOT_EQUAL_TO"]},"values":{"description":"An array of string values to match against the attribute. For operators like 'IN', multiple values can be provided. For others, typically one value is used.","type":"array","items":{"type":"string"},"example":["Server Alpha","Server Beta"]},"date":{"description":"A DTO for specifying date values, used when the attribute is a date type and the operator requires date comparison (e.g., DATE_EQUALS, DATE_BETWEEN).","$ref":"#/components/schemas/DateDto"}}},"DateDto":{"type":"object","properties":{"fromDateValue":{"description":"The start date for a date range filter, or the specific date if toDateValue is not provided or is the same. Expected format: YYYY-MM-DD.","type":"string","example":"2023-01-01","maxLength":60,"minLength":0},"toDateValue":{"description":"The end date for a date range filter. If filtering for a single day, this can be the same as fromDateValue or omitted if the operator implies a single date. Expected format: YYYY-MM-DD.","type":"string","example":"2023-01-31","maxLength":60,"minLength":0}},"required":["fromDateValue"]},"InventoryFilterRequest":{"type":"object","properties":{"filterCriteria":{"description":"A map of filter criteria, where the key is a logical operator (AND, OR) and the value is a list of criteria definitions. This allows for building complex queries.","type":"object","example":{"AND":[{"fieldName":"name","operator":"CONTAINS","value":"Server"},{"fieldName":"status.key","operator":"EQUALS","value":"active"}]},"additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/CriteriaDefinition"}}},"searchText":{"description":"A simple text string to search across multiple relevant fields of an inventory item. Used for quick search functionality.","type":"string","example":"Mainframe Alpha"},"searchOnNumber":{"description":"Indicates if the searchText should specifically target numeric fields. Default is false.","type":"boolean","example":false,"default":"false"}}},"InventoriesPaginatedListResponseMeta":{"type":"object","properties":{"page":{"description":"Pagination information","$ref":"#/components/schemas/InventoriesPaginatedListResponsePage"}}},"InventoriesPaginatedListResponsePage":{"type":"object","properties":{"first":{"type":"boolean","example":true},"last":{"type":"boolean","example":true},"number":{"type":"integer","format":"int32","example":0},"size":{"type":"integer","format":"int32","example":20},"totalElements":{"type":"integer","format":"int64","example":1},"totalPages":{"type":"integer","format":"int32","example":1},"sort":{"description":"Sort information","type":"array","items":{"$ref":"#/components/schemas/InventoriesPaginatedListResponseSort"}}}},"InventoriesPaginatedListResponseSort":{"type":"object","properties":{"direction":{"type":"string","example":"ASC"},"property":{"type":"string","example":"name"}}},"VendorInventoriesPaginatedListResponse":{"type":"object","properties":{"data":{"description":"List of inventories","type":"array","items":{"$ref":"#/components/schemas/VendorInventory"}},"meta":{"description":"Response metadata","$ref":"#/components/schemas/InventoriesPaginatedListResponseMeta"}}},"AssetInventoriesPaginatedListResponse":{"type":"object","properties":{"data":{"description":"List of inventories","type":"array","items":{"$ref":"#/components/schemas/AssetInventory"}},"meta":{"description":"Response metadata","$ref":"#/components/schemas/InventoriesPaginatedListResponseMeta"}}},"EntityInventoriesPaginatedListResponse":{"type":"object","properties":{"data":{"description":"List of inventories","type":"array","items":{"$ref":"#/components/schemas/EntityInventory"}},"meta":{"description":"Response metadata","$ref":"#/components/schemas/InventoriesPaginatedListResponseMeta"}}},"InventoriesPaginatedListResponse":{"type":"object","properties":{"data":{"description":"List of inventories","type":"array","items":{"$ref":"#/components/schemas/Inventory"}},"meta":{"description":"Response metadata","$ref":"#/components/schemas/InventoriesPaginatedListResponseMeta"}}},"BasicInventoryFilterRequest":{"type":"object","properties":{"filters":{"description":"A list of criteria definitions to apply. All criteria in this list are typically combined with a logical AND.","type":"array","items":{"$ref":"#/components/schemas/CriteriaDefinition"},"example":[{"attributeKey":"name","operator":"CONTAINS","values":["Server"]},{"attributeKey":"status.key","operator":"EQUALS","values":["active"]}]}}},"KeyIdDto":{"type":"object","properties":{"businessKey":{"type":"string"},"inventoryId":{"type":"string","format":"uuid"}},"required":["businessKey"]},"BasicInventoryAttachmentRequest":{"type":"object","properties":{"AttachmentId":{"type":"string","format":"uuid","example":"c79fb1a9-9406-4e9b-bff7-c72e635ee82b"},"Description":{"type":"string","example":"Attachment Description"}},"required":["AttachmentId"]},"InventoryAssociationCreateRequest":{"type":"object","properties":{"relation":{"description":"The type of relationship between inventory records","type":"string","example":"JointControllerLinkType","enum":["ControllerLinkType","JointControllerLinkType","RelatedLinkType","RecipientOfSaleLinkType","SubProcessorLinkType","ProcessorLinkType","DestinationAccessLinkType","ProductOrServiceProviderLinkType","StorageProcessingLinkType","SourceCollectionLinkType"]},"id":{"description":"The unique identifier of the inventory record to link to","type":"string","format":"uuid","example":"d31425ae-1321-4738-bb76-bdca83c0944c"},"entityType":{"description":"The type of the inventory entity","type":"string","example":"vendors"}},"required":["id"]},"BaseInventoryAssociationDto":{"type":"object","properties":{"inventoryId":{"description":"The unique identifier of the linked inventory record","type":"string","format":"uuid","example":"9a7c3ec1-7830-4811-8563-36e0a093e7ae"},"inventoryAssociationId":{"description":"The unique identifier of the association between inventory records","type":"string","format":"uuid","example":"4374d5da-44ac-4308-a298-3efdb0f34ba4"}}},"PersonalDataLinkRequest":{"type":"object","properties":{"dataElement":{"description":"Reference to the data element to link","example":{"id":"11111111-1111-1111-1111-111111111111","value":"Email","valueKey":"email"},"$ref":"#/components/schemas/ObjectReference"},"dataCategory":{"description":"Reference to the data category to link","example":{"id":"22222222-2222-2222-2222-222222222222","value":"Contact Info","valueKey":"contact_info"},"$ref":"#/components/schemas/ObjectReference"},"dataSubjectType":{"description":"Reference to the data subject type to link","example":{"id":"33333333-3333-3333-3333-333333333333","value":"Customer","valueKey":"customer"},"$ref":"#/components/schemas/ObjectReference"},"linkAttributes":{"description":"Map of attribute names to their values for the link","type":"object","example":{"priority":[{"id":"7e9d5f2a-8b1c-4d3e-9f6a-1a2b3c4d5e6f","value":"High Risk","valueKey":"HIGH_RISK","colorCode":"#FF0000","selectionValue":"high"}]},"additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/InventoryValue"}}},"metadata":{"description":"List of metadata for the personal data link","type":"array","items":{"$ref":"#/components/schemas/PersonalDataMetadataRequest"},"example":{"fieldMetadataMapId":"123e4567-e89b-12d3-a456-426614174000","fieldName":"emailAddress","basePath":"/user/contact","subPath":"/email","fieldType":"String","fieldValue":"user@example.com","fieldDescription":"Primary email address of the user","fieldLabel":"Email Address","systemType":"CRM","recordCount":1500,"key":"email_key","metadataId":"987e6543-e21b-12d3-a456-426614174999","dataSourceId":"456e7890-e12b-12d3-a456-426614174abc"}},"dataClassifications":{"description":"List of data classifications for the personal data link","type":"array","items":{"$ref":"#/components/schemas/ObjectReference"},"example":[{"id":"44444444-4444-4444-4444-444444444444","value":"Confidential","valueKey":"confidential"}]},"associationId":{"description":"The unique identifier of the association","type":"string","format":"uuid","example":"4374d5da-44ac-4308-a298-3efdb0f34ba4"}}},"PersonalDataMetadataRequest":{"type":"object","properties":{"fieldMetadataMapId":{"type":"string","format":"uuid"},"fieldName":{"type":"string"},"basePath":{"type":"string"},"subPath":{"type":"string"},"fieldType":{"type":"string"},"fieldValue":{"type":"string"},"fieldDescription":{"type":"string"},"fieldLabel":{"type":"string"},"systemType":{"type":"string"},"recordCount":{"type":"integer","format":"int32"},"key":{"type":"string"},"metadataId":{"type":"string","format":"uuid"},"dataSourceId":{"type":"string","format":"uuid"}},"required":["fieldName","systemType"]},"DataSubjectResponse":{"type":"object","properties":{"id":{"description":"Unique identifier of the entity","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},"name":{"description":"Name of the entity","type":"string","example":"Financial Data"},"nameKey":{"description":"Translation key for the entity name","type":"string","example":"financial_data_name"},"description":{"description":"Description of the entity","type":"string","example":"Contains financial information of customers"},"descriptionKey":{"description":"Translation key for the entity description","type":"string","example":"financial_data_description"},"source":{"description":"Source of the data subject","type":"string","example":"SYSTEM","enum":["SYSTEM","USER","IMPORTED"]},"visible":{"type":"boolean"}},"required":["id","name","nameKey"]},"DataSubjectCreateUpdateRequest":{"type":"object","properties":{"value":{"description":"Name of the personal data entity","type":"string","example":"Financial Data","maxLength":400,"minLength":0},"description":{"description":"Description of the personal data entity","type":"string","example":"Contains financial information of customers","maxLength":2000,"minLength":0},"status":{"description":"Status of the personal data entity","type":"string","example":"Active","enum":["Active","Inactive","Draft"],"maxLength":50,"minLength":0},"termId":{"description":"ID of the associated term","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},"tagId":{"description":"ID of the associated tag","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}},"example":{"value":"Customer","description":"End user of the service","status":"Active"},"required":["value"]},"BasePersonalDataResponse":{"type":"object","properties":{"id":{"description":"Unique identifier of the entity","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},"name":{"description":"Name of the entity","type":"string","example":"Financial Data"},"nameKey":{"description":"Translation key for the entity name","type":"string","example":"financial_data_name"},"description":{"description":"Description of the entity","type":"string","example":"Contains financial information of customers"},"descriptionKey":{"description":"Translation key for the entity description","type":"string","example":"financial_data_description"}},"required":["id","name","nameKey"]},"DataCategoryResponse":{"type":"object","properties":{"id":{"description":"Unique identifier of the entity","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},"name":{"description":"Name of the entity","type":"string","example":"Financial Data"},"nameKey":{"description":"Translation key for the entity name","type":"string","example":"financial_data_name"},"description":{"description":"Description of the entity","type":"string","example":"Contains financial information of customers"},"descriptionKey":{"description":"Translation key for the entity description","type":"string","example":"financial_data_description"},"source":{"description":"Source of the data category","type":"string","example":"SYSTEM","enum":["SYSTEM","USER","IMPORTED"]}},"required":["id","name","nameKey"]},"DataClassificationResponse":{"type":"object","properties":{"id":{"description":"Unique identifier of the entity","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},"name":{"description":"Name of the entity","type":"string","example":"Financial Data"},"nameKey":{"description":"Translation key for the entity name","type":"string","example":"financial_data_name"},"description":{"description":"Description of the entity","type":"string","example":"Contains financial information of customers"},"descriptionKey":{"description":"Translation key for the entity description","type":"string","example":"financial_data_description"},"source":{"description":"Source of the data classification","type":"string","example":"SYSTEM","enum":["SYSTEM","USER","IMPORTED"]}},"required":["id","name","nameKey"]},"DataElementDetailedResponse":{"type":"object","properties":{"id":{"description":"Unique identifier of the entity","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},"name":{"description":"Name of the entity","type":"string","example":"Financial Data"},"nameKey":{"description":"Translation key for the entity name","type":"string","example":"financial_data_name"},"description":{"description":"Description of the entity","type":"string","example":"Contains financial information of customers"},"descriptionKey":{"description":"Translation key for the entity description","type":"string","example":"financial_data_description"},"source":{"description":"Source of the data element","type":"string","example":"SYSTEM","enum":["SYSTEM","USER","IMPORTED"]},"status":{"description":"Status of the data element","type":"string","example":"Active","enum":["Active","Inactive","Draft"]},"dataSubjectTypes":{"description":"List of data subject types associated with this data element","type":"array","items":{"$ref":"#/components/schemas/BasePersonalDataResponse"}},"categories":{"description":"List of data categories associated with this data element","type":"array","items":{"$ref":"#/components/schemas/DataCategoryResponse"}},"classifications":{"description":"List of data classifications associated with this data element","type":"array","items":{"$ref":"#/components/schemas/DataClassificationResponse"}},"visible":{"type":"boolean"}},"required":["categories","id","name","nameKey"]},"DataElementCreateRequest":{"type":"object","properties":{"value":{"description":"Name of the personal data entity","type":"string","example":"Financial Data","maxLength":400,"minLength":0},"description":{"description":"Description of the personal data entity","type":"string","example":"Contains financial information of customers","maxLength":2000,"minLength":0},"status":{"description":"Status of the personal data entity","type":"string","example":"Active","enum":["Active","Inactive","Draft"],"maxLength":50,"minLength":0},"termId":{"description":"ID of the associated term","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},"tagId":{"description":"ID of the associated tag","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},"categories":{"description":"List of data categories to associate with the data element","type":"array","items":{"$ref":"#/components/schemas/ObjectReference"},"minItems":1},"classifications":{"description":"List of data classifications to associate with the data element","type":"array","items":{"$ref":"#/components/schemas/ObjectReference"}},"subjects":{"description":"List of data subjects to associate with the data element","type":"array","items":{"$ref":"#/components/schemas/ObjectReference"}},"assignToAllSubjects":{"description":"Flag indicating whether to assign the data element to all subjects","type":"boolean","default":"false"}},"example":{"value":"Email Address","description":"Customer email address","categories":[{"id":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}]},"required":["categories","value"]},"DataClassificationCreateUpdateRequest":{"type":"object","properties":{"value":{"description":"Name of the personal data entity","type":"string","example":"Financial Data","maxLength":400,"minLength":0},"description":{"description":"Description of the personal data entity","type":"string","example":"Contains financial information of customers","maxLength":2000,"minLength":0},"status":{"description":"Status of the personal data entity","type":"string","example":"Active","enum":["Active","Inactive","Draft"],"maxLength":50,"minLength":0},"termId":{"description":"ID of the associated term","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},"tagId":{"description":"ID of the associated tag","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}},"example":{"value":"Sensitive","description":"Classification for sensitive information","status":"Active"},"required":["value"]},"DataCategoryCreateUpdateRequest":{"type":"object","properties":{"value":{"description":"Name of the personal data entity","type":"string","example":"Financial Data","maxLength":400,"minLength":0},"description":{"description":"Description of the personal data entity","type":"string","example":"Contains financial information of customers","maxLength":2000,"minLength":0},"status":{"description":"Status of the personal data entity","type":"string","example":"Active","enum":["Active","Inactive","Draft"],"maxLength":50,"minLength":0},"termId":{"description":"ID of the associated term","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"},"tagId":{"description":"ID of the associated tag","type":"string","format":"uuid","example":"43fd3a8d-3f6b-464e-bf43-3f0c6c592442"}},"example":{"value":"Financial Data","description":"Category for financial information","status":"Active"},"required":["value"]},"VendorSearchResult":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"website":{"type":"string"},"matchType":{"type":"string","enum":["NAME","WEBSITE","BOTH","NONE"]},"vendorUrl":{"type":"string"}}},"SchemaSummaryDto":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"nameKey":{"type":"string"},"uri":{"type":"string"}}},"AttributeDetailResponse":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string","maxLength":2000,"minLength":0},"fieldName":{"type":"string","maxLength":100,"minLength":0},"nameKey":{"description":"Key used for name translation","type":"string","example":"VendorsName"},"description":{"description":"Description of the attribute","type":"string","example":"Name of the vendor"},"descriptionKey":{"description":"Key used for description translation","type":"string","example":"VendorsNameDesc"},"required":{"description":"Flag indicating if the attribute is required","type":"boolean","example":true},"status":{"description":"Status of the attribute","type":"string","example":"enabled","enum":["enabled","disabled"]},"attributeType":{"description":"Type of the attribute","type":"string","example":"none","enum":["none","users","locations","organizations","vendors","assets","entities","processing-activities","statuses"]},"responseType":{"description":"Response type of the attribute","type":"string","example":"single-select","enum":["text","date","single-select","multi-select","numerical-text","numerical-single-select","score","formula"]},"readOnly":{"description":"Flag indicating if the attribute is read-only","type":"boolean","example":false},"seeded":{"description":"Flag indicating if the attribute is seeded (system-provided)","type":"boolean","example":true},"hiddenAtInventory":{"description":"Flag indicating if the attribute is hidden at inventory detail view","type":"boolean","example":false},"trackedAtRelatedInventoryType":{"description":"Related inventory type where this attribute is tracked","type":"string","example":"vendors"},"source":{"description":"Source of the attribute","type":"string","example":"System","enum":["System","Custom","Vendorpedia"]},"dataSource":{"description":"Data source information for the attribute","$ref":"#/components/schemas/AttributeDataSourceDto"},"formula":{"description":"Formula expression for formula-type attributes","type":"string","example":"sum(Assets:customField1044,Entities:customField1001)"},"schemaName":{"description":"Name of the schema this attribute belongs to","type":"string","example":"Vendors"},"hidden":{"description":"Flag indicating if the attribute is hidden","type":"boolean","example":false},"allowLabels":{"description":"Flag indicating if the attribute allows labels","type":"boolean","example":false},"intakeQuestionKey":{"description":"Key for the intake question","type":"string","example":"VendorsIntakeQuestion1"},"intakeQuestion":{"description":"Intake question details","$ref":"#/components/schemas/IntakeQuestion"},"validationRuleId":{"description":"ID of the validation rule applied to this attribute","type":"string","example":"f17a3b03-62da-4448-b3bb-e56d4a2291c2"},"abacBasicAssignmentInfo":{"description":"Assignments for the Attribute","$ref":"#/components/schemas/AbacAssignmentAssociation"},"systemManaged":{"description":"Flag indicating if the attribute is system-managed and cannot be modified","type":"boolean","example":false},"allowOther":{"type":"boolean"},"values":{"type":"array","items":{"$ref":"#/components/schemas/AttributeValueResponse"}},"autoUpdate":{"type":"boolean"},"attributeLaws":{"type":"array","items":{"$ref":"#/components/schemas/KeyNameDto"}},"responseSubType":{"description":"Sub-type of the response","type":"string","example":"Standard","enum":["Standard","Formula","Matrix","RollUp"]},"associatedAttributes":{"description":"List of associated attributes","type":"array","items":{"$ref":"#/components/schemas/AssociatedAttributeResponse"}}}},"OneTrustResponseListDataSubjectResponse":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/DataSubjectResponse"}},"errors":{"type":"array","items":{"type":"object"}},"meta":{"$ref":"#/components/schemas/OneTrustMetadata"}}},"OneTrustResponseListDataCategoryResponse":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/DataCategoryResponse"}},"errors":{"type":"array","items":{"type":"object"}},"meta":{"$ref":"#/components/schemas/OneTrustMetadata"}}},"InventoryAssociationRemoveRequest":{"type":"object","properties":{"inventoryAssociationId":{"description":"The unique identifier of the association to remove","type":"string","format":"uuid","example":"d31425ae-1321-4738-bb76-bdca83c0944c"}},"required":["inventoryAssociationId"]}},"securitySchemes":{"OAUTH2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://{hostname}/api/access/v1/oauth/token","scopes":{"INVENTORY":"Inventory Scope gives the user access to read/write operations","INVENTORY_READ":"Inventory Read Scope gives the user read-only access","INVENTORY_WRITE":"Inventory Write Scope gives the user write access"}}}}}}}