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": "2026-01-19T18:27:47.5220662Z",
"Carrier": "sample string 6",
"SearchType": "sample string 7",
"SearchValue": "sample string 8",
"Status": "sample string 9",
"OnDay": "1/19/2026",
"Month": "JAN",
"Week": 4
},
{
"TheID": 1,
"ParentTheID": 2,
"ContactID": 3,
"UserName": "sample string 4",
"CreatedOn": "2026-01-19T18:27:47.5220662Z",
"Carrier": "sample string 6",
"SearchType": "sample string 7",
"SearchValue": "sample string 8",
"Status": "sample string 9",
"OnDay": "1/19/2026",
"Month": "JAN",
"Week": 4
},
{
"TheID": 1,
"ParentTheID": 2,
"ContactID": 3,
"UserName": "sample string 4",
"CreatedOn": "2026-01-19T18:27:47.5220662Z",
"Carrier": "sample string 6",
"SearchType": "sample string 7",
"SearchValue": "sample string 8",
"Status": "sample string 9",
"OnDay": "1/19/2026",
"Month": "JAN",
"Week": 4
}
]
application/xml, text/xml
Sample:
<ArrayOfWUTMannualInputLogDto>
<WUTMannualInputLogDto>
<TheID>1</TheID>
<ParentTheID>2</ParentTheID>
<ContactID>3</ContactID>
<UserName>sample string 4</UserName>
<CreatedOn>2026-01-19T18:27:47.5220662+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>2026-01-19T18:27:47.5220662+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>2026-01-19T18:27:47.5220662+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>