Endpoint: /dispositions/selected
/dispositions/selected
Method: GET
Query Parameters:
zstart (required): The starting point on the Z-axis.
zstart
zend (required): The ending point on the Z-axis.
zend
xstart (required): The starting point on the X-axis.
xstart
xend (required): The ending point on the X-axis.
xend
selected (required): The identifier for the selected plies.
selected
Success Response:
Code: 200 OK
Content: A JSON object with an array of plies, each containing a name and quantity.
plies
name
quantity
jsonCopy code{ "plies": [ { "name": "String", "quantity": "Number" }, ... ] }
Error Response:
Code: 4XX/5XX (depending on the error type)
Content: { error: "error message" }
{ error: "error message" }
Notes:
The API endpoint is designed for retrieving a list of selected plies based on the coordinates within a 3D space and a selection identifier.
This functionality is crucial for identifying the specific plies that need attention during the repair process.
Last updated 2 years ago