Referral Project
This documentation is related to the SEO Referral Project. This initiative provides a storage operator a seamless real-time way to interact with StorageTreasures, to obtain limited facility and auction information. Calling this API endpoint will provide, in the form of a JSON response the following information:
- Facility Name
- Facility Id
- Store Id
- Address
- State
- City
- Zip Code
- Phone Number
- Link to Facility homepage
- List of Auction Data Objects
- Auction Id
- Expire Date
Get Facilities and Auctions
This endpoint allows you to retrieve a list of Facilities (with several related information) and their corresponding auctions (including expiration date), by Account Id and Account Key. You can obtain these two parameters by logging into the StorageTreasures portal using your Email address and password. If you don't have valid credentials or you don't have an adequate role, you will receive an error message.
Attributes
string
required
Cannot be null or an empty. Information can be obtained following instructions above.
Example: "RalV0BJXWC2qCasdfADA34s5yEH1z3l82nEwYEvM"
Guid
required
Cannot be null or an empty Guid. Information can be obtained following instructions above.
Example: "00000000-0000-0000-0000-000000000000"
integer
required
pageNumber represents the page you want to request. For the first call it should always be set to "1". Must be greater than 0 and less than or equals to the max number of pages (calculation is totalCountFacility divided by pageCount).
Example: 1
integer
required
pageCount represents the number of facilities to include in the page for that response. Must be greater than 0 and less than or equal to 100.
Example: 1
Request
Response