networking _address _lot _block _list
List blocks in address lot
get /v1 /system /networking /address -lot / {address _lot } /blocks
Path Parameters
address_lot
Name or ID of the address lot
Query Parameters
limit
Maximum number of items returned by a single call
page_token
Token returned by previous call to retrieve the subsequent page
sort_by
Supported set of sort modes for scanning by id only.
Currently, we only support scanning in ascending order.
Responses
Object
items
list of items on this page of results
An address lot block is a part of an address lot and contains a range of addresses. The range is inclusive.
Object
first_address
The first address of the block (inclusive).
id
The id of the address lot block.
last_address
The last address of the block (inclusive).
next_page
token used to fetch the next page of results (if any)