GET api/PersonAddress/GetFiltered

Request Information

URI Parameters

NameDescriptionTypeAdditional information
personId

integer

None.

paths

Collection of string

None.

value

string

None.

pageSize

integer

None.

page

integer

None.

sortFieldsSet

Dictionary of string [key] and ListSortDirection [value]

None.

Body Parameters

None.

Response Information

Resource Description

SearchResultDtoOfPersonAddressDto
NameDescriptionTypeAdditional information
data

Collection of PersonAddressDto

None.

page

integer

None.

totalRows

integer

None.

pageSize

integer

None.

tipoPaginacao

TipoPaginacaoEnum

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Error getting value from 'key' on 'OffDriver.Webapi.Models.Location.PersonAddressDto'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Error getting value from 'key' on 'OffDriver.Webapi.Models.Location.PersonAddressDto'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object reference not set to an instance of an object.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object reference not set to an instance of an object.