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

How to determine outfit name by character id?

Discussion in 'Census: Planetside 2' started by Slava Semushin, Jul 2, 2013.

  1. Hello!

    I use folowing request to get outfit name by character id:


    Code:
    http://census.daybreakgames.com/get/ps2-beta/outfit_member/?character_id=${character_id}&c:show=outfit.name&c:resolve=outfit%28name%29
    But I found that it returns nothing for many users (more than half):


    Code:
    {"internal":false,"outfit_member_list":[],"returned":0,"timing":{"outfit_member-ms":3,"total-ms":3}}
    I doubt that it's true.

    Is I use incorrect request? Or request behavior changed? How I can get this information with ps2 namespace?

    Thanks in advance!
     
  2. lethak

    lethak Guest

    have you tried with start offset and limit ?
     
  3. Just tried to add

    Code:
    c:limit=1&c:offset=0
    or

    Code:
    c:limit=1&c:offset=1
    and it doesn't work either.
     

Share This Page