Created
October 7, 2011 08:49
-
-
Save stefanosala/1269812 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /pois/1/comments | |
{"status":{"value":"ok","message":"","app_error_code":0},"response":[{"id":2,"user":{"username":"fooUsername","email":"[email protected]","id":1,"skierType":{"id":1,"name":"SkierType 1"},"myDolomitiSkiCardValid":false,"createdAt":"2011-10-07T10:46:12+0200","updatedAt":"2011-10-07T10:46:12+0200","culture":"IT","registrationType":0,"emailValid":true,"acceptedPrivacy":true,"acceptedTerms":true,"receiveNewsletter":false},"message":"Lorem ipsum dolor sit amet.","createdAt":"2011-10-01T00:00:00+0200","poi":{"id":1,"name":"Poi 1","valley":{"id":2,"name":"Valley 1","geoLocation":{"latitude":"1","longitude":"1"}},"poiCategory":{"id":1,"name":"Poi category 1","icon":"dummyIcon.png","checkeable":true},"geoLocation":{"latitude":"1","longitude":"1"},"address":"Cortina d'Ampezzo","zipCode":"20100","province":{"name":"Province 1","code":"P1"},"description":"Lorem ipsum dolor sit amet.","icon":"dummyIcon.png"}},{"id":1,"user":{"username":"fooUsername","email":"[email protected]","id":1,"skierType":{"id":1,"name":"SkierType 1"},"myDolomitiSkiCardValid":false,"createdAt":"2011-10-07T10:46:12+0200","updatedAt":"2011-10-07T10:46:12+0200","culture":"IT","registrationType":0,"emailValid":true,"acceptedPrivacy":true,"acceptedTerms":true,"receiveNewsletter":false},"message":"Lorem ipsum dolor sit amet.","createdAt":"2011-09-01T00:00:00+0200","poi":{"id":1,"name":"Poi 1","valley":{"id":2,"name":"Valley 1","geoLocation":{"latitude":"1","longitude":"1"}},"poiCategory":{"id":1,"name":"Poi category 1","icon":"dummyIcon.png","checkeable":true},"geoLocation":{"latitude":"1","longitude":"1"},"address":"Cortina d'Ampezzo","zipCode":"20100","province":{"name":"Province 1","code":"P1"},"description":"Lorem ipsum dolor sit amet.","icon":"dummyIcon.png"}}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /pois/1/images | |
{"status":{"value":"ok","message":"","app_error_code":0},"response":[{"id":2,"path":"DummyImage.png","pois":{"id":1,"name":"Poi 1","valley":{"id":2,"name":"Valley 1","geoLocation":{"latitude":"1","longitude":"1"}},"poiCategory":{"id":1,"name":"Poi category 1","icon":"dummyIcon.png","checkeable":true},"geoLocation":{"latitude":"1","longitude":"1"},"address":"Cortina d'Ampezzo","zipCode":"20100","province":{"name":"Province 1","code":"P1"},"description":"Lorem ipsum dolor sit amet.","icon":"dummyIcon.png"},"uploadedBy":{"username":"fooUsername","email":"[email protected]","id":1,"skierType":{"id":1,"name":"SkierType 1"},"myDolomitiSkiCardValid":false,"createdAt":"2011-10-07T10:47:05+0200","updatedAt":"2011-10-07T10:47:05+0200","culture":"IT","registrationType":0,"emailValid":true,"acceptedPrivacy":true,"acceptedTerms":true,"receiveNewsletter":false},"createdAt":"2011-10-01T00:00:00+0200"},{"id":1,"path":"DummyImage.png","pois":{"id":1,"name":"Poi 1","valley":{"id":2,"name":"Valley 1","geoLocation":{"latitude":"1","longitude":"1"}},"poiCategory":{"id":1,"name":"Poi category 1","icon":"dummyIcon.png","checkeable":true},"geoLocation":{"latitude":"1","longitude":"1"},"address":"Cortina d'Ampezzo","zipCode":"20100","province":{"name":"Province 1","code":"P1"},"description":"Lorem ipsum dolor sit amet.","icon":"dummyIcon.png"},"uploadedBy":{"username":"fooUsername","email":"[email protected]","id":1,"skierType":{"id":1,"name":"SkierType 1"},"myDolomitiSkiCardValid":false,"createdAt":"2011-10-07T10:47:05+0200","updatedAt":"2011-10-07T10:47:05+0200","culture":"IT","registrationType":0,"emailValid":true,"acceptedPrivacy":true,"acceptedTerms":true,"receiveNewsletter":false},"createdAt":"2011-09-01T00:00:00+0200"}]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment