viewListings
- Home
- Site Building
- Listing
- viewListings
viewListings
Displays a list of listing items.
Parameters
Name | Description |
listing_id required | Listing |
blog_id optional | Blog Id |
setTheme optional | Theme Name |
search optional | Search Term |
inheritance_tag_id optional | Inheritance Category |
tag_id optional | Categories |
tags_required optional | Categories Required |
pg optional | Page Number |
num optional | Per Page Count |
Request Syntax
https://services.onesite.com/1/listing/viewListings.json?listing_id=2839&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{ "code":null, "message":null, "content":{ "listing_id":2839, "listings":{ "626633":{ "TITLE":"Chicken Soup", "BODY":"1. Add the chicken<br />rn2. Boil the water<br />rn3. Enjoy", "PHOTO":null, "occur_id":626633 } }, "page":1, "num":10, "total":1 } } |
Service Information
Service | listing |
Method | viewListings |
Type | REST |
Response Types | JSON, XML |