get https://{baseUrl}/api/threatModels/queryByCustomField//
Used for programmatic queries
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Used for programmatic queries
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/threatModels/queryByCustomField/strFieldName/strValue \
--header 'accept: application/json'
xxxxxxxxxx
21[
{
"owner": "string",
"createdBy": "string",
"lastUpdatedBy": "string",
"id": 0,
"isPublic": true,
"uuid": "string",
"title": "string",
"ownerId": "string",
"description": "string",
"sourceLink": "string",
"source": "string",
"datePublished": "2025-04-17T15:49:41.541Z",
"createdById": "string",
"dateCreated": "2025-04-17T15:49:41.541Z",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-17T15:49:41.541Z",
"parentRiskModelId": 0
}
]