GET api/v1/WUTScheduler/MannualInput/log?fromDate={fromDate}&toDate={toDate}
getMannualInputlog
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| fromDate |
Define this parameter in the request URI. |
|
| toDate |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"TheID": 1,
"ParentTheID": 2,
"ContactID": 3,
"UserName": "sample string 4",
"CreatedOn": "2025-11-20T18:23:23.7753739Z",
"Carrier": "sample string 6",
"SearchType": "sample string 7",
"SearchValue": "sample string 8",
"Status": "sample string 9",
"OnDay": "11/20/2025",
"Month": "NOV",
"Week": 47
},
{
"TheID": 1,
"ParentTheID": 2,
"ContactID": 3,
"UserName": "sample string 4",
"CreatedOn": "2025-11-20T18:23:23.7753739Z",
"Carrier": "sample string 6",
"SearchType": "sample string 7",
"SearchValue": "sample string 8",
"Status": "sample string 9",
"OnDay": "11/20/2025",
"Month": "NOV",
"Week": 47
},
{
"TheID": 1,
"ParentTheID": 2,
"ContactID": 3,
"UserName": "sample string 4",
"CreatedOn": "2025-11-20T18:23:23.7753739Z",
"Carrier": "sample string 6",
"SearchType": "sample string 7",
"SearchValue": "sample string 8",
"Status": "sample string 9",
"OnDay": "11/20/2025",
"Month": "NOV",
"Week": 47
}
]
application/xml, text/xml
Sample:
<ArrayOfWUTMannualInputLogDto>
<WUTMannualInputLogDto>
<TheID>1</TheID>
<ParentTheID>2</ParentTheID>
<ContactID>3</ContactID>
<UserName>sample string 4</UserName>
<CreatedOn>2025-11-20T18:23:23.7753739+00:00</CreatedOn>
<Carrier>sample string 6</Carrier>
<SearchType>sample string 7</SearchType>
<SearchValue>sample string 8</SearchValue>
<Status>sample string 9</Status>
</WUTMannualInputLogDto>
<WUTMannualInputLogDto>
<TheID>1</TheID>
<ParentTheID>2</ParentTheID>
<ContactID>3</ContactID>
<UserName>sample string 4</UserName>
<CreatedOn>2025-11-20T18:23:23.7753739+00:00</CreatedOn>
<Carrier>sample string 6</Carrier>
<SearchType>sample string 7</SearchType>
<SearchValue>sample string 8</SearchValue>
<Status>sample string 9</Status>
</WUTMannualInputLogDto>
<WUTMannualInputLogDto>
<TheID>1</TheID>
<ParentTheID>2</ParentTheID>
<ContactID>3</ContactID>
<UserName>sample string 4</UserName>
<CreatedOn>2025-11-20T18:23:23.7753739+00:00</CreatedOn>
<Carrier>sample string 6</Carrier>
<SearchType>sample string 7</SearchType>
<SearchValue>sample string 8</SearchValue>
<Status>sample string 9</Status>
</WUTMannualInputLogDto>
</ArrayOfWUTMannualInputLogDto>