Return informations about the way the user has configured his resumes for display (web, print and mobile available).
GET https://api.doyoubuzz.com/cv/:id/display/web
{ "id": "springfield", "color": "#50A3D9" }
GET https://api.doyoubuzz.com/cv/:id/display/print
The "displayConfig" parameters show if the user has configured these information to be displayed on their printable version
{ "id": "minimal", "color": "#50a3d9", "displayConfig": { "id": 1, "experiences": true, "educations": true, "interests": true, "presentation": true, "skills": true, "url": true, "picture": false, "location": true, "drivingLicence": false, "maritalStatus": true, "address": false, "age": false } }
GET https://api.doyoubuzz.com/cv/:id/display/mobile
{ "id": "replicant", "color": "#50A3D9" }