Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

URI: https://api.onlinephotosubmission.com/photo-requirement/{id}

HTTP Method: GET

Required Headers: X-Auth-Token (see: Authentication)

DEPRECATION NOTICE: The URI https://api.onlinephotosubmission.com/api/photo-requirements/{id} is now deprecated and will no longer be supported after October 1, 2022.

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"
	}




  • No labels