GET meeting/duration/list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CommonListModelOfDuration| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of Duration |
None. |
|
| code | string |
None. |
|
| msg | string |
None. |
|
| msgDevelop | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"time": 1,
"timeDesc": "sample string 2"
},
{
"time": 1,
"timeDesc": "sample string 2"
}
],
"code": "sample string 1",
"msg": "sample string 2",
"msgDevelop": "sample string 3"
}