get https://{baseUrl}/api/riskthreatmapping/filterRiskThreatMappings/////
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/riskthreatmapping/filterRiskThreatMappings/intRisk/intThreat/strSearch/intPage/intPageSize \
--header 'accept: application/json'
xxxxxxxxxx
17{
"totalItems": 0,
"items": [
{
"id": 0,
"uuid": "string",
"riskId": 0,
"threatId": 0,
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-12T16:42:07.027Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-12T16:42:07.027Z"
}
]
}