GET api/v1/WUTScheduler/MannualInput/log?fromDate={fromDate}&toDate={toDate}

getMannualInputlog

Request Information

Parameters

NameDescriptionAdditional 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-04-25T13:57:22.8406521Z",
    "Carrier": "sample string 6",
    "SearchType": "sample string 7",
    "SearchValue": "sample string 8",
    "Status": "sample string 9",
    "OnDay": "4/25/2025",
    "Month": "APR",
    "Week": 17
  },
  {
    "TheID": 1,
    "ParentTheID": 2,
    "ContactID": 3,
    "UserName": "sample string 4",
    "CreatedOn": "2025-04-25T13:57:22.8406521Z",
    "Carrier": "sample string 6",
    "SearchType": "sample string 7",
    "SearchValue": "sample string 8",
    "Status": "sample string 9",
    "OnDay": "4/25/2025",
    "Month": "APR",
    "Week": 17
  },
  {
    "TheID": 1,
    "ParentTheID": 2,
    "ContactID": 3,
    "UserName": "sample string 4",
    "CreatedOn": "2025-04-25T13:57:22.8406521Z",
    "Carrier": "sample string 6",
    "SearchType": "sample string 7",
    "SearchValue": "sample string 8",
    "Status": "sample string 9",
    "OnDay": "4/25/2025",
    "Month": "APR",
    "Week": 17
  }
]

application/xml, text/xml

Sample:
<ArrayOfWUTMannualInputLogDto>
  <WUTMannualInputLogDto>
    <TheID>1</TheID>
    <ParentTheID>2</ParentTheID>
    <ContactID>3</ContactID>
    <UserName>sample string 4</UserName>
    <CreatedOn>2025-04-25T13:57:22.8406521+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-04-25T13:57:22.8406521+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-04-25T13:57:22.8406521+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>