GET tv/meeting/pic?picId={picId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
picId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CommonClassModelOfPersonPicName | Description | Type | Additional information |
---|---|---|---|
data | PersonPic |
None. |
|
code | string |
None. |
|
msg | string |
None. |
|
msgDevelop | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "sendTime": "sample string 1", "picId": "sample string 2", "picUrl": "sample string 3", "picSmallUrl": "sample string 4", "picWidth": "sample string 5", "picHeight": "sample string 6", "originPicId": "sample string 7" }, "code": "sample string 1", "msg": "sample string 2", "msgDevelop": "sample string 3" }