Returns a list of Controls.
Filter | Description |
---|---|
author_name |
The author name of the Control |
description |
The description of the Control |
key |
The key of the Control |
name |
The name of the Control |
created_at |
The date when this Control was created |
custom |
True if Control is custom, False if authored by Secureframe |
enabled |
Flag to indicate if this Control is enabled |
first_failed_at |
When the Control first failed |
health_status |
The overall health of the Control |
id |
The ID of the Control |
implementation_date |
The implementation date of the Control |
owner_assigned_at |
When the owner was assigned to the Control |
owner_name |
The Control owner's name |
updated_at |
The date the Control was last updated |
Bad Request
Unauthorized
Forbidden
[- {
- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "at_risk_test_count": 0,
- "author_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "custom": true,
- "description": "string",
- "disabled_justification": "string",
- "disabled_test_count": 0,
- "enabled": true,
- "failing_test_count": 0,
- "first_failed_at": "2019-08-24T14:15:22Z",
- "health_status": "string",
- "implementation_date": "2019-08-24T14:15:22Z",
- "implementation_status": "string",
- "key": "string",
- "name": "string",
- "owner_assigned_at": "2019-08-24T14:15:22Z",
- "owner_name": "string",
- "passing_test_count": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
]
Returns a Control by ID
Bad Request
Unauthorized
Forbidden
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "at_risk_test_count": 0,
- "author_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "custom": true,
- "description": "string",
- "disabled_justification": "string",
- "disabled_test_count": 0,
- "enabled": true,
- "failing_test_count": 0,
- "first_failed_at": "2019-08-24T14:15:22Z",
- "health_status": "string",
- "implementation_date": "2019-08-24T14:15:22Z",
- "implementation_status": "string",
- "key": "string",
- "name": "string",
- "owner_assigned_at": "2019-08-24T14:15:22Z",
- "owner_name": "string",
- "passing_test_count": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}