GET api/Schedules/GetPictures?ScheduleId={ScheduleId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ScheduleId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PropertySchedulePicturesDTO
NameDescriptionTypeAdditional information
Id

integer

None.

AccountId

integer

None.

BrancheId

integer

None.

ScheduleId

integer

None.

FileName

string

None.

Active

boolean

None.

CreateUser

integer

None.

CreateDate

date

None.

ScheduleDateId

integer

None.

ScheduleDate

string

None.

ShowToCust

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "AccountId": 1,
    "BrancheId": 1,
    "ScheduleId": 1,
    "FileName": "sample string 2",
    "Active": true,
    "CreateUser": 1,
    "CreateDate": "2025-12-20T01:46:00.9559133-08:00",
    "ScheduleDateId": 1,
    "ScheduleDate": "sample string 3",
    "ShowToCust": true
  },
  {
    "Id": 1,
    "AccountId": 1,
    "BrancheId": 1,
    "ScheduleId": 1,
    "FileName": "sample string 2",
    "Active": true,
    "CreateUser": 1,
    "CreateDate": "2025-12-20T01:46:00.9559133-08:00",
    "ScheduleDateId": 1,
    "ScheduleDate": "sample string 3",
    "ShowToCust": true
  }
]