Displays

View used to refresh a display, proxying a message to the websocket redis queue.

post/v2/displays/{display_id}/refresh

Request body

idinteger
created_atstring date-time
namestring required
screen_type'MONITOR' | 'TABLET' | 'TV' | 'MOBILE' required
display_type'DEDICATED_SPACE' | 'SPACE_DIRECTORY' | 'FLOORPLAN' required
dedicated_space_idinteger nullable
list_spacesstring
list_space_idsinteger[]
list_space_titlestring nullable
directory_mode'CAPACITY' | 'ENTRANCES' nullable
analytics_time'TODAY' | 'FIFTEEN_MINUTES' | 'THIRTY_MINUTES' | 'ONE_HOUR' | 'THREE_HOURS' | 'SIX_HOURS' | 'TWELVE_HOURS' nullable
tokenstring
messagestring
contact_emailstring
display_wait_timeboolean
display_countboolean
sidebar_modestring
linked_display_idinteger nullable
linked_display_tokenstring
display_trendboolean
black_and_white_modeboolean
at_or_above_threshold_textstring
below_threshold_textstring
display_occupancy_metricboolean
user_idinteger nullable
secure_modeboolean

Response

Created

idinteger
created_atstring date-time
namestring
screen_type'MONITOR' | 'TABLET' | 'TV' | 'MOBILE'
display_type'DEDICATED_SPACE' | 'SPACE_DIRECTORY' | 'FLOORPLAN'
dedicated_space_idinteger
space_idinteger
list_spacesstring
list_space_idsinteger[]
sidebar_list_spacesstring
sidebar_list_space_idsstring
tokenstring
messagestring
contact_emailstring
display_wait_timeboolean
display_countboolean
sidebar_mode'MESSAGE' | 'LIST_SPACES' | 'NONE'
linked_display_idinteger
linked_display_hashstring
display_trendboolean
black_and_white_modeboolean
at_or_above_threshold_textstring
below_threshold_textstring
display_occupancy_metricboolean
analytics_time'TODAY' | 'FIFTEEN_MINUTES' | 'THIRTY_MINUTES' | 'ONE_HOUR' | 'THREE_HOURS' | 'SIX_HOURS' | 'TWELVE_HOURS' nullable

Changes