Get issues
Returns issues visible to the effective user. Use project_id to scope the search and
filter_id for a built-in or saved filter. Results are paginated; omit select to use
the default issue fields.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
project_id
|
query | integer |
e.g. 1
|
filter_id
|
query | string |
|
page_size
|
query | integer |
|
page
|
query | integer |
e.g. 1
|
select
|
query | string |
e.g. id,summary,description
|
Responses
-
200
Success
X-Mantis-UsernameX-Mantis-LoginMethodX-Mantis-Version - 400 Bad Request
- 404 Entity not found
curl -X GET \
-H "Authorization: Bearer $MANTIS_TOKEN" \
https://yourmantishubname.mantishub.io/api/rest/issues