Network Lists
List Network Lists
List all Network Lists owned by your account.
get/workspace/network_lists
Query parameters
fieldsstring
Comma-separated list of field names to include in the response. Nested fields can be accessed using dot notation.
idinteger
Filter by id (accepts comma-separated values).
last_editorstring
Filter by last editor (case-insensitive, partial match).
last_modified__gtestring date-time
Filter by last modified date (greater than or equal).
last_modified__ltestring date-time
Filter by last modified date (less than or equal).
list_type__instring
Filter by list type (accepts comma-separated values).
namestring
Filter by name (case-insensitive, partial match).
orderingstring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
page_sizeinteger
A numeric value that indicates the number of items per page.
searchstring
A search term.
Response
List of network lists retrieved successfully.
Example response
{
"count": 123,
"total_pages": 10,
"page": 1,
"page_size": 10,
"next": "https://api.example.com/items?page=3",
"previous": "https://api.example.com/items?page=1"
}