GET

/api/reports/operating-statement/:propertyId

This endpoint allows you to retrieve details for reports operating statement/(specific propertyId).

Request Parameters

Parameter Location Required
propertyId path Yes

Example Request

cURL
curl -X GET https://api.basebrick.com/api/reports/operating-statement/123 \
  -H "Authorization: Bearer YOUR_TOKEN"