GET api/Song/SearchSongs?keyWord={keyWord}&artistIDs={artistIDs}&years={years}&languages={languages}&genres={genres}&pageindex={pageindex}&pagesize={pagesize}
搜索歌曲
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
keyWord | No documentation available. |
Define this parameter in the request URI. |
artistIDs | No documentation available. |
Define this parameter in the request URI. |
years | No documentation available. |
Define this parameter in the request URI. |
languages | No documentation available. |
Define this parameter in the request URI. |
genres | No documentation available. |
Define this parameter in the request URI. |
pageindex | No documentation available. |
Define this parameter in the request URI. |
pagesize | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Result": 1, "Message": "sample string 2", "Data": {}, "Version": "sample string 4" }