Meet List
Content-type: application/json
end point for all api : /api
Meet List request parameters
for this request need api secret (see config.yml)
Field | Type | Required | Description |
---|---|---|---|
Secret | string | Yes | api secret |
Type | string | Yes | must be "MeetList" |
Sample
{
Secret: "apisecret",
Type: "MeetList"
}
Meet List response
Field | Type | value | Description |
---|---|---|---|
Status | string | "ok" | return ok |
Data | json | List of Meet |
sample response
{
"Status": "ok",
"Data" : {
...
}
}