Epic Filter Options
GET
/epic/filter-optionsRequest
Query Params
projectId
integer <int64>
required
Project ID
Example:
1
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
owner
array [object {2}]
optional
Owner Options
name
string
optional
Owner Name
id
integer <int64>
optional
Owner ID
status
array [object {2}]
optional
Status Options
name
string
optional
Status Name
id
integer <int64>
optional
Status ID
Example
{
"code": "0",
"data": {
"owner": [
{
"name": "yyy",
"id": 2
}
],
"status": [
{
"name": "xxx",
"id": 1
}
]
}
}
Last modified: 6 months ago