Get Trash Select Option List(The free version does not support)
POST
/issue/trash-select-optionsRequest
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Body Params application/json
object {0}
Example
{}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
deleteByOptionList
array [object {2}]
optional
Delete User List
name
string
optional
Option Name
value
object
optional
Option Value
projectOptionList
array [object {2}]
optional
Project List
name
string
optional
Option Name
value
object
optional
Option Value
Example
{
"code": "0",
"data": {
"deleteByOptionList": [
{
"name": "xxx",
"value": 1
}
],
"projectOptionList": [
{
"name": "xxx",
"value": 1
}
]
}
}
Last modified: 7 months ago