GET GetcadData/{id}
“Get”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | “id”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 1,
"EntityObject": {
"ProjectId": 1,
"ProjectName": "sample string 2",
"FloorNameArray": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"StoreyArray": [
1,
2,
3
]
},
"Msg": "sample string 2"
}