GET v1/issues/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IssueOutModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| idPerCompany | integer |
None. |
|
| issueTitle | string |
None. |
|
| groupTitle | string |
None. |
|
| ownerName | string |
None. |
|
| lastOwnerName | string |
None. |
|
| lastUpdate | date |
None. |
|
| isFavorite | boolean |
None. |
|
| attachmentsCount | integer |
None. |
|
| projectName | string |
None. |
|
| statusName | string |
None. |
|
| priorityName | string |
None. |
|
| subIssuesCount | integer |
None. |
|
| subIssues | Collection of IssueOutModel |
None. |
|
| contactsCount | integer |
None. |
|
| contacts |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/vnd.team.do+json
Sample:
Sample not available.