1. I have corrected the e-mail settings so that outgoing e-mails from these forums should be sent now. If you tried to Register or Reset your Password, please try again!
    Dismiss Notice

2 data errors found

Discussion in 'Census: Planetside 2' started by Viable, Mar 31, 2013.

  1. Viable

    Viable Guest

  2. lethak

    lethak Guest

    I found out recently that deleted characters are now returned by the API when querying by name.first_lower


    Here is the request returning the 2 characters with the same name.
    https://census.daybreakgames.com/s:soe/get/ps2-beta/character?name.first_lower=trakare&c:start=0&c:limit=100

    character_list.0 = is the old one, has an attribute "deleted=true" and if you resolve world, world_id="none"
    character_list.1 = is the used one, has no attribute "deleted"

    We just have to adapt scripts to this behaviour


    btw, a filter on "deleted" would be good too (hint) :D
     

Share This Page