get https://{baseUrl}/api/filetags/getList
Used by FedRAMP for file tagging
Log in to see full request history
Response
Used by FedRAMP for file tagging
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/filetags/getList \
--header 'accept: application/json'
xxxxxxxxxx
16[
{
"id": 0,
"isPublic": true,
"uuid": "string",
"title": "string",
"tagType": "string",
"oscalRequired": true,
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-17T11:08:46.163Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-17T11:08:46.163Z"
}
]