Skip to content

Improvements List

GET
/v1/Improvements

List Improvements with an optional filter

Parameters

Query Parameters

$filterstring

Generic OData filtering. See documentation

Example status eq 'Implemented'

Responses

OK

application/json
JSON
{
"total": 0,
"page": 0,
"values": [
{
"id": 0,
"status": "string",
"priorityStatus": "string",
"groupId": 0,
"group": "string",
"text": "string",
"title": "string",
"categoryId": 0,
"category": "string",
"projectId": 0,
"project": "string",
"lastModified": "string",
"lastModifiedByUserId": "string",
"suggestedByUserId": "string",
"suggestedBy": "string",
"suggestionDate": "string",
"dueDate": "string",
"plannedDate": "string",
"inProgressDate": "string",
"implementedDate": "string",
"evaluatedDate": "string",
"archivedDate": "string",
"responsibleUserId": "string",
"responsibleUser": "string",
"responsibleDisplayName": "string",
"attachmentCount": 0,
"actionListCount": 0,
"commentCount": 0,
"likeCount": 0,
"externalId": "string",
"costOfInvestment": 0,
"gainOfInvestment": 0,
"costOfInvestmentHours": 0,
"gainOfInvestmentHours": 0,
"estimatedCostOfInvestment": 0,
"estimatedGainOfInvestment": 0,
"estimatedCostOfInvestmentHours": 0,
"estimatedGainOfInvestmentHours": 0,
"evaluationStatus": "string",
"evaluationText": "string"
}
]
}