Parties
Get party
Retrieve a single party using its py_code.
get/parties/{py_code}
Path parameters
py_codestring required
Query parameters
create_parquetboolean
If true, return data payload in binary Parquet format
Response
Matching party or parties
Example response
{
"py_code": "py.1",
"party_label": "NatureServe (organization)",
"salutation": "Dr.",
"given_name": "Jo R.",
"middle_name": "R.",
"surname": "Smith",
"organization_name": "NatureServe",
"contact_instructions": "contact the contributor at specified email",
"obs_count": 17
}