v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Subsidiaries

This route returns a collection of `Subsidiary` objects associated with a toe.

This route returns a collection of Subsidiary objects associated with a toe. Any TOEs that appear to be a subsidiary of the provided TOE id are returned in the response.

get/v1/subsidiaries/toe_id/{toe_id}

Path parameters

toe_idstring required
Example:5976423a-ee35-11e3-8569-14109ff1a304

Filter by the Toe ID.

Response

OK

verifiedstring

Is this subsidiary verified? Valid options are 1 or 0.

validation_statusstring nullable

Has the subsidiary been validated?

validation_artifactsstring nullable

Any validation artifacts.

updated_atstring

An updated timestamp.

toe_idstring uuid

The unique identifier for the Target Of Evaluation (TOE).

support_emailstring nullable

An email for support if available.

secondary_evidencestring nullable

Any secondary evidence.

scanstring

The scan number.

primary_evidence_referencestring nullable

The Primary Evidence Reference.

primary_evidencestring nullable

The Primary Evidence.

possible_own_toe_idsstring[]
own_toe_idstring uuid nullable

The unique identifier for the Target Of Evaluation (TOE).

notestring nullable

Any additional notes.

namestring

The entity name.

is_scannableboolean

Is this scannable?

is_removedboolean

Is this removed?

idnumber

Unique identifier for subsidiary record.

factset_idstring nullable

The associated factsetId.

domainsstring[]
date_updatedstring nullable

An updated timestamp.

created_atstring

A created at timestamp.

Example response

[
  {
    "verified": "1",
    "validation_status": "true",
    "validation_artifacts": "Logo",
    "updated_at": "2021-10-01T22:18:57+00:00",
    "toe_id": "5976423a-ee35-11e3-8569-14109ff1a304",
    "support_email": "support@riskrecon.com",
    "secondary_evidence": "Factset, About Us, Hoovers etc.",
    "scan": "1",
    "primary_evidence_reference": "url",
    "primary_evidence": "Copyright, Logo, Page Reference etc",
    "possible_own_toe_ids": [
      "5976423a-ee35-11e3-8569-14109ff1a304"
    ],
    "own_toe_id": "5976423a-ee35-11e3-8569-14109ff1a304",
    "note": "No Linking Evidence",
    "name": "Riskrecon",
    "is_scannable": true,
    "is_removed": true,
    "id": 43,
    "factset_id": "12345",
    "domains": [
      "riskrecon.com"
    ],
    "date_updated": "2021-10-01T22:18:57+00:00",
    "created_at": "2021-10-01T22:18:57+00:00"
  }
]