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