Drawings
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/Drawings
Represents a drawing.
GUID
F3EFB1BB-3877-4E34-8148-424F23779AAE
Required permission
Show part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the drawing. |
|
DrawingNumber | String | The human readable number of the drawing.
|
|
PartId | Int64 | The business key identifier of the part that the drawing belongs to. References Parts |
|
Revisions | DrawingRevisions[] | A collection of revisions that belong the the drawing.
|
|
ActiveDrawingRevisionId | Int64? | The business key identifier of the active drawing revision.
|
Introduced in version 23.2 |
Example
{
"Id": 0,
"DrawingNumber": null,
"PartId": 0,
"Revisions": null,
"ActiveDrawingRevisionId": null
}