Views

GET /pages/issues/view/{issue_id} #

Get Issue View Page

Parameters

Name In Type Description
issue_id required path integer The issue ID e.g. 123

Responses

  • 200 Success X-Mantis-Username X-Mantis-LoginMethod X-Mantis-Version
  • 400 Bad Request
  • 404 Entity not found
cURL
curl -X GET \
  -H "Authorization: Bearer $MANTIS_TOKEN" \
  https://yourmantishubname.mantishub.io/api/rest/pages/issues/view/123