## Fetch multiple features by type and ID `$client->elements->batch(list elements): FeatureCollection` **post** `/api/v1/features/batch` Fetch multiple features by type and ID ### Parameters - `elements: list` ### Returns - `FeatureCollection` - `list features` - `Type type` ### Example ```php elements->batch( elements: [['id' => 0, 'type' => 'node']] ); var_dump($featureCollection); ```