Authorization: Bearer ********************
curl --location --request GET 'https://preprod.api.crego.io/v1/rego/approvals/resource/checklist_item/1e9bcd1a-341f-43e6-92fb-e6fcb094094a_0/'
{
"requests": [
{
"id": "string",
"title": "string",
"description": "string",
"type": "string",
"status": "string",
"priority": "string",
"requested_by": "string",
"requested_at": "string",
"completed_at": null,
"expires_at": null,
"approvers": [
"string"
],
"required_approvals": "string",
"resource_type": "string",
"resource_id": "string",
"runner_id": "string",
"actions": [
null
],
"approved_by": [
null
],
"rejected_by": [
null
],
"progress": {
"current_approvals": 0,
"required_approvals": 0,
"remaining": 0,
"approved_by": [
null
],
"rejected_by": [
null
],
"can_proceed": true
},
"metadata": {
"checklist_id": "string",
"item_index": 0,
"item_title": "string",
"stage": "string",
"requester_notes": "string"
},
"attachments": [
null
],
"created_at": "string",
"updated_at": "string",
"created_by": null
}
]
}