rlink:community:communityevent:getavailablecommunityevents

This is an old revision of the document!


[GET] /community/CommunityEvent/getAvailableCommunityEvents

parameter type value comments
titlestr/enumage1, age2, age3, age4
{
  "result": {
    "code": 0,
    "message": "SUCCESS"
  },
  "communityEvents": []
}
{
    "$schema": "http://json-schema.org/schema#",
    "type": "object",
    "properties": {
        "result": {
            "type": "object",
            "properties": {
                "code": {
                    "type": "integer"
                },
                "message": {
                    "type": "string"
                }
            },
            "required": [
                "code",
                "message"
            ]
        },
        "communityEvents": {
            "type": "array"
        }
    },
    "required": [
        "communityEvents",
        "result"
    ]
}
  • rlink/community/communityevent/getavailablecommunityevents.1703180127.txt.gz
  • Last modified: 2 years ago
  • by nimda