Save Testing Tool Peritem
Request
Body Params application/json
{
"blockPageItemId": "6e097159-e3d3-40cb-88eb-b6d6ff71e3e6",
"textAnswer": "",
"rowStatements": [],
"choices": [],
"groups": [
{
"groupsId": "a4f09ee0-b682-4647-848b-86e06587fc25",
"groupsStatement": 1,
"rowStatementId": [
"75db1cfc-f608-44bf-bfc8-621604fdb8a3"
]
},
{
"groupsId": "129016a5-76fe-40f7-9108-157c1d922e7e",
"groupsStatement": 1,
"rowStatementId": [
"9e699546-749b-48b1-8de8-22e51582d2b6"
]
},
{
"groupsId": "1db79cc5-3636-4756-93f1-b5b0b44ebbfc",
"groupsStatement": 1,
"rowStatementId": []
},
{
"groupsId": "e797f826-57e4-42b2-9769-4204f72fa877",
"groupsStatement": 1,
"rowStatementId": []
}
],
"sideBysides": [],
"isEmpty": false
}
Request Code Samples
curl --location --request PUT 'http://localhost:8082/rest/web/secured/tool-set/save-testing-tool-item?participantId=f2bfcd02-1e8b-475f-8f1a-1261cf30bf17' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"blockPageItemId": "6e097159-e3d3-40cb-88eb-b6d6ff71e3e6",
"textAnswer": "",
"rowStatements": [],
"choices": [],
"groups": [
{
"groupsId": "a4f09ee0-b682-4647-848b-86e06587fc25",
"groupsStatement": 1,
"rowStatementId": [
"75db1cfc-f608-44bf-bfc8-621604fdb8a3"
]
},
{
"groupsId": "129016a5-76fe-40f7-9108-157c1d922e7e",
"groupsStatement": 1,
"rowStatementId": [
"9e699546-749b-48b1-8de8-22e51582d2b6"
]
},
{
"groupsId": "1db79cc5-3636-4756-93f1-b5b0b44ebbfc",
"groupsStatement": 1,
"rowStatementId": []
},
{
"groupsId": "e797f826-57e4-42b2-9769-4204f72fa877",
"groupsStatement": 1,
"rowStatementId": []
}
],
"sideBysides": [],
"isEmpty": false
}'
Responses
application/json Modified at 2024-03-06 02:01:11