# Find by Node ID of Master Endpoint: GET /network/find/masterid/{master_id} Security: ApiKey ## Path parameters: - `master_id` (integer, required) ID of Master Radar Node ## Query parameters: - `array` (boolean) The default behavior is to return an array when there are multiple results and a single object in the case of a single result. When this parameter is true the response will always be an array. - `expandNodes` (boolean) If true, will also return an array of all nodes belonging to this network under the 'nodes' key.