GET api/Schedules/GetPictures?ScheduleId={ScheduleId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduleId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PropertySchedulePicturesDTO| Name | Description | Type | Additional 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. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"ScheduleId": 1,
"FileName": "sample string 2",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:52:02.4710784-07:00",
"ScheduleDateId": 1
},
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"ScheduleId": 1,
"FileName": "sample string 2",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:52:02.4710784-07:00",
"ScheduleDateId": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfPropertySchedulePicturesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectServicesAPI.DTO">
<PropertySchedulePicturesDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CreateDate>2026-03-17T16:52:02.4710784-07:00</CreateDate>
<CreateUser>1</CreateUser>
<FileName>sample string 2</FileName>
<Id>1</Id>
<ScheduleDateId>1</ScheduleDateId>
<ScheduleId>1</ScheduleId>
</PropertySchedulePicturesDTO>
<PropertySchedulePicturesDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CreateDate>2026-03-17T16:52:02.4710784-07:00</CreateDate>
<CreateUser>1</CreateUser>
<FileName>sample string 2</FileName>
<Id>1</Id>
<ScheduleDateId>1</ScheduleDateId>
<ScheduleId>1</ScheduleId>
</PropertySchedulePicturesDTO>
</ArrayOfPropertySchedulePicturesDTO>