Retrieve Edits

GET https://api.boxbrownie.com/v1/edits

  • URL: https://api.boxbrownie.com/v1/edits
  • HTTP Method: GET
  • Requires Authentication? No
  • Supported Formats: XML
edits Collection of edit
editName String The name of the edit.
editCost Decimal The cost of the edit.
editCurrency String The cost of the edit in specified currency.

Example XML Response

  	<edits>
		<edit>	
			<editName>Image Enhancement</editName>
			<editCost>1.60</editCost>
			<editCurrency>USD</editCurrency>
			<editOptions>	
				<editOption>		
					<editOptionName>Select Day Sky</editOptionName>
					<editOptionValue>Orange Sunrise</editOptionValue>
					<editOptionValue>Clear Blue Sky</editOptionValue>
					<editOptionValue>Clouds Blue Sky</editOptionValue>
				<editOption>
			</editOptions>	
		<edit>
	</edits>