Skip to content

3C Items

GET
/v1/ThreeC/{boardId}/items

Fetches a paged list of ThreeC items for a specified board

Parameters

Path Parameters

boardId*integer

The ID of the ThreeC board.

Example 1

Query Parameters

$filterstring

Optional OData filter string to filter the results.

Responses

OK

application/json
JSON
{
"total": 0,
"page": 0,
"values": [
{
"id": 0,
"createdDate": "string",
"responsibleUser": "string",
"concern": "string",
"cause": "string",
"counterMeasure": "string",
"responsibleUserId": "string",
"dueDate": "string",
"pdca": "string"
}
]
}