List a section's rules
List the rules mapped to a section of a framework document.
Pass includeSubsectionRules=true to also return the rules mapped to the section’s subsections,
which is how you get every rule covering a requirement and everything under it.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.
Path Parameters
The framework id.
The framework document section id.
Query Parameters
The page to return in a paginated query.
x >= 1Maximum number of items to return per page.
1 <= x <= 100Whether to include each rule's results inline, in a results array.
Only include items that apply to this project.
Whether to also include the rules mapped to the section's subsections.
Response
Status OK.