GET v2/Orders/{id}/Floorplans
Returns the a url list and url count for all the floorplans under a specific order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order number |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FloorplanAssetsReturnViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| UrlList | Collection of string |
None. |
|
| FloorplanSizeSqft | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"urlList": [
"sample string 1",
"sample string 2"
],
"floorplanSizeSqft": 2
}
