Lookup Ownership's single cardCopy Pageget https://api.crunchbase.com/v4/data/entities/ownerships/{entity_id}/cards/{card_id}The following cards are available: [child_organization, parent_organization]Path Paramsentity_idstringrequiredUUID or permalink of desired entitycard_idstringenumrequiredAn ownership card to lookupchild_organizationparent_organizationAllowed:child_organizationparent_organizationQuery Paramscard_field_idsstringCard fields to include on the specified card - array of field_id strings in JSON encoded as stringafter_iduuidLookup uuid of the last item in the previous page (not required for first page). Used to iterate a card's results starting at the beginning of the ordered set and moving forward. Suitable for implementing "next page" functionality. May not be provided simultaneously with before_id.before_iduuidLookup uuid of the first item in the previous page (not required for first page). Used to iterate a card's results starting at the end of the ordered set and moving backward. Suitable for implementing "previous page" functionality. May not be provided simultaneously with after_id.orderstringField name with order direction (asc/desc)limitintegerNumber of rows to return. Default is 100, min is 1, max is 100.Responses 200Results are identifiers matching the search query 400Bad Request 404Not Found 500Request FailedUpdated 3 months ago