# \BookmarksApi
All URIs are relative to *https://esi.evetech.net/latest*
[**get_characters_character_id_bookmarks**](BookmarksApi.md#get_characters_character_id_bookmarks) | **get** /characters/{character_id}/bookmarks/ | List bookmarks
[**get_characters_character_id_bookmarks_folders**](BookmarksApi.md#get_characters_character_id_bookmarks_folders) | **get** /characters/{character_id}/bookmarks/folders/ | List bookmark folders
[**get_corporations_corporation_id_bookmarks**](BookmarksApi.md#get_corporations_corporation_id_bookmarks) | **get** /corporations/{corporation_id}/bookmarks/ | List corporation bookmarks
[**get_corporations_corporation_id_bookmarks_folders**](BookmarksApi.md#get_corporations_corporation_id_bookmarks_folders) | **get** /corporations/{corporation_id}/bookmarks/folders/ | List corporation bookmark folders
# **get_characters_character_id_bookmarks**
> Vec<::models::GetCharactersCharacterIdBookmarks200Ok> get_characters_character_id_bookmarks(ctx, character_id, optional)
List bookmarks
A list of your character's personal bookmarks --- Alternate route: `/dev/characters/{character_id}/bookmarks/` Alternate route: `/v2/characters/{character_id}/bookmarks/` --- This route is cached for up to 3600 seconds
### Required Parameters
**ctx** | **context.Context** | context containing the authentication | nil if no authentication
**character_id** | **i32**| An EVE character ID |
**optional** | **map[string]interface{}** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a map[string]interface{}.
**character_id** | **i32**| An EVE character ID |
**datasource** | **String**| The server name you would like data from | [default to tranquility]
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag |
**page** | **i32**| Which page of results to return | [default to 1]
**token** | **String**| Access token to use if unable to set a header |
### Return type
[**Vec<::models::GetCharactersCharacterIdBookmarks200Ok>**](get_characters_character_id_bookmarks_200_ok.md)
### Authorization
[evesso](../README.md#evesso)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **get_characters_character_id_bookmarks_folders**
> Vec<::models::GetCharactersCharacterIdBookmarksFolders200Ok> get_characters_character_id_bookmarks_folders(ctx, character_id, optional)
List bookmark folders
A list of your character's personal bookmark folders --- Alternate route: `/dev/characters/{character_id}/bookmarks/folders/` Alternate route: `/v2/characters/{character_id}/bookmarks/folders/` --- This route is cached for up to 3600 seconds
### Required Parameters
**ctx** | **context.Context** | context containing the authentication | nil if no authentication
**character_id** | **i32**| An EVE character ID |
**optional** | **map[string]interface{}** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a map[string]interface{}.
**character_id** | **i32**| An EVE character ID |
**datasource** | **String**| The server name you would like data from | [default to tranquility]
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag |
**page** | **i32**| Which page of results to return | [default to 1]
**token** | **String**| Access token to use if unable to set a header |
### Return type
[**Vec<::models::GetCharactersCharacterIdBookmarksFolders200Ok>**](get_characters_character_id_bookmarks_folders_200_ok.md)
### Authorization
[evesso](../README.md#evesso)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **get_corporations_corporation_id_bookmarks**
> Vec<::models::GetCorporationsCorporationIdBookmarks200Ok> get_corporations_corporation_id_bookmarks(ctx, corporation_id, optional)
List corporation bookmarks
A list of your corporation's bookmarks --- Alternate route: `/dev/corporations/{corporation_id}/bookmarks/` Alternate route: `/legacy/corporations/{corporation_id}/bookmarks/` Alternate route: `/v1/corporations/{corporation_id}/bookmarks/` --- This route is cached for up to 3600 seconds
### Required Parameters
**ctx** | **context.Context** | context containing the authentication | nil if no authentication
**corporation_id** | **i32**| An EVE corporation ID |
**optional** | **map[string]interface{}** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a map[string]interface{}.
**corporation_id** | **i32**| An EVE corporation ID |
**datasource** | **String**| The server name you would like data from | [default to tranquility]
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag |
**page** | **i32**| Which page of results to return | [default to 1]
**token** | **String**| Access token to use if unable to set a header |
### Return type
[**Vec<::models::GetCorporationsCorporationIdBookmarks200Ok>**](get_corporations_corporation_id_bookmarks_200_ok.md)
### Authorization
[evesso](../README.md#evesso)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **get_corporations_corporation_id_bookmarks_folders**
> Vec<::models::GetCorporationsCorporationIdBookmarksFolders200Ok> get_corporations_corporation_id_bookmarks_folders(ctx, corporation_id, optional)
List corporation bookmark folders
A list of your corporation's bookmark folders --- Alternate route: `/dev/corporations/{corporation_id}/bookmarks/folders/` Alternate route: `/legacy/corporations/{corporation_id}/bookmarks/folders/` Alternate route: `/v1/corporations/{corporation_id}/bookmarks/folders/` --- This route is cached for up to 3600 seconds
### Required Parameters
**ctx** | **context.Context** | context containing the authentication | nil if no authentication
**corporation_id** | **i32**| An EVE corporation ID |
**optional** | **map[string]interface{}** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a map[string]interface{}.
**corporation_id** | **i32**| An EVE corporation ID |
**datasource** | **String**| The server name you would like data from | [default to tranquility]
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag |
**page** | **i32**| Which page of results to return | [default to 1]
**token** | **String**| Access token to use if unable to set a header |
### Return type
[**Vec<::models::GetCorporationsCorporationIdBookmarksFolders200Ok>**](get_corporations_corporation_id_bookmarks_folders_200_ok.md)
### Authorization
[evesso](../README.md#evesso)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)