get https://www.coohom.com/api/saas/openapi/design//cd
Through this API, you can get the link of construction drawings data resources.
Response
Name | Required | Type | Description |
---|---|---|---|
errorList | true | list<int> | The ID list of the drawings that have failed. For the enumerations of IDs, see Generate CAD Floor Plans/Construction Drawings. |
requestList | true | list<int> | The ID list of the successful drawings. For the enumerations of IDs, see Generate CAD Floor Plans/Construction Drawings. |
errorCount | true | int | The number of failed drawings. |
constructionUrl | true | string | The download link of the drawings. |
requestTime | true | long | Indicates when the drawings have joined the queue for generating. |
status | true | int | The status of the drawings. Valid values: -1 (no drawing to generate ), 0 (waiting), 1 (processing), 2 (success), and 3 (failure). |