Public

Poll Matching Reports

SecurityapiKey
Request
path Parameters
id
required
string

ID of the matching report

Responses
200

OK

401

Unauthorized

403

Forbidden

404

Not Found

get/matchingreports/{id}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "status": "string",
  • "statusMessage": "string",
  • "createdAt": "string",
  • "finishedAt": "string",
  • "user": "string",
  • "attachments": [
    ],
  • "progress": 0,
  • "reportsConfiguration": {
    }
}