Skip to content

Latest commit

 

History

History
71 lines (39 loc) · 2.1 KB

File metadata and controls

71 lines (39 loc) · 2.1 KB

\MissingApi

All URIs are relative to http://localhost:8787

Method HTTP request Description
get_wanted_missing GET /api/v1/wanted/missing
get_wanted_missing_by_id GET /api/v1/wanted/missing/{id}

get_wanted_missing

models::BookResourcePagingResource get_wanted_missing(page, page_size, sort_key, sort_direction, include_author, monitored)

Parameters

Name Type Description Required Notes
page Option<i32> [default to 1]
page_size Option<i32> [default to 10]
sort_key Option<String>
sort_direction Option<SortDirection>
include_author Option<bool> [default to false]
monitored Option<bool> [default to true]

Return type

models::BookResourcePagingResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain, application/json, text/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_wanted_missing_by_id

models::BookResource get_wanted_missing_by_id(id)

Parameters

Name Type Description Required Notes
id i32 [required]

Return type

models::BookResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]