Photo Requirements
URI: https://api.cloudcard.us/photo-requirement/{id}
HTTP Method: GET
Required Headers: X-Auth-Token (see: Authentication)
Example HTTP Request Body
// No request body
Example Response
200 OK
{
"class": "us.cloudcard.PhotoRequirement",
"id": 1,
"hidden": false,
"listIndex": 0,
"organization": {
"class": "us.cloudcard.Organization",
"id": 2
},
"requirement": "Should be cropped slightly above head to middle of chest",
"uniqueName": "Crop"
}