GET api/group/{id}/properties?pageSize={pageSize}&pageNumber={pageNumber}

Return a list of properties that the group owns

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

pageSize

integer

Default value is 20

pageNumber

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

PagedCollectionDataContractOfPropertyDataContract
NameDescriptionTypeAdditional information
TotalCount

integer

None.

CurrentCount

integer

None.

PageSize

integer

None.

PageNumber

integer

None.

Collection

Collection of PropertyDataContract

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.