get https://{baseUrl}/api/links/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/links/getAllByPart/intParentID/strModule/strType/strPart \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"createdBy": "string",
"lastUpdatedBy": "string",
"id": 0,
"createdById": "string",
"dateCreated": "2025-04-18T01:30:11.014Z",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-18T01:30:11.014Z",
"isPublic": true,
"url": "string",
"title": "string",
"externalId": "string",
"otherAttributes": "string",
"parentID": 0,
"parentModule": "string",
"partId": "string",
"partType": "string"
}
]