Use this API to retrieve the metadata for custom attributes of a case resource.
OK
No content to return
Bad Request message
Unauthorized
Not Acceptable
Internal server error
{- "attribute": [
- {
- "dataSize": 9,
- "dataType": "integer",
- "name": "duration",
- "custom": true
}, - {
- "dataSize": 1024,
- "dataType": "string",
- "name": "priorcaselist",
- "custom": true
}, - {
- "dataSize": 255,
- "dataType": "stringList",
- "options": {
- "option": [
- {
- "value": "1",
- "displayValue": "Electrical"
}, - {
- "value": "2",
- "displayValue": "Mechanical",
- "default": true
}, - {
- "value": "3",
- "displayValue": "Body"
}
], - "multiSelect": false
}, - "name": "issuetype",
- "custom": true
}, - {
- "dataSize": 25,
- "dataType": "datetime",
- "name": "startDate",
- "custom": true
}
], - "resource": "case"
}