- 🐶 Walk through Apidog
- Web
- Secured
- Open
- Testing Tool
- Openlink
- Log
- Toolset
- Save Testing Tool Item
- Toolset Timer
- Toolset Timer Toolset Component
- Get Toolset
- Get Batch Info
- Get Blockscreen
- Toolset Language
- Inform Consent
- Get Image
- Get File
- Get Profile
- Save Proctoring Open
- Open Simulation Answer
- Pentest GBA
- Upload Self Interview
- Upload Multimedia
- User Home Dashboard
- Open Dashboard
- Auth
- Color Theme
- Admin
- Secured
- Menu
- Report
- Master Aggregate Matriks (SAAS)
- Master Aggregate Matriks Dimension
- Report Master Aggregate
- Master Recommendation Formula
- Master Client Recom Formula
- Report List Batch Info
- Report List By Batch Id
- Report List By Project Id
- Report List Participant Individual By Project
- Report B2C List Participant Individual By Project
- Report List Participant Individual By Batch
- Download Template Excel Participant
- Download Template Excel Employee
- Export Engauge Link
- Project Info
- Report Bridge Tool Component Master Data CORE V2
- Report Bridge Tool Component Master Data DIVE V2
- Report Bridge Tool Component Master Data MOVE
- Report Bridge Tool Component Master Data MOVE V2
- Report Bridge Tool Component Master Data DISC
- Report Bridge Tool Component Master Data KOLB
- Report Bridge Tool Component Master Data AIMI
- Report Bridge Tool Component Master Data STI
- Report Bridge Tool Component Master Data Digital Sprint
- Report Bridge Tool Component Master Data Echo
- Report Ref Group Result Find All
- Participant
- Matriks Menu
- Tool Component
- Cluster
- Tool Component Folder
- Tool Set Folder
- Get All Tool ComponentGET
- Get Tool ComponentGET
- Get Tool Component Point SettingGET
- Block Find By Tool ComponentGET
- Preview Tool ComponentGET
- Get Tool SetGET
- Get Tool Set ListGET
- Get Tool Set DetailGET
- Preview Tool SetGET
- Tool Set By IdGET
- Get FactsheetGET
- Get BlockGET
- Update ItemPUT
- Add Tool ComponentPOST
- Add PagePOST
- Duplicate Tool ComponentPOST
- Add AudiorecPOST
- Update Fields BipolarPUT
- Update Constant SumPUT
- Update Field FormsPUT
- Update Field RTEPUT
- Update Fields DropdownPUT
- Update Drag And DropPUT
- Update Multiple Choice ItemPUT
- Update Audio RecPUT
- Delete ToolsetDELETE
- Upload FilePOST
- Openlink Delivery
- Batch Project
- List Batch
- List Batch By Type
- List Batch By Company Id
- List Batch Openlink
- List Batch B2C
- List Batch B2C Participants
- List Batch Report
- Project Info
- Project Info B2C
- Batch Info B2C
- Project By Participant
- List Toolset
- Batch Find By Id
- Project Find By Id
- Get Level List
- Get Level Detail
- Add Batch
- Add Batch Open Link
- Edit Batch Open Link
- Edit Batch
- Delete Batch
- Recruitment Request
- App Config
- Email
- Admin Client Company
- Get All
- Get All By Company
- Client Company List
- Client Company List Subscription
- Get Client Company By Id
- Find Client Company
- Get Batch Info
- Get Client Company Batch Find All
- Get Client Company Batch Auto Authentication
- Get Employees for selection
- Add Admin Client
- Add Admin Client 2
- Add Client Partition
- Client Company Update
- Get Ref Theme Colors
- Email Template
- Subscription
- Dashboard
- Employee
- Rater
- Company
- Download Upload List
- Recruitment Master
- Client Setup
- Participant Interview
- Blockscreen
- Group Interview
- User Role
- Dimension
- Recommendation
- Key Actions
- Tool Folder
- Personality Traits
- Cutting Point
- proctoring download
- Ref
- ToolSet
- Project Manager Company
- Open
- Report
- Gateway Process
- Digital Sprint
- Matriks Menu
- DISC
- General Report
- Raw Data Report
- Project Info
- Individual Report Cognitive
- Get Download Report
- Report Master Aggregate
- Get Download Report By Batch
- Get Download Report Aggregate Excel
- Export PTM Individual
- Export PTM Individual Zip PDF
- Export PTM Individual Pdf
- Get Download Report Gba
- Batch Info
- New Request
- Game Based Assesment
- Web Participant
- Login WebPOST
- Login Open Api (SAAS)POST
- Login WebGET
- Login Web CopyGET
- Login OpenlinkPOST
- Login 1POST
- Login StagingPOST
- Login SAASPOST
- Login odsPOST
- Login ProdPOST
- Login Prod SAASPOST
- Login ExternalPOST
- Login 2GET
- Refresh tokenPOST
- Refresh CacheGET
- Refresh token odsPOST
- Refresh token GbaPOST
- Test S3GET
- Test S3 ProdGET
Update Drag And Drop
PUT
/rest/admin/secured/item/drag-and-drop/update
Request
Header Params
Authorization
string
required
Example:
Bearer {{access_token}}
Body Params application/json
array of:
blockPageId
string
optional
componentTypeId
string
optional
blockPageItemId
string
optional
blockPageItemContent
null
optional
blockPageItemContentEnText
null
optional
blockPageItemName
string
optional
isMandatory
boolean
optional
rowStatements
integer
optional
dragdropGroupStatements
integer
optional
dragdropAddValidation
integer
optional
group
array [object {4}]
optional
maxStatements
integer
required
minStatements
integer
required
groupsName
string
required
groupsNameEnText
null
required
row
array [object {2}]
optional
rowStatementName
string
required
rowStatementNameEnText
null
required
Example
[
{
"blockPageId": "b2065a3f-208c-4eed-8c8c-cce21159704f",
"componentTypeId": "DRAGDROP",
"blockPageItemId": "c36a20d2-cf21-400d-b2a3-3005cbe08f77",
"blockPageItemContent": null,
"blockPageItemContentEnText": null,
"blockPageItemName": "Item 1",
"isMandatory": false,
"rowStatements": 3,
"dragdropGroupStatements": 3,
"dragdropAddValidation": 0,
"group": [
{
"maxStatements": 3,
"minStatements": 1,
"groupsName": "",
"groupsNameEnText": null
},
{
"maxStatements": 5,
"minStatements": 2,
"groupsName": "",
"groupsNameEnText": null
},
{
"maxStatements": 10,
"minStatements": 5,
"groupsName": "",
"groupsNameEnText": null
}
],
"row": [
{
"rowStatementName": "",
"rowStatementNameEnText": null
},
{
"rowStatementName": "",
"rowStatementNameEnText": null
},
{
"rowStatementName": "",
"rowStatementNameEnText": null
}
]
}
]
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:8082/rest/admin/secured/item/drag-and-drop/update' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"blockPageId": "b2065a3f-208c-4eed-8c8c-cce21159704f",
"componentTypeId": "DRAGDROP",
"blockPageItemId": "c36a20d2-cf21-400d-b2a3-3005cbe08f77",
"blockPageItemContent": null,
"blockPageItemContentEnText": null,
"blockPageItemName": "Item 1",
"isMandatory": false,
"rowStatements": 3,
"dragdropGroupStatements": 3,
"dragdropAddValidation": 0,
"group": [
{
"maxStatements": 3,
"minStatements": 1,
"groupsName": "",
"groupsNameEnText": null
},
{
"maxStatements": 5,
"minStatements": 2,
"groupsName": "",
"groupsNameEnText": null
},
{
"maxStatements": 10,
"minStatements": 5,
"groupsName": "",
"groupsNameEnText": null
}
],
"row": [
{
"rowStatementName": "",
"rowStatementNameEnText": null
},
{
"rowStatementName": "",
"rowStatementNameEnText": null
},
{
"rowStatementName": "",
"rowStatementNameEnText": null
}
]
}
]'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-03-06 02:01:11