countFindings

Request
Security:
vc-security
Request Body schema: application/json
basic
string
eventBasic
string
assetKeysBasic
string
object (Source)
required
Array of objects (Source)
title
string
orgId
string
includeChildren
boolean
Default: false
orgRelationType
string (OrgRelationType)
Default: "ORG"
Enum: "ORG" "SPONSOR" "MERCHANT" "REPORT" "RESELLER"
severity
string
severities
required
Array of strings (Severity)
Items Enum: "UNKNOWN" "INFO" "LOW" "MEDIUM" "HIGH" "CRITICAL"
priorityFrom
integer <int32>
priorityTo
integer <int32>
customerPriorityFrom
integer <int32>
customerPriorityTo
integer <int32>
required
Array of objects (Tag)
category
string
categories
Array of strings
type
string
types
Array of strings
assetKeys
required
Array of strings
fromInclusive
string <date-time>
toExclusive
string <date-time>
createdFromInclusive
string <date-time>
createdToExclusive
string <date-time>
workflowType
string (Type)
Enum: "DISPUTE" "SOC" "CORRELATION" "BROAD_BAND_MONITORING"
workflowStatus
string (Status)
Enum: "CREATED" "ASSIGNED" "REVIEWED" "APPROVED" "REJECTED" "REDISPUTED" "RESOLVED" "TICKETED" "OPEN"
pciPass
boolean
Array of objects (ExclusionCriteria)
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

404

Not Found. The specified resource (or resource referred to by id) was not found

405

Method Not Allowed. The API was accessed with the wrong method

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

503

Service Unavailable. The service is temporarily unavailable. Try your request later.

post/finding-service/v1/finding/count
Request samples
application/json
{
  • "basic": "string",
  • "eventBasic": "string",
  • "assetKeysBasic": "string",
  • "submissionSource": {
    },
  • "submissionSources": [
    ],
  • "title": "string",
  • "orgId": "string",
  • "includeChildren": false,
  • "orgRelationType": "ORG",
  • "severity": "string",
  • "severities": [
    ],
  • "priorityFrom": 0,
  • "priorityTo": 0,
  • "customerPriorityFrom": 0,
  • "customerPriorityTo": 0,
  • "tags": [
    ],
  • "category": "string",
  • "categories": [
    ],
  • "type": "string",
  • "types": [
    ],
  • "assetKeys": [
    ],
  • "fromInclusive": "2019-08-24T14:15:22Z",
  • "toExclusive": "2019-08-24T14:15:22Z",
  • "createdFromInclusive": "2019-08-24T14:15:22Z",
  • "createdToExclusive": "2019-08-24T14:15:22Z",
  • "workflowType": "DISPUTE",
  • "workflowStatus": "CREATED",
  • "pciPass": true,
  • "exclusions": [
    ]
}
Response samples
application/json
0
0