All URIs are relative to https://esi.evetech.net
Method | HTTP request | Description |
---|---|---|
GetCharactersCharacterIdOpportunities | Get /v1/characters/{character_id}/opportunities/ | Get a character's completed tasks |
GetOpportunitiesGroups | Get /v1/opportunities/groups/ | Get opportunities groups |
GetOpportunitiesGroupsGroupId | Get /v1/opportunities/groups/{group_id}/ | Get opportunities group |
GetOpportunitiesTasks | Get /v1/opportunities/tasks/ | Get opportunities tasks |
GetOpportunitiesTasksTaskId | Get /v1/opportunities/tasks/{task_id}/ | Get opportunities task |
[]GetCharactersCharacterIdOpportunities200Ok GetCharactersCharacterIdOpportunities(ctx, characterId, optional) Get a character's completed tasks
Return a list of tasks finished by a character --- This route is cached for up to 3600 seconds --- Warning: This route is deprecated
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
characterId | int32 | An EVE character ID | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
characterId | int32 | An EVE character ID | |
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 | |
token | string | Access token to use if unable to set a header |
[]GetCharactersCharacterIdOpportunities200Ok
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]int32 GetOpportunitiesGroups(ctx, optional) Get opportunities groups
Return a list of opportunities groups --- This route expires daily at 11:05 --- Warning: This route is deprecated
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
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 |
[]int32
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetOpportunitiesGroupsGroupIdOk GetOpportunitiesGroupsGroupId(ctx, groupId, optional) Get opportunities group
Return information of an opportunities group --- This route expires daily at 11:05 --- Warning: This route is deprecated
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
groupId | int32 | ID of an opportunities group | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
groupId | int32 | ID of an opportunities group | |
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] |
GetOpportunitiesGroupsGroupIdOk
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]int32 GetOpportunitiesTasks(ctx, optional) Get opportunities tasks
Return a list of opportunities tasks --- This route expires daily at 11:05 --- Warning: This route is deprecated
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
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 |
[]int32
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetOpportunitiesTasksTaskIdOk GetOpportunitiesTasksTaskId(ctx, taskId, optional) Get opportunities task
Return information of an opportunities task --- This route expires daily at 11:05 --- Warning: This route is deprecated
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
taskId | int32 | ID of an opportunities task | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
taskId | int32 | ID of an opportunities task | |
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 |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]