List Question Resources
/questions/{id}/resources
Get a list of resources on a specific question.
Get Question Resources [GET]
Authorization: Admin, Web, Mobile
Response 200
Body
{
"page": 1,
"pages": 1,
"count": 4,
"items": [
{
"id": 44561,
"resource": "Clearance means the distance from any part of the crane to a point of the nearest obstruction.",
"title": "OSHA 1910.179(a)(25)"
}
]
}