Hi API-M team,

I encounter an issue with the JSON message in API-M. The WSO2 Con API
backend currently deploy in the API-M. It has number of Jaggery endpoints.

When I call the endpoint [1] I come up with the following JSON result.

[
    {
        "id": {},
        "title": "Registration",
        "description": "Registration",
        "venue": "Ball Room",
        "eventTypeId": {},
        "fromDateTime": "2014-03-25 08:30:00",
        "toDateTime": "2014-03-25 09:00:00",
        "isCrossTrack": {}
    }
]

But If I call the same endpoint which is locally deployed Jaggery server
[2] I end up with the following JSON result.

[
    {
        "id": "1",
        "title": "Registration",
        "description": "Registration",
        "venue": "Ball Room",
        "eventTypeId": "1",
        "fromDateTime": "2014-03-25 08:30:00",
        "toDateTime": "2014-03-25 09:00:00",
        "isCrossTrack": "1"
    }
]

All the integer fields empty in the API-M JSON result. Can you guys look in
to this issue.

[1] curl -i -H "Accept: application/json" -X GET
http://api.wso2con.com:8280/wso2_con_public_api/1.0/conferences/1/agendas/1/tracks/1/events

[2] curl -i -H "Accept: application/json" -X GET
http://127.0.0.1:9763/con_api/conferences/1/agendas/1/tracks/1/events

Thank you.

-- 
Indika Sampath
Software Engineer
WSO2 Inc.
http://wso2.com

Phone: +94 716 424 744
Blog: http://indikasampath.blogspot.com/
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to