AdjudicationApi
All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| clearAdjudicationSolvedDb | DELETE /admin/adjudication/solved/clear-db | Clear solved adjudication cases database (also clears adjudicator decisions corresponding to those cases) |
| clearAdjudicationsPendingDb | DELETE /admin/adjudication/pending/clear-db | Clear pending adjudication cases database (also clears adjudicator decisions corresponding to those cases) |
| deleteAdjudicationsSolved | DELETE /admin/adjudication/solved/delete | Deletes a list of solved adjudications |
| getAdjudicationAdjudicatorDecisions | GET /admin/adjudication/decision/adjudication | Gets adjudicator decisions |
| getAdjudicationPending | GET /admin/adjudication/pending | Get oncoming adjudication |
| getAdjudicationSolved | GET /admin/adjudication/solved | Get solved adjudication |
| getAdjudicationsPending | GET /admin/adjudication/pending/list | Get all pending adjudications according to the filter |
| getAdjudicationsPendingCount | GET /admin/adjudication/pending/list/count | Count of pending adjudications |
| getAdjudicationsSolved | GET /admin/adjudication/solved/list | Get all solved adjudications according to the filter |
| getAdjudicationsSolvedCount | GET /admin/adjudication/solved/list/count | Count of pending adjudications |
| getAdjudicatorDecisions | GET /admin/adjudication/decision/list | Get all decisions according to the filter |
| getAdjudicatorDecisionsCount | GET /admin/adjudication/decision/list/count | Count of adjudicator decisions |
| getOncomingAdjudicationPending | GET /admin/adjudication/pending/oncoming | Get oncoming adjudication |
| solveAdjudicationCase | POST /admin/adjudication/solve | Solve a pending adjudication |
clearAdjudicationSolvedDb
clearAdjudicationSolvedDb()
Clear solved adjudication cases database (also clears adjudicator decisions corresponding to those cases)
Parameters
This endpoint does not need any parameter.
Return type
null (empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: /
clearAdjudicationsPendingDb
clearAdjudicationsPendingDb()
Clear pending adjudication cases database (also clears adjudicator decisions corresponding to those cases)
Parameters
This endpoint does not need any parameter.
Return type
null (empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: /
deleteAdjudicationsSolved
Integer deleteAdjudicationsSolved(uuids)
Deletes a list of solved adjudications
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| uuids | List | List of solved adjudications UUIDs | [default to null] |
Return type
Integer
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getAdjudicationAdjudicatorDecisions
List getAdjudicationAdjudicatorDecisions(uuid)
Gets adjudicator decisions
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | String | Adjudication uuid | [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getAdjudicationPending
AdjudicationPendingOperation getAdjudicationPending(uuid)
Get oncoming adjudication
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | String | Pending adjudication's UUID | [optional] [default to ] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getAdjudicationSolved
AdjudicationSolvedOperation getAdjudicationSolved(uuid)
Get solved adjudication
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | String | Solved adjudication's UUID | [optional] [default to ] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getAdjudicationsPending
List getAdjudicationsPending(page, size, fieldToOrderBy, fieldsOrder, uuid, operationUuid, dateLowerBound, dateUpperBound, issues)
Get all pending adjudications according to the filter
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| page | Integer | Page number | [optional] [default to 1] |
| size | Integer | Page size | [optional] [default to 20] |
| fieldToOrderBy | String | Pending adjudication's field ordered by | [optional] [default to FILTER_ADJUDICATION_PENDING_DATE] [enum: FILTER_ADJUDICATION_PENDING_UUID, FILTER_ADJUDICATION_PENDING_OPERATION_UUID, FILTER_ADJUDICATION_PENDING_DATE, FILTER_ADJUDICATION_PENDING_ISSUES, UNRECOGNIZED] |
| fieldsOrder | String | Order in which is ordered | [optional] [default to ASC] [enum: ASC, DESC, UNRECOGNIZED] |
| uuid | String | Pending adjudication's UUID | [optional] [default to ] |
| operationUuid | String | Operation's UUID which has a pending adjudication | [optional] [default to ] |
| dateLowerBound | Long | Date range that adjudication was done in unix time (lowerbound) | [optional] [default to null] |
| dateUpperBound | Long | Date range that adjudication was done in unix time (upperbound) | [optional] [default to null] |
| issues | List | Set of issues that requires adjudication | [optional] [default to null] [enum: ISSUE_LIVENESS, ISSUE_AGE, ISSUE_QUALITY, UNRECOGNIZED] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getAdjudicationsPendingCount
Integer getAdjudicationsPendingCount(fieldToOrderBy, fieldsOrder, uuid, operationUuid, dateLowerBound, dateUpperBound, issues)
Count of pending adjudications
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| fieldToOrderBy | String | Pending adjudication's field ordered by | [optional] [default to FILTER_ADJUDICATION_PENDING_DATE] [enum: FILTER_ADJUDICATION_PENDING_UUID, FILTER_ADJUDICATION_PENDING_OPERATION_UUID, FILTER_ADJUDICATION_PENDING_DATE, FILTER_ADJUDICATION_PENDING_ISSUES, UNRECOGNIZED] |
| fieldsOrder | String | Order in which is ordered | [optional] [default to ASC] [enum: ASC, DESC, UNRECOGNIZED] |
| uuid | String | Pending adjudication's UUID | [optional] [default to ] |
| operationUuid | String | Operation's UUID which has a pending adjudication | [optional] [default to ] |
| dateLowerBound | Long | Date range that adjudication was done in unix time (lowerbound) | [optional] [default to null] |
| dateUpperBound | Long | Date range that adjudication was done in unix time (upperbound) | [optional] [default to null] |
| issues | List | Set of issues that requires adjudication | [optional] [default to null] [enum: ISSUE_LIVENESS, ISSUE_AGE, ISSUE_QUALITY, UNRECOGNIZED] |
Return type
Integer
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getAdjudicationsSolved
List getAdjudicationsSolved(page, size, fieldToOrderBy, fieldsOrder, uuid, operationUuid, dateAdjudicationLowerBound, dateAdjudicationUpperBound, dateDecisionLowerBound, dateDecisionUpperBound, issues, decision)
Get all solved adjudications according to the filter
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| page | Integer | Page number | [optional] [default to 1] |
| size | Integer | Page size | [optional] [default to 20] |
| fieldToOrderBy | String | Solved adjudication's field ordered by | [optional] [default to FILTER_ADJUDICATION_SOLVED_DECISION_DATE] [enum: FILTER_ADJUDICATION_SOLVED_UUID, FILTER_ADJUDICATION_SOLVED_OPERATION_UUID, FILTER_ADJUDICATION_SOLVED_ADJUDICATION_DATE, FILTER_ADJUDICATION_SOLVED_DECISION_DATE, FILTER_ADJUDICATION_SOLVED_ISSUES, FILTER_ADJUDICATION_SOLVED_FINAL_DECISION, UNRECOGNIZED] |
| fieldsOrder | String | Order in which is ordered | [optional] [default to ASC] [enum: ASC, DESC, UNRECOGNIZED] |
| uuid | String | Solved adjudication's UUID | [optional] [default to ] |
| operationUuid | String | Operation's UUID which has a pending adjudication | [optional] [default to ] |
| dateAdjudicationLowerBound | Long | Date range that adjudication was done in unix time (lowerbound) | [optional] [default to null] |
| dateAdjudicationUpperBound | Long | Date range that adjudication was done in unix time (upperbound) | [optional] [default to null] |
| dateDecisionLowerBound | Long | Date range that decision was done in unix time (lowerbound) | [optional] [default to null] |
| dateDecisionUpperBound | Long | Date range that decision was done in unix time (upperbound) | [optional] [default to null] |
| issues | List | Set of issues that requires adjudication | [optional] [default to null] [enum: ISSUE_LIVENESS, ISSUE_AGE, ISSUE_QUALITY, UNRECOGNIZED] |
| decision | List | Final decision of the adjudication | [optional] [default to null] [enum: DECISION_ACCEPTED, DECISION_REJECTED_AGE, DECISION_REJECTED_LIVENESS, UNRECOGNIZED] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getAdjudicationsSolvedCount
Integer getAdjudicationsSolvedCount(fieldToOrderBy, fieldsOrder, uuid, operationUuid, dateAdjudicationLowerBound, dateAdjudicationUpperBound, dateDecisionLowerBound, dateDecisionUpperBound, issues, decision)
Count of pending adjudications
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| fieldToOrderBy | String | Solved adjudication's field ordered by | [optional] [default to FILTER_ADJUDICATION_SOLVED_DECISION_DATE] [enum: FILTER_ADJUDICATION_SOLVED_UUID, FILTER_ADJUDICATION_SOLVED_OPERATION_UUID, FILTER_ADJUDICATION_SOLVED_ADJUDICATION_DATE, FILTER_ADJUDICATION_SOLVED_DECISION_DATE, FILTER_ADJUDICATION_SOLVED_ISSUES, FILTER_ADJUDICATION_SOLVED_FINAL_DECISION, UNRECOGNIZED] |
| fieldsOrder | String | Order in which is ordered | [optional] [default to ASC] [enum: ASC, DESC, UNRECOGNIZED] |
| uuid | String | Solved adjudication's UUID | [optional] [default to ] |
| operationUuid | String | Operation's UUID which has a pending adjudication | [optional] [default to ] |
| dateAdjudicationLowerBound | Long | Date range that adjudication was done in unix time (lowerbound) | [optional] [default to null] |
| dateAdjudicationUpperBound | Long | Date range that adjudication was done in unix time (upperbound) | [optional] [default to null] |
| dateDecisionLowerBound | Long | Date range that decision was done in unix time (lowerbound) | [optional] [default to null] |
| dateDecisionUpperBound | Long | Date range that decision was done in unix time (upperbound) | [optional] [default to null] |
| issues | List | Set of issues that requires adjudication | [optional] [default to null] [enum: ISSUE_LIVENESS, ISSUE_AGE, ISSUE_QUALITY, UNRECOGNIZED] |
| decision | List | Final decision of the adjudication | [optional] [default to null] [enum: DECISION_ACCEPTED, DECISION_REJECTED_AGE, DECISION_REJECTED_LIVENESS, UNRECOGNIZED] |
Return type
Integer
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getAdjudicatorDecisions
List getAdjudicatorDecisions(page, size, fieldToOrderBy, fieldsOrder, uuid, dateLowerBound, dateUpperBound, adjudicationUuid, decision, attack)
Get all decisions according to the filter
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| page | Integer | Page number | [optional] [default to 1] |
| size | Integer | Page size | [optional] [default to 20] |
| fieldToOrderBy | String | Adjudicator's decision field ordered by | [optional] [default to FILTER_ADJUDICATOR_DECISION_DATE] [enum: FILTER_ADJUDICATOR_DECISION_UUID, FILTER_ADJUDICATOR_DECISION_DATE, FILTER_ADJUDICATOR_DECISION_ADJUDICATION_UUID, FILTER_ADJUDICATOR_DECISION_ACCOUNT_UUID, FILTER_ADJUDICATOR_DECISION_DECISION, FILTER_ADJUDICATOR_DECISION_TYPE_OF_ATTACK, UNRECOGNIZED] |
| fieldsOrder | String | Order in which is ordered | [optional] [default to ASC] [enum: ASC, DESC, UNRECOGNIZED] |
| uuid | String | Adjudicator's decision UUID | [optional] [default to ] |
| dateLowerBound | Long | Date range that decision was done in unix time (lowerbound) | [optional] [default to null] |
| dateUpperBound | Long | Date range that decision was done in unix time (upperbound) | [optional] [default to null] |
| adjudicationUuid | String | Solved adjudication's UUID | [optional] [default to ] |
| decision | List | Final decision of the adjudication | [optional] [default to null] [enum: DECISION_ACCEPTED, DECISION_REJECTED_AGE, DECISION_REJECTED_LIVENESS, UNRECOGNIZED] |
| attack | List | Adjudication type of attack | [optional] [default to null] [enum: ATTACK_NONE, ATTACK_PICTURE, ATTACK_PAPER_MASK, ATTACK_SILICONE_MASK, ATTACK_SCREEN_PHONE, ATTACK_SCREEN_PC, ATTACK_VIDEO, UNRECOGNIZED] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getAdjudicatorDecisionsCount
Integer getAdjudicatorDecisionsCount(fieldToOrderBy, fieldsOrder, uuid, dateLowerBound, dateUpperBound, adjudicationUuid, decision, attack)
Count of adjudicator decisions
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| fieldToOrderBy | String | Adjudicator's decision field ordered by | [optional] [default to FILTER_ADJUDICATOR_DECISION_DATE] [enum: FILTER_ADJUDICATOR_DECISION_UUID, FILTER_ADJUDICATOR_DECISION_DATE, FILTER_ADJUDICATOR_DECISION_ADJUDICATION_UUID, FILTER_ADJUDICATOR_DECISION_ACCOUNT_UUID, FILTER_ADJUDICATOR_DECISION_DECISION, FILTER_ADJUDICATOR_DECISION_TYPE_OF_ATTACK, UNRECOGNIZED] |
| fieldsOrder | String | Order in which is ordered | [optional] [default to ASC] [enum: ASC, DESC, UNRECOGNIZED] |
| uuid | String | Adjudicator's decision UUID | [optional] [default to ] |
| dateLowerBound | Long | Date range that decision was done in unix time (lowerbound) | [optional] [default to null] |
| dateUpperBound | Long | Date range that decision was done in unix time (upperbound) | [optional] [default to null] |
| adjudicationUuid | String | Solved adjudication's UUID | [optional] [default to ] |
| decision | List | Final decision of the adjudication | [optional] [default to null] [enum: DECISION_ACCEPTED, DECISION_REJECTED_AGE, DECISION_REJECTED_LIVENESS, UNRECOGNIZED] |
| attack | List | Adjudication type of attack | [optional] [default to null] [enum: ATTACK_NONE, ATTACK_PICTURE, ATTACK_PAPER_MASK, ATTACK_SILICONE_MASK, ATTACK_SCREEN_PHONE, ATTACK_SCREEN_PC, ATTACK_VIDEO, UNRECOGNIZED] |
Return type
Integer
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getOncomingAdjudicationPending
AdjudicationPendingOperation getOncomingAdjudicationPending()
Get oncoming adjudication
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
solveAdjudicationCase
String solveAdjudicationCase(uuid, decision, attack)
Solve a pending adjudication
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | String | Pending adjudication's UUID | [optional] [default to ] |
| decision | String | Adjudication decision | [optional] [default to null] [enum: DECISION_ACCEPTED, DECISION_REJECTED_AGE, DECISION_REJECTED_LIVENESS, UNRECOGNIZED] |
| attack | String | Adjudication type of attack | [optional] [default to null] [enum: ATTACK_NONE, ATTACK_PICTURE, ATTACK_PAPER_MASK, ATTACK_SILICONE_MASK, ATTACK_SCREEN_PHONE, ATTACK_SCREEN_PC, ATTACK_VIDEO, UNRECOGNIZED] |
Return type
String
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /