1. There is no such thing as a "pending" ban or Steam admin. Anyone threatening your account is a scammer trying to scare you. Read more.

What are all <summary> possible results?

Discussion in 'SteamRep API Discussion' started by marnellaz, Jun 13, 2017.

  1. marnellaz

    marnellaz Donator - Tier V

    Messages:
    3
    Steam:
    STEAM_0:0:42009158
    Hi all,

    I didn't find any documentation ruling out all the possible results for the <summary> parameter on the API (e.g. ADMIN, SCAMMER, etc).

    Is there any source or would anyone here know what are all possible results for <summary>?

    Thank you.
  2. Mattie!

    Mattie! SteamRep Admin

    Messages:
    5,241
    SteamRep Admin:
    STEAM_0:0:5712733
    Right now it can be
    • "none"
    • "SCAMMER"
    • "CAUTION"
    • "ADMIN"
    • "MIDDLEMAN"
    • "TRUSTED SELLER"
    Though the last one should never happen, it's one of the possible values.

    More could be added, but would probably only happen in a newer version of the API.
    [M&amp;C] TheBluekr and Enstage like this.
  3. marnellaz

    marnellaz Donator - Tier V

    Messages:
    3
    Steam:
    STEAM_0:0:42009158
    Thank you @Mattie!

    What does the value "CAUTION" mean? Reported user by multiple parties, but not enough evidence to ban?
  4. Clive

    Clive SteamRep Admin

    Messages:
    6,572
    SteamRep Admin:
    STEAM_0:0:43668349
    It means that there is insufficient evidence to give a full scammer tag, however an admin believes the user poses a threat to the community, so there is a public warning on their profile to display that. Essentially users should use caution when trading with them.
  5. Mattie!

    Mattie! SteamRep Admin

    Messages:
    5,241
    SteamRep Admin:
    STEAM_0:0:5712733
  6. marnellaz

    marnellaz Donator - Tier V

    Messages:
    3
    Steam:
    STEAM_0:0:42009158
    Thanks @Clive and @Mattie!

    No further questions on this topic.
  7. Enstage

    Enstage SteamRep Admin Partner Community Donator - Tier V

    Messages:
    4,705
    Steam:
    STEAM_0:1:52569926
    Also Legacy Bans are treated as CAUTION's in all current versions of the API.
    You Are The One likes this.
  8. Bluscream

    Bluscream New User

    Messages:
    11
    Steam:
    STEAM_0:1:31090466
    Heres a list of images that match the ones here:

    Code:
    "none": "http://steamrep.com/js/SilverShield1.png",
    "SCAMMER": "http://steamrep.com/js/RedShield1.png",
    "CAUTION": "http://steamrep.com/js/CautionShield1.png",
    "ADMIN": "http://steamrep.com/js/GreenShield1.png",
    "MIDDLEMAN": "http://steamrep.com/js/GreenShield1.png",
    "TRUSTED SELLER": "http://steamrep.com/js/GreenShield1.png"
    }