viewListing
- Home
- Site Building
- Listing
- viewListing
viewListing
Displays the information about a specific listing occurance.
Parameters
| Name | Description |
| listing_id required | Listing |
| occur_id required | Occurrence |
| setTheme optional | Theme Name |
| type optional | Listing Type |
| response_id optional | Response Id |
| link_id optional | Link Id |
Request Syntax
| https://services.onesite.com/1/listing/viewListing.json?listing_id=2839&occur_id=626633&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 8 9 10 11 12 |
{ "code":null, "message":null, "content":{ "output":{ "occur_id":"626633", "TITLE":"Chicken Soup", "BODY":"1. Add the chicken<br />rn2. Boil the water<br />rn3. Enjoy", "PHOTO":null } } } |
Service Information
| Service | listing |
| Method | viewListing |
| Type | REST |
| Response Types | JSON, XML |