get https://{hostname}/api/issue-management/v1/attributes
Use this API to retrieve the attribute schema for the specified attribute type.
Responses
400Bad Request
401Unauthorized
403Forbidden
500Internal Server Error
🚧 API Specification Update in Progress: We're migrating our APIs from Swagger 2.0 to OpenAPI 3.1.0. This upgrade brings improved compatibility, flexibility, and support for modern API standards. For more information, see OneTrust API Migration to OpenAPI 3.1.0.
Use this API to retrieve the attribute schema for the specified attribute type.
400Bad Request
401Unauthorized
403Forbidden
500Internal Server Error
xxxxxxxxxx
curl --request GET \
--url 'https://hostname/api/issue-management/v1/attributes?schemaName=Issue' \
--header 'accept: application/json'