Endpoint Example Outputs
Contributor Context Example Output
Example response data for the Contributor Context endpoint.
Note: The GNIDs used in the example output are for explanation only. They may change if the element becomes inactive or is deleted.
Endpoint
v1/contributor
Example Output
Code<contributor_context> <id>GNBDQJ4JB53JGPZ</id> <extended_attributes> <extended_attribute> <type>EXT_PROFESSION</type> <value>Actor</value> </extended_attribute> </extended_attributes> <names> <name> <id>GNFRA9CB6P1C0JT</id> <type>CONT_NAME</type> <name_parts> <name_part> <type>CONT_FULL_NAME</type> <value>Todd Armstrong</value> </name_part> <name_part> <type>CONT_FIRST_NAME</type> <value>Todd</value> </name_part> <name_part> <type>CONT_LAST_NAME</type> <value>Armstrong</value> </name_part> </name_parts> </name> <name> <id>GNEK0R86CNEQC8R</id> <type>CONT_NAME</type> <status>inactive</status> <name_parts> <name_part> <type>CONT_FULL_NAME</type> <value>Todd Anderson</value> </name_part> <name_part> <type>CONT_FIRST_NAME</type> <value>Todd</value> </name_part> <name_part> <type>CONT_LAST_NAME</type> <value>Anderson</value> </name_part> </name_parts> </name> </names> <events> <event> <type>EVT_DEATH_DATE</type> <event_date> <start_date>1992-11-17T00:00:00Z</start_date> </event_date> </event> <event> <type>EVT_BIRTH_DATE</type> <event_date> <start_date>1937-07-25T00:00:00Z</start_date> </event_date> </event> </events> <locations> <location> <ord>1</ord> <type>birth_place</type> <value>Missouri</value> </location> </locations> <gender> <type>Male</type> </gender> <xids> <xid> <id>79789</id> <type>person_id</type> <vendor>tms</vendor> </xid> <xid> <id>79789</id> <type>person_name_id</type> <vendor>tms</vendor> </xid> <xid> <id>658132</id> <type>person_name_id</type> <vendor>tms</vendor> </xid> </xids> <awards> <award> <event_date> <relevant_year>1962</relevant_year> </event_date> <content> <id>GNDRBMETFP9W8GB</id> </content> </award> <award> <event_date> <relevant_year>1965</relevant_year> </event_date> <content> <id>GN9V8Y46Z9P9ZDX</id> </content> </award> <award> <event_date> <relevant_year>1965</relevant_year> </event_date> <content> <id>GN9V8Y46Z9P9ZDX</id> </content> </award> <award> <event_date> <relevant_year>1966</relevant_year> </event_date> <content> <id>GN9V8Y46Z9P9ZDX</id> </content> </award> </awards> </contributor_context>
Last modified on