Get Program Reports
Get reports for a specific program.
Basic Parameters
Parameter | Description |
---|---|
Program Slug Name | The program slug name. |
Advanced Parameters
Parameter | Description |
---|---|
Fix Verification Status | Filter results based on the Fix Verification status. |
Limit | Number of results per page to show. |
Order By | Specified property of the order of retrieved reports. By default, results are ordered by descending order. |
Page | Page number to show. |
Priority Filter | Filter results based on the report priority. |
Sort By | Sorting parameter for the results to be retrieved. The default is by when the reports were last changed at. |
Status Filter | Filter results based on the report status. |
Example Output
{
"items": [
{
"id": null,
"local_id": "string",
"title": "string",
"scope": "string",
"hunter": {
"username": "string",
"slug": "string",
"kyc_status": "string",
"hunter_profile": {
"public": null
},
"avatar": {
"name": "string",
"original_name": "string",
"mime_type": "string",
"size": null,
"url": "string"
}
},
"status": {
"workflow_state": "string"
},
"reward": null,
"currency": "string",
"marked_as": "string",
"created_at": null
}
]
}
Workflow Library Example
Get Program Reports with Yeswehack and Send Results Via Email
Preview this Workflow on desktop