esi v0.1.1 ESI.API.Opportunities
Summary
Functions
Return information of an opportunities group
Return a list of opportunities groups
Return information of an opportunities task
Return a list of opportunities tasks
Types
Options for Opportunities.group/2.
:language(DEFAULT::"en-us") — Language to use in the response
Functions
Return information of an opportunities group.
Response Example
Details of an opportunities group:
%{"connected_groups" => [100], "description" => "As a capsuleer...",
"group_id" => 103, "name" => "Welcome to New Eden",
"notification" => "Completed:<br>Welcome to New Eden",
"required_tasks" => [19]}
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_opportunities_groups_group_idpath—/opportunities/groups/{group_id}/
Return a list of opportunities groups.
Response Example
A list of opportunities group ids:
[100, 101, 102, 103]
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_opportunities_groupspath—/opportunities/groups/
Return information of an opportunities task.
Response Example
Details of an opportunities task:
%{"description" => "To use station services...",
"name" => "Dock in the station",
"notification" => "Completed:<br>Docked in a station!", "task_id" => 10}
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_opportunities_tasks_task_idpath—/opportunities/tasks/{task_id}/