GET api/Servo/Broadcast/Event/GetList
检索当前需要置入到队列的播报内容,总是最多返回一页,一页一般是10条。以复杂类型返回(CommonOperationResultWithTag(V_EcoCar_BroadcastDataTable))。 需要判断返回值,返回值errcode=0表示成功,tag值中返回需要播报的内容。
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
检索当前需要置入到队列的播报内容,总是最多返回一页,一页一般是10条。以复杂类型返回(CommonOperationResultWithTag(V_EcoCar_BroadcastDataTable))。 需要判断返回值,返回值errcode=0表示成功,tag值中返回需要播报的内容。
CommonOperationResultWithTagOfV_EcoCar_BroadcastDataTableName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": null }
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.