/FeedbackAwaiting GET

Returns a user's sold and won items that are still awaiting feedback as a List Response.

URL
/FeedbackAwaiting
Verb
GET

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string YES The token acquired from a POST to Users/AccessToken.

Input

NOTE: Variables to place in the query string of the request.

Parameter Data Type Valid Values Required Description
FeedbackSearchType integer 1 - Feedback Needed from Others

2 - Feedback Needed to Post

YES
SellerUserName string string NO The username or email of the seller
BuyerUserName string string NO The username or email of the buyer
Keywords string string NO Searchable keywords from the item title and description fields
SortBy integer 1 - Title

2 - Seller UserName

3 - Buyer UserName

4 - Sale Date

5 - Item ID
NO The field to sort on. Default = 4 - Sale Date
SortOrder integer 0 - Ascending

1 - Descending
NO Sort direction. Default = 1 - Descending
TimeFrame integer 1 - ViewCompleted

8 - ViewEndedLast24

9 - ViewEndedLast48

10 - ViewEndedLastWeek

11 - ViewEndedLast2Weeks

12 - ViewEndedLast30Days

13 - ViewEndedLast60Days

14 - ViewEndedLast90Days
NO Using this parameter requires a valid X-AccessToken authentication header. This sets the time frame to search for. Default = 12 - ViewEndedLast30Days.

Optional PagingParameters

Output

If there are no errors with the input parameters, this call will respond with a 200 OK and the following data as serialized JSON

Parameter Data Type Valid Values Description
SaleDate datetime Valid ISO 8601 DateTime format Sale date for the item in UTC
ItemID integer positive # ID of the item won
Seller User Summary User Summary The Seller of the item
Buyer User Summary User Summary The Buyer of the item
ThumbnailURL string A fully qualified url to an image file The location of the image file to be used as the thumbnail for the item
Title string string Title of the item won