Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 3.43 KB

LoyaltyApi.md

File metadata and controls

75 lines (43 loc) · 3.43 KB

\LoyaltyApi

All URIs are relative to https://esi.evetech.net/latest

Method HTTP request Description
get_characters_character_id_loyalty_points GET /characters/{character_id}/loyalty/points/ Get loyalty points
get_loyalty_stores_corporation_id_offers GET /loyalty/stores/{corporation_id}/offers/ List loyalty store offers

get_characters_character_id_loyalty_points

Veccrate::models::GetCharactersCharacterIdLoyaltyPoints200Ok get_characters_character_id_loyalty_points(character_id, datasource, if_none_match, token) Get loyalty points

Return a list of loyalty points for all corporations the character has worked for --- Alternate route: /dev/characters/{character_id}/loyalty/points/ Alternate route: /legacy/characters/{character_id}/loyalty/points/ Alternate route: /v1/characters/{character_id}/loyalty/points/ --- This route is cached for up to 3600 seconds

Parameters

Name Type Description Required Notes
character_id i32 An EVE character ID [required]
datasource Option<String> The server name you would like data from [default to tranquility]
if_none_match Option<String> ETag from a previous request. A 304 will be returned if this matches the current ETag
token Option<String> Access token to use if unable to set a header

Return type

Veccrate::models::GetCharactersCharacterIdLoyaltyPoints200Ok

Authorization

evesso

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_loyalty_stores_corporation_id_offers

Veccrate::models::GetLoyaltyStoresCorporationIdOffers200Ok get_loyalty_stores_corporation_id_offers(corporation_id, datasource, if_none_match) List loyalty store offers

Return a list of offers from a specific corporation's loyalty store --- Alternate route: /dev/loyalty/stores/{corporation_id}/offers/ Alternate route: /legacy/loyalty/stores/{corporation_id}/offers/ Alternate route: /v1/loyalty/stores/{corporation_id}/offers/ --- This route expires daily at 11:05

Parameters

Name Type Description Required Notes
corporation_id i32 An EVE corporation ID [required]
datasource Option<String> The server name you would like data from [default to tranquility]
if_none_match Option<String> ETag from a previous request. A 304 will be returned if this matches the current ETag

Return type

Veccrate::models::GetLoyaltyStoresCorporationIdOffers200Ok

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]