Skip to main content

ListOrgsResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ListOrgsResponseBody.json
items object[]required
  • Array [
  • $schemauri

    A URL to the JSON Schema for this object.

    Example: https://example.com/schemas/OrganizationView.json
    addresses object[]
  • Array [
  • citystring
    countrystring
    labelstring
    postalCodestring
    primaryboolean
    provincestring
    streetstring
  • ]
  • customFields object
    property name*any
    displayNamestring
    emails object[]
  • Array [
  • addressstringrequired
    labelstring
    optInboolean
    optInAtdate-time
    optInSourcestring
    primaryboolean
    verifiedboolean
  • ]
  • kindstringrequired
    legalNamestringrequired
    notesstring
    phones object[]
  • Array [
  • labelstring
    numberstringrequired
    primaryboolean
  • ]
  • sources object[]
  • Array [
  • conflictReviewUuidstring
    externalIdstring
    importedAtdate-timerequired
    importerstringrequired
    jobUuidstring
    rawPayloadRefstring
  • ]
  • tagsstring[]nullable
    taxCodestring
    tenantIdstringrequired
    uuidstringrequired
    vatstring
    websitestring
  • ]
  • meta objectrequired
    countint64required

    Number of items in this page

    limitint64required
    skipint64required
    ListOrgsResponseBody
    {
    "$schema": "https://example.com/schemas/ListOrgsResponseBody.json",
    "items": "Unknown Type: array,null",
    "meta": {
    "count": 0,
    "limit": 0,
    "skip": 0
    }
    }