Get line record discussion
Testing
Get line record discussion
Request Code Samples
curl --location --request GET 'https://api.mingdao.com/v3/app/worksheets//rows//discussions?pageIndex&pageSize&search&onlyWithAttachments' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'
Responses
application/json {
"data": {
"discussions": [
{
"id": "187f3fd4-411d-42fe-8bd0-2af79d35807b",
"message": "?",
"_createdAt": "2025-07-15 22:28:21",
"_createdBy": {
"id": "e2453de8-1a6a-4d4f-ba36-87fdff880a20",
"name": "Bu Jiafei",
"avatar": "https://dn-mdpic.mingdao.com/UserAvatar/fUdk9QeS4D2QcJ3edmfrdP6ydYadd4fy8ZdDaJbNdr8Sdq151MbW7oeZ8ld7194Z.png?imageView2/1/w/48/h/48/q/90",
"isPortal": false,
"status": 1
},
"replyToAuthor": {
"id": "e2453de8-1a6a-4d4f-ba36-87fdff880a20",
"name": "Bu Jiafei",
"avatar": "https://dn-mdpic.mingdao.com/UserAvatar/fUdk9QeS4D2QcJ3edmfrdP6ydYadd4fy8ZdDaJbNdr8Sdq151MbW7oeZ8ld7194Z.png?imageView2/1/w/48/h/48/q/90",
"isPortal": false,
"status": 1
},
"replyToId": [],
"attachments": [
{
"originalFilename": "file name",
"ext": "file type",
"filesize": "file size",
"downloadUrl": "download address"
}
]
}
]
},
"success": true
}
Modified at 2025-08-21 09:35:00