esi-issues icon indicating copy to clipboard operation
esi-issues copied to clipboard

/fleets/{fleet_id}/members/ not returning station_id

Open musicmage4114 opened this issue 8 years ago • 3 comments

Bug

As documented, this endpoint should return a station_id when a fleet member is docked. Tested in both a station and in structure, did not receive a station_id in both cases.

In station:

Returned:

[
  {
    "character_id": 90960817,
    "ship_type_id": 11188,
    "wing_id": 2170111337586,
    "squad_id": 3303511337586,
    "role": "squad_commander",
    "role_name": "Squad Commander (Boss)",
    "join_time": "2017-06-02T03:45:38Z",
    "takes_fleet_warp": true,
    "solar_system_id": 30004155
  }
]

Checking /characters/{character_id}/location at the same time yielded:

{
  "solar_system_id": 30004155,
  "station_id": 60008632
}

In structure

(also changed to Fleet Commander to see if the information was restricted)

[
  {
    "character_id": 90960817,
    "ship_type_id": 11188,
    "wing_id": -1,
    "squad_id": -1,
    "role": "fleet_commander",
    "role_name": "Fleet Commander (Boss)",
    "join_time": "2017-06-02T03:45:38Z",
    "takes_fleet_warp": true,
    "solar_system_id": 30004155
  }
]

Character location:

{
  "solar_system_id": 30004155,
  "structure_id": 1022825943182
}

musicmage4114 avatar Jun 02 '17 04:06 musicmage4114

This is still broken, and a lack of parity with CREST iirc.
/fleets/.../members/ never has a station_id, regardless of station or citadel docking. And /characters/.../location still works.

DaneelTrevize avatar May 07 '18 09:05 DaneelTrevize

Any news on this one? The station_id is still in the spec but not returned.

snitchashor avatar Dec 02 '18 00:12 snitchashor

I would also like to see this one fixed

benflanaghan avatar Jan 07 '19 15:01 benflanaghan