The Greensheet
API
V2
Classified
POST
/v2/classified
- Post New Classified
GET
/v2/classified/123
- Classified Id #123
GET
/v2/classified?acctid=12345
- Classified for Account #12345
Category
GET
/v2/category
- All Categories
GET
/v2/category/123
- Category Id #123
Print Attention Getter
GET
/v2/attentiongetter
- All Print Attention Getters
GET
/v2/attentiongetter/123
- Print Attention Getter Id #123
Featured Categories
GET
/v2/FeaturedCategory/Houston/1
- Get the current featured category for city/controlId
GET
/v2/FeaturedCategoryAds/Houston/1/20
- Get the current featured ads for city/controlId/count
GET
/v2/FeaturedCategory/Houston/Feed1
- Get the current featured category for city/controlName
GET
/v2/FeaturedCategoryAds/Houston/Feed1/20
- Get the current featured ads for city/controlName/count
Upsells
GET
/v2/Upsell
- Get all Upsells
GET
/v2/Upsell/1
- Get the Upsell with Id 1
GET
/v2/Upsell/?product=print
- Get Upsells for Print product
GET
/v2/Upsell/?product=web
- Get Upsells for Web product
Zones
GET
/v2/Zone
- Get all zones
GET
/v2/Zone/1
- Get the Zone with ZoneId 1
GET
/v2/Zone/?product=print
- Get Zones for Print product
GET
/v2/Zone/?product=web
- Get Zones for Web product
Designations
GET
/v2/Designation
- Get all designations
GET
/v2/Designation/102
- Get designation for category 102
V1
General
/Cities/GetAllCites
- All Greensheet Cities
/Categories/GetSubCategories
- All Sub Categories
/Categories/GetMainCategories
- All Main Categories
/Form/Submit
- Submit Form
Search
/Search/Austin/test
- Search for "test" in City "Austin"
/Search/Houston/Real Estate/home
- Search for "home" in City "Houston" within Main Category "Real Estate"
/Search/GetSuggestions/houston/Chiwwawwa
- Get Suggestions for Chiwwawwa (chiwawa) in the houston dictionary
/Search/Getzipcode
- Get zipcode for your IP address, jsonp formated to call function SetZipcode();
Photo
/Photos/GetImage/343370
- Image Id #343370
/Photos/GetImageForAd/343370
- Get First Image For AdID 343370
Classifieds
/Ads/GetAd/123
- Ad Id #123
/Ads/Go/123
- Go To Ad id #123
/Ads/GetAllAdsInSubCategory/houston/2
- All Ads in City "Houston" within Sub Category "Animals & Pets"
/Ads/GetTop20AdsInSubCategory/houston/2
- Top 20 Ads in City "Houston" within Sub Category "Animals & Pets"
/Ads/GetAllAdsInMainCategory/houston/5
- All Ads in City "Houston" within Main Category "Employment"
/Ads/GetTop20AdsInMainCategory/houston/5
- Top 20 Ads in City "Houston" within Main Category "Employment"
/Ads/GetAllAdsInSubCategoryById/houston/102
- All Ads in City "Houston" with category id 102
Drops
/FindAGreensheet/77002
- List all drops in zipcode 77002
Ad Network
/AdNetwork/ShouldServeHouseAd
- returns true if a mobile app should serve a house ad. If false it should use a network(admob) ad.