Skip to content

Project List

GET
/v1/Projects

List projects with an optional filter

Parameters

Query Parameters

$filterstring

Generic OData filtering. See documentation

Example name eq 'hello'

Responses

OK

application/json
JSON
[
{
"id": 0,
"projectNumber": "string",
"status": "string",
"externalId": "string",
"name": "string",
"description": "string",
"customerNumber": "string",
"customerName": "string",
"createdDate": "string",
"startDate": "string",
"endDate": "string"
}
]