GET api/UnstructuredLearningOperatingSystemWithBrowserType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of UnstructuredLearningOperatingSystemWithBrowserType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| OperatingSystemWithBrowserType | string |
None. |
|
| BrowserFolderPath | string |
None. |
|
| Disabled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"OperatingSystemWithBrowserType": "sample string 2",
"BrowserFolderPath": "sample string 3",
"Disabled": true
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfUnstructuredLearningOperatingSystemWithBrowserType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConstructionCPD.API.Models">
<UnstructuredLearningOperatingSystemWithBrowserType z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<BrowserFolderPath>sample string 3</BrowserFolderPath>
<Disabled>true</Disabled>
<Id>1</Id>
<OperatingSystemWithBrowserType>sample string 2</OperatingSystemWithBrowserType>
</UnstructuredLearningOperatingSystemWithBrowserType>
<UnstructuredLearningOperatingSystemWithBrowserType z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfUnstructuredLearningOperatingSystemWithBrowserType>