Skip to main content
GET
/
api
/
Compliance
/
Items
Get all Compliance Items.
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>"
  }
]

Response

200 - application/json

OK

id
integer<int32>
name
string | null
statusID
enum<integer>
Available options:
0,
1
statusName
string | null
typeID
enum<integer>
Available options:
1
typeName
string | null
scopeID
enum<integer>
Available options:
1,
2,
3
scopeName
string | null
documentRequirementID
enum<integer>
Available options:
1,
2,
3
documentRequirementName
string | null