GET api/Schedule/ScheduleList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ScheduleViewModel1
NameDescriptionTypeAdditional information
ScheduleID

integer

None.

Name

string

None.

Type

string

None.

CombinedName

string

None.

ShortName

string

None.

IncludeSpacer

boolean

None.

CreatedBy

integer

None.

CreatedByName

string

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedByName

string

None.

ModifiedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ScheduleID": 1,
    "Name": "sample string 2",
    "Type": "sample string 3",
    "CombinedName": "sample string 4",
    "ShortName": "sample string 5",
    "IncludeSpacer": true,
    "CreatedBy": 7,
    "CreatedByName": "sample string 8",
    "CreatedDate": "2026-08-10T15:51:28.6046802+00:00",
    "ModifiedBy": 9,
    "ModifiedByName": "sample string 10",
    "ModifiedDate": "2026-08-10T15:51:28.6046802+00:00"
  },
  {
    "ScheduleID": 1,
    "Name": "sample string 2",
    "Type": "sample string 3",
    "CombinedName": "sample string 4",
    "ShortName": "sample string 5",
    "IncludeSpacer": true,
    "CreatedBy": 7,
    "CreatedByName": "sample string 8",
    "CreatedDate": "2026-08-10T15:51:28.6046802+00:00",
    "ModifiedBy": 9,
    "ModifiedByName": "sample string 10",
    "ModifiedDate": "2026-08-10T15:51:28.6046802+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfScheduleViewModel1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.Business.ViewModel.Schedule">
  <ScheduleViewModel1>
    <_x003C_CreatedByName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">sample string 8</_x003C_CreatedByName_x003E_k__BackingField>
    <_x003C_CreatedBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">7</_x003C_CreatedBy_x003E_k__BackingField>
    <_x003C_CreatedDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">2026-08-10T15:51:28.6046802+00:00</_x003C_CreatedDate_x003E_k__BackingField>
    <_x003C_ModifiedByName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">sample string 10</_x003C_ModifiedByName_x003E_k__BackingField>
    <_x003C_ModifiedBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">9</_x003C_ModifiedBy_x003E_k__BackingField>
    <_x003C_ModifiedDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">2026-08-10T15:51:28.6046802+00:00</_x003C_ModifiedDate_x003E_k__BackingField>
    <CombinedName>sample string 4</CombinedName>
    <IncludeSpacer>true</IncludeSpacer>
    <Name>sample string 2</Name>
    <ScheduleID>1</ScheduleID>
    <ShortName>sample string 5</ShortName>
    <Type>sample string 3</Type>
  </ScheduleViewModel1>
  <ScheduleViewModel1>
    <_x003C_CreatedByName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">sample string 8</_x003C_CreatedByName_x003E_k__BackingField>
    <_x003C_CreatedBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">7</_x003C_CreatedBy_x003E_k__BackingField>
    <_x003C_CreatedDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">2026-08-10T15:51:28.6046802+00:00</_x003C_CreatedDate_x003E_k__BackingField>
    <_x003C_ModifiedByName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">sample string 10</_x003C_ModifiedByName_x003E_k__BackingField>
    <_x003C_ModifiedBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">9</_x003C_ModifiedBy_x003E_k__BackingField>
    <_x003C_ModifiedDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.ViewModel">2026-08-10T15:51:28.6046802+00:00</_x003C_ModifiedDate_x003E_k__BackingField>
    <CombinedName>sample string 4</CombinedName>
    <IncludeSpacer>true</IncludeSpacer>
    <Name>sample string 2</Name>
    <ScheduleID>1</ScheduleID>
    <ShortName>sample string 5</ShortName>
    <Type>sample string 3</Type>
  </ScheduleViewModel1>
</ArrayOfScheduleViewModel1>