get /candidates/:id
Parameters
include:
String
Side loading includes e.g. social_profile
Result Format
{ "data": { "type": "candidates", "id": "fec86480734fa3ef1e7a", "attributes": { // ... this candidate's attributes }, "relationships": { "social_profile": { "data": { "id": "8ac9610ec658faf15fc8", "type": "social_profiles" } } } }, "included": [ { "id": "8ac9610ec658faf15fc8", "type": "social_profiles", "attributes": { // ... this social profile's attributes }, "relationships": { // ... this social profile's relationships } } ] }