Get /candidates
Definition
Parameters
include:
String
Side loading includes e.g. social_profile
per_page:
Integer30
Page size
page:
Integer1
Page number
{ "data": [{ "type": "candidates", "id": "fec86480734fa3ef1e7a", "attributes": { // ... this candidate's attributes }, "relationships": { "social_profile": { "data": { "id": "8ac9610ec658faf15fc8", "type": "social_profiles" } } // .. more candidate relationships } }], "included": [ { "id": "8ac9610ec658faf15fc8", "type": "social_profiles", "attributes": { // ... this social profile's attributes }, "relationships": { // ... this social profile's relationships } } // .. more side loaded resources ] }