[−][src]Function df_st_api::api::underground_regions::list_underground_regions
pub fn list_underground_regions(
conn: DfStDatabase,
pagination: ApiPagination,
server_info: State<'_, ServerInfo>
) -> Result<Json<ApiPage<UndergroundRegion>>, APIErrorNotModified>
Request a list of all UndergroundRegions
in the world.
List is not ordered and some id's might be missing!
( Since = "0.1.0" )