3C Details
GET
/v1/ThreeC/{itemId}
Retrieves a specific ThreeC item by its unique identifier
Parameters
Path Parameters
itemId*integer
The unique identifier of the ThreeC item to retrieve.
Responses
OK
application/json
JSON
{
"id": 0,
"createdDate": "string",
"responsibleUser": "string",
"concern": "string",
"cause": "string",
"counterMeasure": "string",
"responsibleUserId": "string",
"dueDate": "string",
"pdca": "string"
}
GET
/v1/ThreeC/{itemId}