Documentation Index

Fetch the complete documentation index at: https://www.bloxs.io/llms.txt

Use this file to discover all available pages before exploring further.

Get scoring point totals filtered and paged

Prev Next
Post
/api/v1/realestateobjects/scoringpointtotals/filter

Get a paged list of existing scoring point totals, optionally filtered to the given parameters.

Get scoring point totals filtered and paged (POST)

This endpoint returns a paged list of existing scoring point totals, optionally filtered by the given parameters, with sorting support.

This endpoint only returns scoring point totals that were created through the Insert a scoring point total endpoint. Scoring point totals entered manually in the Bloxs application are not included.


Request Fields

Field

Type

Required

Description

paging.pageSize

integer

No

Maximum number of entries to return per page. Defaults to 100 when not given. Minimum 1, maximum 1000.

paging.pageNumber

integer

No

Page number to retrieve. Defaults to 1 when not given. Minimum 1, maximum 9999.

sorting.columnName

string

No

Field the results are sorted on, for example realEstateObjectReference.

sorting.order

integer

No

Sort direction for columnName. 0 sorts ascending, 1 sorts descending.

filter.reference

string

No

Filters results on the internal reference of the scoring point total entry.

filter.externalIdentifier

string

No

Filters results on the external identifier of the scoring point total entry.

filter.realEstateObjectReference

string

No

Filters results on the reference of the real estate object the entry applies to.

filter.homeType

integer

No

Filters results on the home type. Valid values are 1 (Independent), for self-contained living space, and 2 (Dependent), for non-self-contained living space.

filter.timePeriodTitle

string

No

Filters results on the time period title of the entry.

filter.pointTotal.from

integer

No

Minimum total scoring points to include in the selection.

filter.pointTotal.to

integer

No

Maximum total scoring points to include in the selection.

filter.finalPrice.from

number (double)

No

Minimum maximum-rent price to include in the selection.

filter.finalPrice.to

number (double)

No

Maximum maximum-rent price to include in the selection.


Response Fields

Field

Type

Required

Description

paging.pageSize

integer

No

Page size used for this result set. Minimum 1, maximum 1000.

paging.pageNumber

integer

No

Page number returned in this result set. Minimum 1, maximum 9999.

sorting.columnName

string

No

Field the results are sorted on.

sorting.order

integer

No

Sort direction for columnName. 0 is ascending, 1 is descending.

scoringPointTotals

array of object

No

The list of scoring point totals matching the filter, for the requested page. Empty or omitted when no entries match.

scoringPointTotals.reference

string

No

Internal identifier of the scoring point total entry.

scoringPointTotals.externalIdentifier

string

No

External identifier of the scoring point total entry.

scoringPointTotals.realEstateObjectReference

string

No

Reference of the real estate object the entry applies to.

scoringPointTotals.homeType

integer

Yes

Type of home the scoring points apply to. Valid values are 1 (Independent), for self-contained living space, and 2 (Dependent), for non-self-contained living space.

scoringPointTotals.timePeriodTitle

string

No

Title of the time period the entry applies to.

scoringPointTotals.pointTotal

integer

Yes

Total scoring points for this time period.

scoringPointTotals.finalPrice

number (double)

Yes

Maximum rent price associated with the total scoring points for this time period.

Security
Body parameters
Expand All
object
paging
object (PagingInfo)
pageSize
integer (int32) | null
Minimum1
Maximum1000
pageNumber
integer (int32) | null
Minimum1
Maximum9999
sorting
object (SortingInfo)
columnName
string | null
order
integer (int32)

Ascending = 0 Descending = 1

filter
object (ScoringPointTotalSearchRequestFilter)
reference
string | null
externalIdentifier
string | null
realEstateObjectReference
string | null
homeType
integer (int32) | null

Independent = 1 Dependent = 2

timePeriodTitle
string | null
pointTotal
object (CompareFilterModelInteger)
from
integer (int32) | null
to
integer (int32) | null
finalPrice
object (CompareFilterModelDecimal)
from
number (double) | null
to
number (double) | null
Responses
200

OK

Expand All
object
paging
object (PagingInfo)
pageSize
integer (int32) | null
Minimum1
Maximum1000
pageNumber
integer (int32) | null
Minimum1
Maximum9999
sorting
object (SortingInfo)
columnName
string | null
order
integer (int32)

Ascending = 0 Descending = 1

scoringPointTotals
Array of object (ScoringPointTotalSearchResultFilter) | null
object
reference
string | null
externalIdentifier
string | null
realEstateObjectReference
string | null
homeType
integer (int32)

Independent = 1 Dependent = 2

timePeriodTitle
string | null
pointTotal
integer (int32)
finalPrice
number (double)