get https://{baseUrl}/api/riskissuemapping/filterRiskIssueMappings/////
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/riskissuemapping/filterRiskIssueMappings/intRisk/intIssues/strSearch/intPage/intPageSize \
--header 'accept: application/json'
xxxxxxxxxx
17{
"totalItems": 0,
"items": [
{
"id": 0,
"uuid": "string",
"riskId": 0,
"issueId": 0,
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-11T23:04:22.818Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-11T23:04:22.818Z"
}
]
}