get https://{baseUrl}/api/comments/getAllByPart////
Used by the workbench
Log in to see full request history
Response
Used by the workbench
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/comments/getAllByPart/intParentID/strModule/strType/strPart \
--header 'accept: application/json'
xxxxxxxxxx
14[
{
"name": "string",
"avatar": "string",
"id": 0,
"userId": "string",
"comment": "string",
"commentDate": "2025-04-18T02:23:38.574Z",
"parentID": 0,
"parentModule": "string",
"partId": "string",
"partType": "string"
}
]