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

[PS2] [Problem] Querying fields

Discussion in 'Census: Planetside 2' started by neurohamm, Mar 6, 2013.

  1. neurohamm

    neurohamm Guest

    Hi,

    The different collections accept filter paramters such as:

    character/?name.first_lower=neurohammer

    However, I have some problems using the API. It seems that:

    • Not all the fields are searchable (for example http://census.daybreakgames.com/get/ps2-beta/characters_event/5428010618038112001/?type=DEATH&c:limit=1&attacker_character_id=5428010618030928897 does not filter by attacker id)
    • there are secret fields (like 'type' in the above query)
    Is there information on how I can filter specific channels? Has anyone had any luck using the characters_event query in their own applications?

    Thanks

    Robin
     
  2. JoeyTan

    JoeyTan Guest

    Hi, you're right, we're still working towards a more unified solution to our queries but just a little bit of background as to why certain params work on certain queries and not others.

    mainly it is because census as an api abstracts the fact that we are gather data from multiple data sources, namely game services, game dbs, etc.  as such, depending on the data source and how we "join" the info together some fields may or may not be available for filtering.

     
  3. neurohamm

    neurohamm Guest

    Ah, so no intermediate reporting database? I guess SQL access is right out of the question then :)

    Oh, well. I'll hang on until you're out of beta before going much deeper. Thanks!

     

Share This Page