curl --location 'http://fssportal.com/api/v1/measurements/get' \
--header 'X-API-Token: YOUR_API_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": 1856,
"room_id": 4945,
"group_id": 11157,
"measurement_type_id": 1
}'
{
"message": "Measurement details get successfully!",
"data": {
"measurements": [
{
"id": 12170,
"user_id": 68,
"client_id": 1856,
"room_id": 4945,
"group_id": 11157,
"measurement_type_id": 1,
"unit_type": 0,
"mount_type": "",
"window_type": null,
"window_name": "test",
"model": null,
"brand_name": null,
"refrance_image": null,
"w_top": "0.000",
"w_middle": "0.000",
"w_bottom": "0.000",
"h_left": "0.000",
"h_middle": "0.000",
"h_right": "0.000",
"d_sill": "0.000",
"t_floor_window_to_floor": null,
"window_to_wall_obs_left": null,
"window_to_wall_obs_right": null,
"window_to_floor_obs": null,
"outside_h": null,
"outside_w": null,
"curtain_rod_to_window": null,
"window_to_obs": null,
"curtain_rod_len": null,
"window_to_ceiling": null,
"left_edge_w": "0.000",
"right_edge_w": "0.000",
"top_edge_to_ceiling_h": "0.000",
"bottom_edge_to_floor_h": "0.000",
"middle_a_w": "0.000",
"middle_b_w": "0.000",
"middle_c_w": "0.000",
"middle_d_w": null,
"wall_to_wall_w": "0.000",
"floor_to_ceiling_h": "0.000",
"a": null,
"b": null,
"c": null,
"d": null,
"e": null,
"f": null,
"g": null,
"h": null,
"i": null,
"j": null,
"k": null,
"l": null,
"w": null,
"r": null,
"w1": null,
"h1": null,
"d1": null,
"x1": null,
"b1": null,
"w2": null,
"h2": null,
"d2": null,
"x2": null,
"b2": null,
"floor_to_ceiling": null,
"bottom_trim_to_floor": "0.000",
"floor_to_trim": null,
"floor_to_sill": null,
"wall_to_wall": null,
"left_wall_to_window": null,
"left_wall_to_trim": null,
"middle_a-b_width": null,
"middle_a-b_trim_to_trim": null,
"window_a_to_break": null,
"window_b_to_break": null,
"top_trim_to_obstruction": null,
"top_trim_to_curtain_rod": null,
"top_trim_to_molding": null,
"top_trim_to_ceiling": null,
"middle_b-c_trim_to_trim": null,
"middle_b-c_width": null,
"middle_c-d_trim_to_trim": null,
"middle_c-d_width": null,
"middle_d-e_width": null,
"middle_d-e_trim_to_trim": null,
"window_e_to_break": null,
"window_d_to_break": null,
"window_a-e_outside_width": null,
"window_a-e_outside_height": null,
"right_wall_to_window": null,
"right_wall_to_trim": null,
"curtain_rod_length": null,
"window_a_c_outside_width": null,
"window_a_c_outside_height": null,
"window_a-d_outside_width": null,
"window_a-d_outside_height": null,
"window_outside_width": null,
"window_outside_height": null,
"window_a_w_top": null,
"window_a_w_middle": null,
"window_a_w_bottom": null,
"window_a_h_left": null,
"window_a_h_middle": null,
"window_a_h_right": null,
"window_a_sill_depth": null,
"window_b_w_top": null,
"window_b_w_middle": null,
"window_b_w_bottom": null,
"window_b_h_left": null,
"window_b_h_middle": null,
"window_b_h_right": null,
"window_b_sill_depth": null,
"window_c_w_top": null,
"window_c_w_middle": null,
"window_c_w_bottom": null,
"window_c_h_left": null,
"window_c_h_middle": null,
"window_c_h_right": null,
"window_c_sill_depth": null,
"window_d_w_top": null,
"window_d_w_middle": null,
"window_d_w_bottom": null,
"window_d_h_left": null,
"window_d_h_middle": null,
"window_d_h_right": null,
"window_d_sill_depth": null,
"window_e_w_top": null,
"window_e_w_middle": null,
"window_e_w_bottom": null,
"window_e_h_left": null,
"window_e_h_middle": null,
"window_e_h_right": null,
"window_e_sill_depth": null,
"window_a_b_outside_width": null,
"window_a_b_outside_height": null,
"focus_width": null,
"focus_height": null,
"focus_width_key": null,
"focus_height_key": null,
"curtain_rod_to_floor": null,
"trim_width": null,
"number_in_series": null,
"for_shutter": "",
"square_feet": "",
"square_feet2": null,
"square_feet3": null,
"square_feet4": null,
"square_feet5": null,
"custom_field": [],
"min_value_fields": {},
"height": null,
"angle": null,
"valance_height": null,
"headroom": null,
"coverage_depth": null,
"opening_clearance": null,
"width_cassette": null,
"left_clearance": null,
"right_clearance": null,
"awning_config": null,
"standoff_bracket": null,
"projection_lenth": null,
"bracket_data": null,
"note": "",
"installation_instructions": "",
"measurement_unique_id": null,
"offset_value": null,
"offset_value_keys": null,
"status": 1,
"created_at": "2026-05-14T12:01:04.000000Z",
"created_by": 0,
"updated_by": 0,
"images": []
}
]
}
}
Measurements
Get Measurements
Get measurements for a client
POST
/
api
/
v1
/
measurements
/
get
curl --location 'http://fssportal.com/api/v1/measurements/get' \
--header 'X-API-Token: YOUR_API_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": 1856,
"room_id": 4945,
"group_id": 11157,
"measurement_type_id": 1
}'
{
"message": "Measurement details get successfully!",
"data": {
"measurements": [
{
"id": 12170,
"user_id": 68,
"client_id": 1856,
"room_id": 4945,
"group_id": 11157,
"measurement_type_id": 1,
"unit_type": 0,
"mount_type": "",
"window_type": null,
"window_name": "test",
"model": null,
"brand_name": null,
"refrance_image": null,
"w_top": "0.000",
"w_middle": "0.000",
"w_bottom": "0.000",
"h_left": "0.000",
"h_middle": "0.000",
"h_right": "0.000",
"d_sill": "0.000",
"t_floor_window_to_floor": null,
"window_to_wall_obs_left": null,
"window_to_wall_obs_right": null,
"window_to_floor_obs": null,
"outside_h": null,
"outside_w": null,
"curtain_rod_to_window": null,
"window_to_obs": null,
"curtain_rod_len": null,
"window_to_ceiling": null,
"left_edge_w": "0.000",
"right_edge_w": "0.000",
"top_edge_to_ceiling_h": "0.000",
"bottom_edge_to_floor_h": "0.000",
"middle_a_w": "0.000",
"middle_b_w": "0.000",
"middle_c_w": "0.000",
"middle_d_w": null,
"wall_to_wall_w": "0.000",
"floor_to_ceiling_h": "0.000",
"a": null,
"b": null,
"c": null,
"d": null,
"e": null,
"f": null,
"g": null,
"h": null,
"i": null,
"j": null,
"k": null,
"l": null,
"w": null,
"r": null,
"w1": null,
"h1": null,
"d1": null,
"x1": null,
"b1": null,
"w2": null,
"h2": null,
"d2": null,
"x2": null,
"b2": null,
"floor_to_ceiling": null,
"bottom_trim_to_floor": "0.000",
"floor_to_trim": null,
"floor_to_sill": null,
"wall_to_wall": null,
"left_wall_to_window": null,
"left_wall_to_trim": null,
"middle_a-b_width": null,
"middle_a-b_trim_to_trim": null,
"window_a_to_break": null,
"window_b_to_break": null,
"top_trim_to_obstruction": null,
"top_trim_to_curtain_rod": null,
"top_trim_to_molding": null,
"top_trim_to_ceiling": null,
"middle_b-c_trim_to_trim": null,
"middle_b-c_width": null,
"middle_c-d_trim_to_trim": null,
"middle_c-d_width": null,
"middle_d-e_width": null,
"middle_d-e_trim_to_trim": null,
"window_e_to_break": null,
"window_d_to_break": null,
"window_a-e_outside_width": null,
"window_a-e_outside_height": null,
"right_wall_to_window": null,
"right_wall_to_trim": null,
"curtain_rod_length": null,
"window_a_c_outside_width": null,
"window_a_c_outside_height": null,
"window_a-d_outside_width": null,
"window_a-d_outside_height": null,
"window_outside_width": null,
"window_outside_height": null,
"window_a_w_top": null,
"window_a_w_middle": null,
"window_a_w_bottom": null,
"window_a_h_left": null,
"window_a_h_middle": null,
"window_a_h_right": null,
"window_a_sill_depth": null,
"window_b_w_top": null,
"window_b_w_middle": null,
"window_b_w_bottom": null,
"window_b_h_left": null,
"window_b_h_middle": null,
"window_b_h_right": null,
"window_b_sill_depth": null,
"window_c_w_top": null,
"window_c_w_middle": null,
"window_c_w_bottom": null,
"window_c_h_left": null,
"window_c_h_middle": null,
"window_c_h_right": null,
"window_c_sill_depth": null,
"window_d_w_top": null,
"window_d_w_middle": null,
"window_d_w_bottom": null,
"window_d_h_left": null,
"window_d_h_middle": null,
"window_d_h_right": null,
"window_d_sill_depth": null,
"window_e_w_top": null,
"window_e_w_middle": null,
"window_e_w_bottom": null,
"window_e_h_left": null,
"window_e_h_middle": null,
"window_e_h_right": null,
"window_e_sill_depth": null,
"window_a_b_outside_width": null,
"window_a_b_outside_height": null,
"focus_width": null,
"focus_height": null,
"focus_width_key": null,
"focus_height_key": null,
"curtain_rod_to_floor": null,
"trim_width": null,
"number_in_series": null,
"for_shutter": "",
"square_feet": "",
"square_feet2": null,
"square_feet3": null,
"square_feet4": null,
"square_feet5": null,
"custom_field": [],
"min_value_fields": {},
"height": null,
"angle": null,
"valance_height": null,
"headroom": null,
"coverage_depth": null,
"opening_clearance": null,
"width_cassette": null,
"left_clearance": null,
"right_clearance": null,
"awning_config": null,
"standoff_bracket": null,
"projection_lenth": null,
"bracket_data": null,
"note": "",
"installation_instructions": "",
"measurement_unique_id": null,
"offset_value": null,
"offset_value_keys": null,
"status": 1,
"created_at": "2026-05-14T12:01:04.000000Z",
"created_by": 0,
"updated_by": 0,
"images": []
}
]
}
}
Endpoint
POST /api/v1/measurements/get
This endpoint requires authentication
Headers
Your API access token. You can also set this globally in the API playground.
The platform making the request:
WEB, IOS, or ANDROID.Request Body
client id
room id
Required to fetch measurements belonging to a specific group.
measurement type id
Response
message
data
Show data
Show data
measurements
Show measurements item
Show measurements item
id
user id
client id
room id
group id
measurement type id
unit type
mount type
window type
window name
model
brand name
refrance image
w top
w middle
w bottom
h left
h middle
h right
d sill
t floor window to floor
window to wall obs left
window to wall obs right
window to floor obs
outside h
outside w
curtain rod to window
window to obs
curtain rod len
window to ceiling
left edge w
right edge w
top edge to ceiling h
bottom edge to floor h
middle a w
middle b w
middle c w
middle d w
wall to wall w
floor to ceiling h
a
b
c
d
e
f
g
h
i
j
k
l
w
r
w1
h1
d1
x1
b1
w2
h2
d2
x2
b2
floor to ceiling
bottom trim to floor
floor to trim
floor to sill
wall to wall
left wall to window
left wall to trim
middle a-b width
middle a-b trim to trim
window a to break
window b to break
top trim to obstruction
top trim to curtain rod
top trim to molding
top trim to ceiling
middle b-c trim to trim
middle b-c width
middle c-d trim to trim
middle c-d width
middle d-e width
middle d-e trim to trim
window e to break
window d to break
window a-e outside width
window a-e outside height
right wall to window
right wall to trim
curtain rod length
window a c outside width
window a c outside height
window a-d outside width
window a-d outside height
window outside width
window outside height
window a w top
window a w middle
window a w bottom
window a h left
window a h middle
window a h right
window a sill depth
window b w top
window b w middle
window b w bottom
window b h left
window b h middle
window b h right
window b sill depth
window c w top
window c w middle
window c w bottom
window c h left
window c h middle
window c h right
window c sill depth
window d w top
window d w middle
window d w bottom
window d h left
window d h middle
window d h right
window d sill depth
window e w top
window e w middle
window e w bottom
window e h left
window e h middle
window e h right
window e sill depth
window a b outside width
window a b outside height
focus width
focus height
focus width key
focus height key
curtain rod to floor
trim width
number in series
for shutter
square feet
square feet2
square feet3
square feet4
square feet5
custom field
min value fields
Show min_value_fields
Show min_value_fields
height
angle
valance height
headroom
coverage depth
opening clearance
width cassette
left clearance
right clearance
awning config
standoff bracket
projection lenth
bracket data
note
installation instructions
measurement unique id
offset value
offset value keys
status
created at
created by
updated by
images
curl --location 'http://fssportal.com/api/v1/measurements/get' \
--header 'X-API-Token: YOUR_API_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": 1856,
"room_id": 4945,
"group_id": 11157,
"measurement_type_id": 1
}'
{
"message": "Measurement details get successfully!",
"data": {
"measurements": [
{
"id": 12170,
"user_id": 68,
"client_id": 1856,
"room_id": 4945,
"group_id": 11157,
"measurement_type_id": 1,
"unit_type": 0,
"mount_type": "",
"window_type": null,
"window_name": "test",
"model": null,
"brand_name": null,
"refrance_image": null,
"w_top": "0.000",
"w_middle": "0.000",
"w_bottom": "0.000",
"h_left": "0.000",
"h_middle": "0.000",
"h_right": "0.000",
"d_sill": "0.000",
"t_floor_window_to_floor": null,
"window_to_wall_obs_left": null,
"window_to_wall_obs_right": null,
"window_to_floor_obs": null,
"outside_h": null,
"outside_w": null,
"curtain_rod_to_window": null,
"window_to_obs": null,
"curtain_rod_len": null,
"window_to_ceiling": null,
"left_edge_w": "0.000",
"right_edge_w": "0.000",
"top_edge_to_ceiling_h": "0.000",
"bottom_edge_to_floor_h": "0.000",
"middle_a_w": "0.000",
"middle_b_w": "0.000",
"middle_c_w": "0.000",
"middle_d_w": null,
"wall_to_wall_w": "0.000",
"floor_to_ceiling_h": "0.000",
"a": null,
"b": null,
"c": null,
"d": null,
"e": null,
"f": null,
"g": null,
"h": null,
"i": null,
"j": null,
"k": null,
"l": null,
"w": null,
"r": null,
"w1": null,
"h1": null,
"d1": null,
"x1": null,
"b1": null,
"w2": null,
"h2": null,
"d2": null,
"x2": null,
"b2": null,
"floor_to_ceiling": null,
"bottom_trim_to_floor": "0.000",
"floor_to_trim": null,
"floor_to_sill": null,
"wall_to_wall": null,
"left_wall_to_window": null,
"left_wall_to_trim": null,
"middle_a-b_width": null,
"middle_a-b_trim_to_trim": null,
"window_a_to_break": null,
"window_b_to_break": null,
"top_trim_to_obstruction": null,
"top_trim_to_curtain_rod": null,
"top_trim_to_molding": null,
"top_trim_to_ceiling": null,
"middle_b-c_trim_to_trim": null,
"middle_b-c_width": null,
"middle_c-d_trim_to_trim": null,
"middle_c-d_width": null,
"middle_d-e_width": null,
"middle_d-e_trim_to_trim": null,
"window_e_to_break": null,
"window_d_to_break": null,
"window_a-e_outside_width": null,
"window_a-e_outside_height": null,
"right_wall_to_window": null,
"right_wall_to_trim": null,
"curtain_rod_length": null,
"window_a_c_outside_width": null,
"window_a_c_outside_height": null,
"window_a-d_outside_width": null,
"window_a-d_outside_height": null,
"window_outside_width": null,
"window_outside_height": null,
"window_a_w_top": null,
"window_a_w_middle": null,
"window_a_w_bottom": null,
"window_a_h_left": null,
"window_a_h_middle": null,
"window_a_h_right": null,
"window_a_sill_depth": null,
"window_b_w_top": null,
"window_b_w_middle": null,
"window_b_w_bottom": null,
"window_b_h_left": null,
"window_b_h_middle": null,
"window_b_h_right": null,
"window_b_sill_depth": null,
"window_c_w_top": null,
"window_c_w_middle": null,
"window_c_w_bottom": null,
"window_c_h_left": null,
"window_c_h_middle": null,
"window_c_h_right": null,
"window_c_sill_depth": null,
"window_d_w_top": null,
"window_d_w_middle": null,
"window_d_w_bottom": null,
"window_d_h_left": null,
"window_d_h_middle": null,
"window_d_h_right": null,
"window_d_sill_depth": null,
"window_e_w_top": null,
"window_e_w_middle": null,
"window_e_w_bottom": null,
"window_e_h_left": null,
"window_e_h_middle": null,
"window_e_h_right": null,
"window_e_sill_depth": null,
"window_a_b_outside_width": null,
"window_a_b_outside_height": null,
"focus_width": null,
"focus_height": null,
"focus_width_key": null,
"focus_height_key": null,
"curtain_rod_to_floor": null,
"trim_width": null,
"number_in_series": null,
"for_shutter": "",
"square_feet": "",
"square_feet2": null,
"square_feet3": null,
"square_feet4": null,
"square_feet5": null,
"custom_field": [],
"min_value_fields": {},
"height": null,
"angle": null,
"valance_height": null,
"headroom": null,
"coverage_depth": null,
"opening_clearance": null,
"width_cassette": null,
"left_clearance": null,
"right_clearance": null,
"awning_config": null,
"standoff_bracket": null,
"projection_lenth": null,
"bracket_data": null,
"note": "",
"installation_instructions": "",
"measurement_unique_id": null,
"offset_value": null,
"offset_value_keys": null,
"status": 1,
"created_at": "2026-05-14T12:01:04.000000Z",
"created_by": 0,
"updated_by": 0,
"images": []
}
]
}
}
Notes
- Authentication is required
⌘I
