Sample:
{
"totalCount": 1,
"data": [
{
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"lastUpdated": "2025-01-06T08:21:30.8723188Z",
"isPublished": true
},
{
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"lastUpdated": "2025-01-06T08:21:30.8723188Z",
"isPublished": true
}
]
}
Sample:
<ListResultOfWorkQueueListitemOunioVRd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/fmPilot.API.Internal.Models">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/fmPilot.API.Internal.Areas.WorkOrderQueue.Models">
<d2p1:WorkQueueListitem>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsPublished>true</d2p1:IsPublished>
<d2p1:LastUpdated>2025-01-06T08:21:30.8723188+00:00</d2p1:LastUpdated>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:WorkQueueListitem>
<d2p1:WorkQueueListitem>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsPublished>true</d2p1:IsPublished>
<d2p1:LastUpdated>2025-01-06T08:21:30.8723188+00:00</d2p1:LastUpdated>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:WorkQueueListitem>
</Data>
<TotalCount>1</TotalCount>
</ListResultOfWorkQueueListitemOunioVRd>