Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

URI: https://api.onlinephotosubmissioncloudcard.comus/photo-requirement/{id}

HTTP Method: GET

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

Note

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
Code Block
{ empty }// No request body
Example Response
Code Block
 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"
	}

...