Returns a list of Frameworks.
Filter | Description |
---|---|
created_at |
The date when this Framework was created |
id |
The ID of the Framework |
title |
The title of the Framework |
updated_at |
The date the Framework was last updated |
Bad Request
Unauthorized
Forbidden
[- {
- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "applicable_controls_count": 0,
- "applicable_framework_requirements_count": 0,
- "at_risk_test_count": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "discarded_at": "2019-08-24T14:15:22Z",
- "disabled_test_count": 0,
- "failing_test_count": 0,
- "title": "string",
- "passing_test_count": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
]
Returns a Framework 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",
- "applicable_controls_count": 0,
- "applicable_framework_requirements_count": 0,
- "at_risk_test_count": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "discarded_at": "2019-08-24T14:15:22Z",
- "disabled_test_count": 0,
- "failing_test_count": 0,
- "title": "string",
- "passing_test_count": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}