GET api/property/{id}/minimizedappointments?fromDate={fromDate}&toDate={toDate}

Gets all appointments related with a property

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The property id

integer

Required

fromDate

Filter from date, expected in format yyyy-MM-dd hh:mm:ss Z, it can be null to not filter from date

string

None.

toDate

Filter to date, expected in format yyyy-MM-dd hh:mm:ss Z, it can be null to not filter from date

string

None.

Body Parameters

None.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.