GET equipment/outlinedrawings/download?drawingNumber={drawingNumber}&drawingFileType={drawingFileType}
Use Ariel.Integration security to perform authorization and call into the Outline Drawing API to execute a download of the specified drawing
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| drawingNumber |
Drawing Number: Drawing Name concatenated with "_S" followed by Sheet Number |
string |
Required |
| drawingFileType |
Drawing file type to be returned i.e. PDF (2D), SAT(3D), etc. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |