POST api/SongLibrary/GetSongs
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| songNames | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2", "sample string 3" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}