Get Nest details
URL:
GET http://api.aurelon.com/api/v2/nester/nest/<NestGUID>
Request Headers:
MisKey : see Authentication
HardwareHash : see Authentication
SerialNumber : see Authentication
ApplicationVersion : see Authentication
Response:
Returns information about the created nest in XML format. It returns the following information related to the nest:
-
- Statistics of the nest
- Imposition of all the items in the nest and their document IDs
- Media size used to nest on
- Optionally a list of items that did not fit on the nest
The information provided in the XML is a subset of the job created containing the nest. As the job might be in progress and information is updated this extract give a stabile source of information.
Success:
200 OK :
<?xml version="1.0" encoding="UTF-8"?> <Job> <Automation> <Efficiency>0.485585</Efficiency> <Length>712.91449</Length> <Width>2138.743408</Width> <Count>3</Count> </Automation> <Imposition> <Parts> <Part> <SourcePage>0</SourcePage> <DestinationPage>1</DestinationPage> <DocumentGUID>3fe6eb0d-1b86-48a3-97e4-ecf7401f8665</DocumentGUID> <ThumbnailGUID>3d55dc2f-4e01-4a1d-8dfc-02872d67bb0b</ThumbnailGUID> <GUID>a6aafca6-2aa8-4349-b51f-6698b663791c</GUID> <OriginalPart>65f57a5f-57a8-49d9-ac2d-f71bfe8c0c42</OriginalPart> <CopyName>Copy #1</CopyName> <SrcPageWidth>712.91449</SrcPageWidth> <SrcPageHeight>712.91449</SrcPageHeight> <Side>A</Side> <SourcePartGUID>76a862c8-a713-40d3-ac35-c3977f7137ab</SourcePartGUID> <SourceArea Left="0" Top="0" Right="712.91449" Bottom="712.91449"/> <Position X="0" Y="0"/> </Part> <Part> <SourcePage>0</SourcePage> <DestinationPage>1</DestinationPage> <DocumentGUID>99989856-91e8-4c7a-be83-126ba57453fa</DocumentGUID> <ThumbnailGUID>3ad79ef0-3d71-45ba-82dd-09fd794e5cce</ThumbnailGUID> <GUID>e721ce54-ef7b-4a9e-b231-e34cd2194b10</GUID> <OriginalPart>fb1b3f95-1a84-45e9-9e41-2a08628159e3</OriginalPart> <CopyName>Copy #1</CopyName> <SrcPageWidth>712.91449</SrcPageWidth> <SrcPageHeight>712.91449</SrcPageHeight> <Side>A</Side> <SourcePartGUID>bf26ed22-a70c-4f6e-824d-d3d1981dbcdd</SourcePartGUID> <SourceArea Left="0" Top="0" Right="712.91449" Bottom="712.91449"/> <Position X="712.91449" Y="0"/> </Part> <Part> <SourcePage>0</SourcePage> <DestinationPage>1</DestinationPage> <DocumentGUID>981987a9-1650-407e-b5b2-2538a6c4c63c</DocumentGUID> <ThumbnailGUID>914fbfe3-5cec-4407-aad1-e10d07af00c0</ThumbnailGUID> <GUID>bbfd2cde-8052-4597-a600-03bf2844830b</GUID> <OriginalPart>e5740c27-d20b-4009-a50d-aa40bada332a</OriginalPart> <CopyName>Copy #1</CopyName> <SrcPageWidth>712.91449</SrcPageWidth> <SrcPageHeight>712.91449</SrcPageHeight> <Side>A</Side> <SourcePartGUID>ca5016e1-ca28-4c6f-9d1c-bcd8bd7af11d</SourcePartGUID> <SourceArea Left="0" Top="0" Right="712.91449" Bottom="712.91449"/> <Position X="1425.828979" Y="0"/> </Part> </Parts> </Imposition> <Media> <Id>51402d65-7285-4baf-89e9-0fd69c507147</Id> <Name>305 x 205 cm</Name> <Width>2161.417236</Width> <Length>1452.755859</Length> <IsRoll>false</IsRoll> <Top>0</Top> <Left>0</Left> <Bottom>0</Bottom> <Right>0</Right> </Media> </Job>
Error:
- 401 Unauthorized : {“Message”: “Invalid HardwareHash”}
- 401 Unauthorized : {“Message”: “Invalid MisKey”}
- 401 Unauthorized : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” headers are required”}
- 404 Not Found : {“Message”: “”NestGUID” not found”}
- 500 Internal Server Error : {“Message”: “Internal Server Error”}