Create a part
. This endpoint includes multiple successful response codes: [201
, 202
]. When not given a relationship, this endpoint will create a part with an empty part revision and return a 201
status code of the part. When given a relationship to translate, this endpoint will return a 202
status code with the location of a queued-translation
. The status of the translation can be queried via getQueuedTranslation
. After the translation is complete, a part
and part-revision
that references the translated geometry. A unique suppliedId/suppliedRevisionId combination will create a new part and new part revision. For instance, sending my-part-id/my-revision-id will create a new part and new revision with those corresponding supplied ids. To create a new revision for my-part-id
, likewise you can invoke this endpoint with a new revision id: my-part-id/my-new-revision-id
and a new revision will be created for the existing part. See our Import Data guides for more information.
Request parameters.
Delete a part
.
Request parameters.
Get a part
by ID.
Request parameters.
Get parts
.
Request parameters.
Get a queued-part-deletion
by ID.
Request parameters.
PartsApi - object-oriented interface