v1
latestOpenAPI 3.1.12026-07-242899061.7 MBSubsidiaries
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
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"
}
]