cURL
curl --request GET \ --url https://api.example.com/api/Compliance/Items
[ { "id": 123, "name": "<string>", "statusID": 0, "statusName": "<string>", "typeID": 1, "typeName": "<string>", "scopeID": 1, "scopeName": "<string>", "documentRequirementID": 1, "documentRequirementName": "<string>" } ]
Returns a List of all Compliance Items.
OK
0
1
2
3
Was this page helpful?