Event List

List existing events. This requires Events component.

Endpoint

Method:

  • POST / GET

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
container_type Yes string user or `group
container_guid Yes integer container guid
offset no integer -

**Example Response **

{
    "merchant": "Premium Social Network",
    "url": "http:\/\/local.openteknik.com\/",
    "time_token": 1632148601,
    "payload": {
        "list": [
            {
                "data": {},
                "guid": 1,
                ...
                ...
                "icon_url": "http:\/\/local.openteknik.com\/event\/image\/35\/master\/de65504fef58d1bb3e206112a202c89c.jpg"
            },
           ...
           ...
        ],
        "offset": false,
        "count": 2
    },
    "code": "100",
    "message": "Request successfully executed"
}

Return payload parameter description

Parameter name Explain
count Total list
offset current offset

Services View All