[][src]Function df_st_api::api::links::list_link_he_hf

pub fn list_link_he_hf(
    conn: DfStDatabase,
    pagination: ApiPagination,
    server_info: State<'_, ServerInfo>,
    he_id: Option<i32>,
    hf_id: Option<i32>
) -> Result<Json<ApiPage<LinkHEHF>>, APIErrorNotModified>

Request a list of all LinkHEHF in the world. You can filter on he_id or hf_id, but not at the same time.

( Since = "0.1.2" )