POST api/PlayerIndex/GetPhotoByKeyword
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MyPhotoName | Description | Type | Additional information |
---|---|---|---|
PhostID | string |
None. |
|
Img | string |
None. |
|
WebUrl | string |
None. |
|
IsLock | string |
None. |
|
Keys | string |
None. |
|
Keyword | Collection of string |
None. |
|
Content | string |
None. |
|
Voice | string |
None. |
|
Type | string |
None. |
|
IsCollect | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PhostID": "sample string 1", "Img": "sample string 2", "WebUrl": "sample string 3", "IsLock": "sample string 4", "Keys": "sample string 5", "Keyword": [ "sample string 1", "sample string 2" ], "Content": "sample string 6", "Voice": "sample string 7", "Type": "sample string 8", "IsCollect": "sample string 9" }, { "PhostID": "sample string 1", "Img": "sample string 2", "WebUrl": "sample string 3", "IsLock": "sample string 4", "Keys": "sample string 5", "Keyword": [ "sample string 1", "sample string 2" ], "Content": "sample string 6", "Voice": "sample string 7", "Type": "sample string 8", "IsCollect": "sample string 9" } ]