API DocumentationManufacturer part revision controller

Download part revision file

Downloads a specific file type associated with a part revision

GET
/api/manufacturer/v1/part-revision/{partRevisionId}/download/{type}
AuthorizationBearer <token>

In: header

Path Parameters

partRevisionIdstring

ID of the part revision

Formatuuid
typestring

Type of file to download

Value in"ORIGINAL_CAD_FILE" | "CORE_GEOMETRY" | "THUMBNAIL" | "PDF_DESIGN_FILE" | "WALL_THICKNESS_ANALYSIS"

Response Body

curl -X GET "http://m-api-dev.phas.io/api/manufacturer/v1/part-revision/497f6eca-6276-4993-bfeb-53cbbbba6f08/download/ORIGINAL_CAD_FILE"
Empty
Empty
Empty

Last updated on