get https://{baseUrl}/api/assessmentplans/queryByCustomField//
Used for programmatic queries
Log in to see full request history
Response
Used for programmatic queries
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/assessmentplans/queryByCustomField/strFieldName/strValue \
--header 'accept: application/json'
xxxxxxxxxx
18[
{
"planOwner": "string",
"createdBy": "string",
"lastUpdatedBy": "string",
"id": 0,
"isPublic": true,
"uuid": "string",
"planOwnerId": "string",
"title": "string",
"functionalArea": "string",
"description": "string",
"createdById": "string",
"dateCreated": "2025-04-17T23:54:05.251Z",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-17T23:54:05.251Z"
}
]