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} |
models::BookResourcePagingResource get_wanted_missing(page, page_size, sort_key, sort_direction, include_author, monitored)
| 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] |
models::BookResourcePagingResource
- 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]
models::BookResource get_wanted_missing_by_id(id)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | i32 | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]