2078 | | * @type int|array 'network_id' A network ID or array of network IDs. Set to null to retrieve sites |
2079 | | * from all networks. Defaults to current network ID. |
2080 | | * @type int 'public' Retrieve public or non-public sites. Default null, for any. |
2081 | | * @type int 'archived' Retrieve archived or non-archived sites. Default null, for any. |
2082 | | * @type int 'mature' Retrieve mature or non-mature sites. Default null, for any. |
2083 | | * @type int 'spam' Retrieve spam or non-spam sites. Default null, for any. |
2084 | | * @type int 'deleted' Retrieve deleted or non-deleted sites. Default null, for any. |
2085 | | * @type int 'limit' Number of sites to limit the query to. Default 100. |
2086 | | * @type int 'offset' Exclude the first x sites. Used in combination with the limit parameter. Default 0. |
| 2081 | * @type int|array $network_id A network ID or array of network IDs. Set to null to retrieve sites |
| 2082 | * from all networks. Defaults to current network ID. |
| 2083 | * @type int $public Retrieve public or non-public sites. Default null, for any. |
| 2084 | * @type int $archived Retrieve archived or non-archived sites. Default null, for any. |
| 2085 | * @type int $mature Retrieve mature or non-mature sites. Default null, for any. |
| 2086 | * @type int $spam Retrieve spam or non-spam sites. Default null, for any. |
| 2087 | * @type int $deleted Retrieve deleted or non-deleted sites. Default null, for any. |
| 2088 | * @type int $limit Number of sites to limit the query to. Default 100. |
| 2089 | * @type int $offset Exclude the first x sites. Used in combination with the $limit parameter. Default 0. |