Retrieve a Rework

  • URL: https://api.boxbrownie.com/v1/rework/{id}
  • HTTP Method: GET
  • Requires Authentication? Yes
  • Supported Formats: XML

Returns

<reworkResponse>

id String The Id of the rework.
fileId String The Id of the newly completed reworked file.
fileURL String A URL to the completed file.

Example XML Response

  	<reworkResponse>
		<id>2sz4tdthsewwprsx1idmmt7exfzxiho2nuuqs15x</id>
		<fileId>axy0gcnxadxbgpw6a7lxqycgo1ickbysbnv4q1bw</fileId>
		<fileURL>https://s3-ap-southeast-2.amazonaws.com/boxbrownie/completed/axy0gcnxadxbgpw6a7lxqycgo1ickbysbnv4q1bw.jpg</fileURL>
	</reworkResponse>