GET api/GetAllHistory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of HistoryList
NameDescriptionTypeAdditional information
SnapShotId

integer

None.

ScheduleItem

string

None.

Description

string

None.

FromDate

date

None.

ToDate

date

None.

DateExecuted

date

None.

Comments

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SnapShotId": 1,
    "ScheduleItem": "sample string 2",
    "Description": "sample string 3",
    "FromDate": "2024-09-20T19:52:41.0410562-04:00",
    "ToDate": "2024-09-20T19:52:41.0410562-04:00",
    "DateExecuted": "2024-09-20T19:52:41.0410562-04:00",
    "Comments": "sample string 7"
  },
  {
    "SnapShotId": 1,
    "ScheduleItem": "sample string 2",
    "Description": "sample string 3",
    "FromDate": "2024-09-20T19:52:41.0410562-04:00",
    "ToDate": "2024-09-20T19:52:41.0410562-04:00",
    "DateExecuted": "2024-09-20T19:52:41.0410562-04:00",
    "Comments": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfHistoryList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <HistoryList>
    <Comments>sample string 7</Comments>
    <DateExecuted>2024-09-20T19:52:41.0410562-04:00</DateExecuted>
    <Description>sample string 3</Description>
    <FromDate>2024-09-20T19:52:41.0410562-04:00</FromDate>
    <ScheduleItem>sample string 2</ScheduleItem>
    <SnapShotId>1</SnapShotId>
    <ToDate>2024-09-20T19:52:41.0410562-04:00</ToDate>
  </HistoryList>
  <HistoryList>
    <Comments>sample string 7</Comments>
    <DateExecuted>2024-09-20T19:52:41.0410562-04:00</DateExecuted>
    <Description>sample string 3</Description>
    <FromDate>2024-09-20T19:52:41.0410562-04:00</FromDate>
    <ScheduleItem>sample string 2</ScheduleItem>
    <SnapShotId>1</SnapShotId>
    <ToDate>2024-09-20T19:52:41.0410562-04:00</ToDate>
  </HistoryList>
</ArrayOfHistoryList>