All URIs are relative to https://esi.evetech.net
Method | HTTP request | Description |
---|---|---|
GetCharactersCharacterIdSearch | Get /v3/characters/{character_id}/search/ | Search on a string |
GetCharactersCharacterIdSearchOk GetCharactersCharacterIdSearch(ctx, categories, characterId, search, optional) Search on a string
Search for entities that match a given sub-string. --- This route is cached for up to 3600 seconds
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
categories | []string | Type of entities to search for | |
characterId | int32 | An EVE character ID | |
search | string | The string to search on | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
categories | []string | Type of entities to search for | |
characterId | int32 | An EVE character ID | |
search | string | The string to search on | |
acceptLanguage | string | Language to use in the response | [default to en] |
datasource | string | The server name you would like data from | [default to tranquility] |
ifNoneMatch | string | ETag from a previous request. A 304 will be returned if this matches the current ETag | |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
strict | bool | Whether the search should be a strict match | [default to false] |
token | string | Access token to use if unable to set a header |
GetCharactersCharacterIdSearchOk
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]