These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Fleet CREST doesn't works properly when member docked in citadel.

Author
Jerzy Borowski
Federal Navy Academy
Gallente Federation
#1 - 2016-09-10 11:24:13 UTC
I'm writing EFM application

Seems like when application requests members endpoint data are wrong - field "station" missing. It looks as fleet member in space.


Endpoint: https://crest-tq.eveonline.com/fleets/{fleetID}/members/
CREST response (example):
{
    totalCount_str: '1',
    items: [{
        takesFleetWarp: true,
        squadID: 123123312313,
        solarSystem: [Object],
        wingID: 232131313131,
        boosterID_str: '1',
        roleID: 4,
        character: [Object],
        boosterID: 1,
        boosterName: 'Fleet Booster',
        href: 'https://crest-tq.eveonline.com/fleets/131123123131/members/123133123123/',
        squadID_str: '123123312313',
        roleID_str: '4',
        roleName: 'Squad Member (Boss)',
        ship: [Object],
        joinTime: '2016-09-08T11:12:32',
        wingID_str: '232131313131'
    }],
    pageCount: 1,
    pageCount_str: '1',
    totalCount: 1
}
Carbon Alabel
Gemini Talon
The Curatores Veritatis Auxiliary
#2 - 2016-09-10 14:22:05 UTC
Citadels aren't considered to be stations, and like many other parts of EVE, fleets haven't been updated to properly handle them yet. The same behaviour can be observed in-game as well, and has been present since the initial Citadel release.