GET v1/Issue/{issueKey}/Spread/{spread}/Pages
This will return a single issue matching the IssueKey provided.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| issueKey |
The identifier for the issue you want |
integer |
Required |
| spread | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 with Issue if found, HTTP 404 Otherwise
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>