Returns the information to be rendered in verification dashboard. Includes information for each document owned by user regarding their verifications.
OK
Array of objects (Verification) List of document infos that include verification related information for them. |
Invalid request
Not Authorized
Too Many Requests
{- "documents": [
- {
- "state": "UNVERIFIED",
- "metadata": {
- "lastVerifier": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "lastVerificationTs": 0,
- "expirationTs": 0,
- "document": {
- "id": "string",
- "datasource": "string",
- "connectorType": "API_CRAWL",
- "docType": "string",
- "content": {
- "fullTextList": [
- "string"
]
}, - "containerDocument": { },
- "parentDocument": { },
- "title": "string",
- "url": "string",
- "metadata": {
- "container": "container",
- "parentId": "JIRA_EN-1337",
- "createTime": "2000-01-23T04:56:07.000Z",
- "datasource": "datasource",
- "author": {
- "name": "name"
}, - "documentId": "documentId",
- "updateTime": "2000-01-23T04:56:07.000Z",
- "mimeType": "mimeType",
- "objectType": "Feature Request",
- "components": [
- "Backend",
- "Networking"
], - "status": [
- "Done"
], - "customData": {
- "someCustomField": "someCustomValue"
}
}, - "sections": [
- {
- "title": "string",
- "url": "string"
}
]
}, - "reminders": [
- {
- "assignee": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "requestor": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "remindAt": 0,
- "createdAt": 0,
- "reason": "string"
}
], - "lastReminder": {
- "assignee": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "requestor": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "remindAt": 0,
- "createdAt": 0,
- "reason": "string"
}, - "visitorCount": [
- {
- "count": 0,
- "period": {
- "minDaysFromNow": 0,
- "maxDaysFromNow": 0,
- "start": {
- "epochSeconds": null,
- "daysFromNow": null
}, - "end": {
- "epochSeconds": null,
- "daysFromNow": null
}
}, - "org": "string"
}
], - "candidateVerifiers": [
- {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}
]
}
}
]
}