API DocumentationManufacturer part revision controller
Get multiple part revisions by IDs
Retrieves multiple part revisions by their IDs
Authorization
Phasio API Bearer Token AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Set of part revision IDs to retrieve
[index: integer]?string
Response Body
application/json
curl -X POST "https://example.com/api/manufacturer/v1/part-revision/bulk" \ -H "Content-Type: application/json" \ -d '[ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ]'[ { "partRevisionId": "d6aa80a1-8f9a-4090-941a-f51f551521b8", "designName": "string", "designId": "033e957b-7b88-4dd7-902f-29ec7b58670b", "availableAccessories": [ "ORIGINAL_CAD_FILE" ], "volume": 0, "area": 0, "height": 0, "width": 0, "depth": 0, "minimumWallThickness": 0, "minBoundingBoxVolume": 0, "convexHullVolume": 0, "shrinkWrapVolume": 0, "createdAt": "2019-08-24T14:15:22Z", "versionNumber": 0, "isLatestRevision": true, "repaired": true, "watertight": true, "originalCADFileType": "STL", "conflictOnHash": "string", "baseRotationMatrix": [ 0 ], "deleted": true }]Empty
Last updated on