Get all scoring point time periods
  • 28 Mar 2025
  • 1 Minute to read
  • Dark
    Light

Get all scoring point time periods

  • Dark
    Light

Article summary

Get
/api/v1/realestateobjects/scoringpointtotals/timeperiods

[PREVIEW] Get all scoring point time periods in the system.

Description

Can be used to retrieve all available time periods in Bloxs. These time periods are defined by law and cannot be configured. They are generic for all users and object. Therefore no reference is needed in the request. The available time periods will be returned as an array.

Use Case

The Bloxs user wants to use the POST operation to enter a new point total for a specific real estate object. One of the obligatory fields in the request is the time period (scorePointBalanceTitle). If an incorrect time period is entered, the request will return an error and the new point total will not be registered. Therefore, in order to obtain an accurate list of available time periods the user can utilize the GET endpoint.

Security
HTTP
Type Bearer

Please enter a valid token

Responses
200

OK

Array of object
object
timePeriodTitle
string | null

What's Next