v1

latestSwagger 2.02026-08-06132035.3 KB
Issues

Issues Search

Issues Search

post/issues/search

Request body

createdByIdstring
isFinalboolean
limitinteger
pageinteger
prioritystring[]
severitystring[]
sortstring
statusstring[]
textstring
typestring[]

Example request

{
  "createdById": "the id of the user",
  "limit": 20,
  "page": 1,
  "priority": [
    "array of priority codes"
  ],
  "severity": [
    "array of severity codes"
  ],
  "sort": "-created_at",
  "status": [
    "array of status codes"
  ],
  "text": "string inside title or description",
  "type": [
    "array of type codes"
  ]
}

Response

OK