API: RSS: Trading: getlist-myoffers-rss
Returns the My Library list for the specified user
Url:
http://api.goozex.com/public/api/rss/trading/getlist-myoffers-rss.asp
Call as:
getlist-myoffers-rss.asp?appname=[ app_name ]&username=[ username ]&idtoken=[ token ]&topquantity=[ x ]&sortingoption=[ S|P|T ]&listtype=[ A|C|E ]
Parameters:
app_name: Unique ID of the application
values: alphanumeric string given by Goozex to identify each application. Required.
username: Username of the user offering the list.
values: string representing the username, url-encoded
idtoken: Token code uniquely assigned to each user.
values: string representing the user's token, url-encoded
topquantity: (optional) specifies max number of games to return in list. Omit to get entire list
values: 1 to 5000. Default = 100
sortingoption: (optional) specifies how the list should be sorted (state of game, platform)
values: string with values: S = State (default), P = Platform, T = Title, D = Date (feedback date, when available)
listtype: (optional) specifies the type of list to retun:
values: string: A = Active+OnHold (default), C = Active+OnHold+Match+Commit, E = Completed (Finished + System Close)
Returns:
<game_title> Title of the game
<game_titleplatform> Title of the game in the format: Title (Platform)
<game_itemid> Game ID
<game_itemurl> URl to game page
<game_platform> Platform name
<game_platformid> Platform ID
<game_cover_icon> Filename of game icon
<game_cover_icon_url> URL of game icon
<trading_turnstogo> Turns to go (position in the queue)
<trading_offerstate> State of the offer (A= Active, N=On Hold, M=Match, C=Commit - shipped, F=Finished - feedback provided, O=Finished - Closed by system)
<trading_shippinglevel> 1 = disc only, 2 = disc + manual, 3 = full package
<game_pointvalue> Current point value of the game on Goozex
<game_tradedpointvalue> Point value of the game at the time the trade was completed (valid only for committed + finished trades) [Only available for listtype="E"]
<game_tradetimestamp> Date of transaction start [Only available for listtype="E"]
<game_feedbackdate> Date of transaction close [Only available for listtype="E"]
<game_feedbacktype> Feedback provided (P=Positive, N=Neutral, X=Negative, O=Positive feedback given by system) [Only available for listtype="E"]
Example: http://api.goozex.com/public/api/rss/trading/getlist-myoffers-rss.asp?appname=test&username=<username>&idtoken=<id token>&sortingoption=S&listtype=C