Page Summary
-
Lists existing Middle Mile Optimization networks.
-
Allows for pagination to retrieve large sets of networks.
-
The maximum number of networks returned in a single request is 1000.
-
Each network is represented by a
Networkobject containing its details.
Lists the Network.
HTTP request
GET https://middlemileoptimization.googleapis.com/v1/networks
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
page |
Optional. The maximum number of networks to return. The service may return fewer than this value. If unspecified, at most 50 networks will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
page |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
The response message for networks.list method.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"networks": [
{
object ( |
| Fields | |
|---|---|
networks[] |
The list of networks. |
next |
A token, which can be sent as |