| Requires any of the roles: | Worker, Agent, Administrator |
| GET,OPTIONS | /v1/cad/{AttachmentId}/render/status |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AttachmentId | path | Guid | No | |
| VersionNo | query | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Derivative | form | CadDerivative | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CadDerivativeID | form | int | No | |
| AttachmentId | form | Guid | No | |
| VersionNo | form | int | No | |
| Urn | form | string | No | |
| ObjectKey | form | string | No | |
| Status | form | string | No | |
| Progress | form | int | No | |
| StageLabel | form | string | No | |
| Has2d | form | bool | No | |
| Has3d | form | bool | No | |
| HasPdf | form | bool | No | |
| ThumbKey | form | string | No | |
| ThumbUrl | form | string | No | |
| PdfAttachmentId | form | Guid? | No | |
| ErrorText | form | string | No | |
| RequestedBy | form | string | No | |
| RequestedAt | form | DateTime? | No | |
| FinishedAt | form | DateTime? | No | |
| AgeSeconds | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/cad/{AttachmentId}/render/status HTTP/1.1
Host: api.dev.dynamics.trendsic.com
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
Derivative:
{
CadDerivativeID: 0,
AttachmentId: 00000000000000000000000000000000,
VersionNo: 0,
Urn: String,
ObjectKey: String,
Status: String,
Progress: 0,
StageLabel: String,
Has2d: False,
Has3d: False,
HasPdf: False,
ThumbKey: String,
ThumbUrl: String,
PdfAttachmentId: 00000000000000000000000000000000,
ErrorText: String,
RequestedBy: String,
RequestedAt: 0001-01-01,
FinishedAt: 0001-01-01,
AgeSeconds: 0
}
}