Get Org Counts

Get count for a criteria given

Request
Security:
vc-security
Request Body schema: application/json
basic
string
id
string
ids
Array of strings
name
string
domain
string
mid
string
path
string
paths
Array of strings
trial
boolean
notes
string
externalId
string
Array of objects (Tag)
Array of objects (Tag)
orgRelationTypes
Array of strings (OrgRelationType) unique
Items Enum: "ORG" "SPONSOR" "MERCHANT" "REPORT" "RESELLER"
orgStatuses
Array of strings (OrgStatus)
Default: []
Items Enum: "ENABLED" "DISABLED" "DELETED"
address
string
Responses
200

OK

502

Bad Gateway. The server acting as a gateway or intermediary is having problems communicating with another server to complete the user's request.

post/org-service/v1/org/count
Request samples
application/json
{
  • "basic": "string",
  • "id": "string",
  • "ids": [
    ],
  • "name": "string",
  • "domain": "string",
  • "mid": "string",
  • "path": "string",
  • "paths": [
    ],
  • "trial": true,
  • "notes": "string",
  • "externalId": "string",
  • "tags": [
    ],
  • "excludeTags": [
    ],
  • "orgRelationTypes": [
    ],
  • "orgStatuses": [ ],
  • "address": "string"
}
Response samples
application/json
0
0