GET api/folder
Documentation for 'Get'.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"FolderID": 1,
"FolderName": "sample string 2",
"FolderPath": "sample string 3",
"Parent": 1,
"Artwork": "sample string 4"
},
{
"FolderID": 1,
"FolderName": "sample string 2",
"FolderPath": "sample string 3",
"Parent": 1,
"Artwork": "sample string 4"
},
{
"FolderID": 1,
"FolderName": "sample string 2",
"FolderPath": "sample string 3",
"Parent": 1,
"Artwork": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfFolder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMCT.Jukebox.Library.Models">
<Folder>
<Artwork>sample string 4</Artwork>
<FolderID>1</FolderID>
<FolderName>sample string 2</FolderName>
<FolderPath>sample string 3</FolderPath>
<Parent>1</Parent>
</Folder>
<Folder>
<Artwork>sample string 4</Artwork>
<FolderID>1</FolderID>
<FolderName>sample string 2</FolderName>
<FolderPath>sample string 3</FolderPath>
<Parent>1</Parent>
</Folder>
<Folder>
<Artwork>sample string 4</Artwork>
<FolderID>1</FolderID>
<FolderName>sample string 2</FolderName>
<FolderPath>sample string 3</FolderPath>
<Parent>1</Parent>
</Folder>
</ArrayOfFolder>