Sample:
[
{
"workGroupName": "sample string 1",
"workGroupDescription": "sample string 2",
"isSpecial": true,
"isPrimary": true,
"count": 5,
"isPublished": true,
"isValidSchedule": true
},
{
"workGroupName": "sample string 1",
"workGroupDescription": "sample string 2",
"isSpecial": true,
"isPrimary": true,
"count": 5,
"isPublished": true,
"isValidSchedule": true
}
]
Sample:
<ArrayOfLandingPageItemViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/fmPilot.API.Internal.Areas.WorkOrderQueue.Models">
<LandingPageItemViewModel>
<Count>5</Count>
<IsPrimary>true</IsPrimary>
<IsPublished>true</IsPublished>
<IsSpecial>true</IsSpecial>
<IsValidSchedule>true</IsValidSchedule>
<WorkGroupDescription>sample string 2</WorkGroupDescription>
<WorkGroupName>sample string 1</WorkGroupName>
</LandingPageItemViewModel>
<LandingPageItemViewModel>
<Count>5</Count>
<IsPrimary>true</IsPrimary>
<IsPublished>true</IsPublished>
<IsSpecial>true</IsSpecial>
<IsValidSchedule>true</IsValidSchedule>
<WorkGroupDescription>sample string 2</WorkGroupDescription>
<WorkGroupName>sample string 1</WorkGroupName>
</LandingPageItemViewModel>
</ArrayOfLandingPageItemViewModel>