GET boards/board-info
Gets the list of user's boardsRequest
URL ( requires authentication )
https://api-lease.crexi.com/boards/board-infoResponse
Details
Returns an HTTP 200 OK and a list of boards. Returns 400 Bad Request and an error message otherwise.
Data fields
Idinteger |
|
IsFavoriteboolean |
|
Namestring |
|
NumberOfAssetsinteger |
|
ThumbnailUrlstring |
|
Example
JSON
[ { "Id": 1, "IsFavorite": false, "Name": "Awesome Properties", "NumberOfAssets": 5, "ThumbnailUrl": "http://qwerty.qwe/board/12345/tn.jpg" } ]