...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | ASA2SxZGgEWiNl525Vyqzw== | |
IssueOwnerIdentity | No | This is a filter that narrows down the result set and results to only include project issues with this owner will be includedowned by the specified user. | |||
LimitToClosedIssuesFlag | Boolean | No | false | If set to 'true', only closed issues will be included in the result set. | false |
LimitToLateIssuesFlag | Boolean | No | false | If set to 'true', only late issues will be included in the result set. | false |
LimitToOpenIssuesFlag | Boolean | No | false | If set to 'true', only open issues will be included in the result set. | false |
MaxPriority | String (1) | No | This is a filter that narrows down the result set and results to only include project issues at or below this value will be includedthe specified priority. 'L' for low 'M' for medium 'H' for high | H | |
MinPriority | String (1) | No | This is a filter that narrows down the result set and results to only include project issues at or above this value will be includedthe specified priority. 'L' for low 'M' for medium 'H' for high | M | |
ProjectIdentity | Yes | The identity of the project that we are retrieving issues fromfor. Click here for more information. | |||
ProjectIssueCategoryIdentity | No | This is a filter that narrows down the result set. Only results to only include project issues that matches this category will be includedare assigned the specified category. Click here for more information. | |||
ProjectIssueIdentity | No | The unique keys used to identify the project issue to be retrieved. Click here for more information. Can be used to retrieve a specific issue. Note the issue must also meet any other specified criteria to be included in the results. | |||
ProjectIssueStatusIdentity | No | This is a filter that narrows down the result set. Only results to only include project issues that matches this status will be includedhave the specified status. Click here for more information. |
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. | ||
ResponseId | Int32 | Click here for more information. | 0 |
Status | Result of this request. Click here for more information. | Ok | |
ServerTimestampUtc | DateTime | This is the UTC time when request completes. Click here for more information. | 2018-02-06T20:34:17.3332354Z |
ProjectIssues | The structure that contains the complete set of information of a project issue. Click here for more information. | ||
ProjectUsers | This is intended to be a list of likely issue owners for issues on the project. The list includes project effective resources, PM team members, client users and existing issue owners. Click here for more information. Note that any Projector users can own issues, regardless of whether they appear in this list or not. | ||
CanAddDocumentsFlag | Boolean | If it is 'true', the document storage module is enabledissues can accept attachments. | true |
Response Usage Example(s)
...