[][src]Function df_st_api::api::world_constructions::list_world_constructions

pub fn list_world_constructions(
    conn: DfStDatabase,
    pagination: ApiPagination,
    server_info: State<'_, ServerInfo>
) -> Result<Json<ApiPage<WorldConstruction>>, APIErrorNotModified>

Request a list of all WorldConstruction in the world. List is not ordered and some id's might be missing!

( Since = "0.1.0" )