get https://{baseUrl}/api/relationships/filterRelationshipByParent///////
Used for sorting, paging, and searching
Log in to see full request history
Response
Used for sorting, paging, and searching
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/relationships/filterRelationshipByParent/intID/strModule/strSearch/strSortBy/strDirection/intPage/intPageSize \
--header 'accept: application/json'
xxxxxxxxxx
23{
"totalItems": 0,
"items": [
{
"id": 0,
"uuid": "string",
"baseModule": "string",
"baseId": 0,
"relatedModule": "string",
"relatedId": 0,
"relatedTitle": "string",
"relationshipType": "string",
"description": "string",
"baseTitle": "string",
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-12T12:52:19.512Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-12T12:52:19.512Z"
}
]
}