2020-10-05 10:43:43 +02:00
{
2021-06-03 14:13:30 +02:00
"organization" : [
2020-10-05 10:43:43 +02:00
{
"id" : 1 ,
2021-01-08 12:45:30 +01:00
"name" : "OpenSlides" ,
"description" : "The digital motion and assembly system" ,
2020-10-05 10:43:43 +02:00
"legal_notice" : "<a href=\"http://www.openslides.org\">OpenSlides</a> is a free web based presentation and assembly system for visualizing and controlling agenda, motions and elections of an assembly." ,
2021-01-08 12:45:30 +01:00
"privacy_policy" : "" ,
"login_text" : "Welcome to OpenSlides. Please login." ,
"theme" : "openslides-theme" ,
"reset_password_verbose_errors" : false ,
2021-06-07 11:16:07 +02:00
"enable_electronic_voting" : false ,
2020-10-05 10:43:43 +02:00
"committee_ids" : [ 1 ] ,
2021-04-08 13:47:25 +02:00
"resource_ids" : [ ] ,
2021-06-03 14:13:30 +02:00
"organization_tag_ids" : [ ]
2020-10-05 10:43:43 +02:00
} ] ,
"user" : [
{
"id" : 1 ,
"username" : "admin" ,
"title" : "" ,
"first_name" : "" ,
"last_name" : "Administrator" ,
"is_active" : true ,
2021-01-08 12:45:30 +01:00
"is_physical_person" : true ,
2020-10-05 10:43:43 +02:00
"password" : "1422e767c5e08bb7196844025a0f98e1x61Ey612Kl2gpFL56FT9weDnpSo4AV8j8+qx2AuTHdRyY036xxzTTrw10Wq3+4qQyB+XURPWx1ONxp3Y3pB37A==" ,
"default_password" : "admin" ,
2021-05-20 12:23:43 +02:00
"can_change_own_password" : true ,
2021-07-23 13:44:06 +02:00
"gender" : null ,
2020-10-05 10:43:43 +02:00
"email" : "" ,
2021-01-08 12:45:30 +01:00
"default_number" : "" ,
"default_structure_level" : "" ,
"default_vote_weight" : "1.000000" ,
2020-10-05 10:43:43 +02:00
"last_email_send" : null ,
2021-01-08 12:45:30 +01:00
"is_demo_user" : false ,
2020-10-05 10:43:43 +02:00
2021-06-03 14:13:30 +02:00
"organization_management_level" : "superadmin" ,
2021-04-26 13:20:30 +02:00
2020-10-05 10:43:43 +02:00
"is_present_in_meeting_ids" : [ ] ,
2021-04-26 13:20:30 +02:00
"committee_ids" : [ 1 ] ,
"committee_$_management_level" : [ "1" ] ,
"committee_$1_management_level" : "can_manage" ,
2020-10-05 10:43:43 +02:00
2021-01-08 12:45:30 +01:00
"comment_$" : [ ] ,
"number_$" : [ ] ,
"structure_level_$" : [ ] ,
"about_me_$" : [ ] ,
"vote_weight_$" : [ ] ,
2020-10-05 10:43:43 +02:00
"group_$_ids" : [ "1" ] ,
2021-01-08 12:45:30 +01:00
"group_$1_ids" : [ 2 ] ,
2020-10-05 10:43:43 +02:00
"speaker_$_ids" : [ ] ,
"personal_note_$_ids" : [ ] ,
"supported_motion_$_ids" : [ ] ,
"submitted_motion_$_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"poll_voted_$_ids" : [ ] ,
"option_$_ids" : [ ] ,
"vote_$_ids" : [ ] ,
"vote_delegated_vote_$_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"assignment_candidate_$_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"projection_$_ids" : [ ] ,
"vote_delegated_$_to_id" : [ ] ,
2021-04-26 13:20:30 +02:00
"vote_delegations_$_from_ids" : [ ] ,
"meeting_ids" : [ 1 ]
2020-10-05 10:43:43 +02:00
} ] ,
"resource" : [ ] ,
2021-06-03 14:13:30 +02:00
"organization_tag" : [ ] ,
2020-10-05 10:43:43 +02:00
"committee" : [
{
"id" : 1 ,
"name" : "Default committee" ,
"description" : "Add description here" ,
"meeting_ids" : [ 1 ] ,
"template_meeting_id" : null ,
"default_meeting_id" : 1 ,
2021-04-26 13:20:30 +02:00
"user_ids" : [ 1 ] ,
2020-10-05 10:43:43 +02:00
"forward_to_committee_ids" : [ ] ,
"receive_forwardings_from_committee_ids" : [ ] ,
2021-06-03 14:13:30 +02:00
"organization_tag_ids" : [ ] ,
"organization_id" : 1
2020-10-05 10:43:43 +02:00
} ] ,
"meeting" : [
{
"id" : 1 ,
2021-01-08 12:45:30 +01:00
"welcome_title" : "Welcome to OpenSlides" ,
"welcome_text" : "[Space for your welcome text.]" ,
2020-10-05 10:43:43 +02:00
"name" : "OpenSlides - Die Veranstaltung (Teil II)" ,
"description" : "Presentation and assembly system" ,
"location" : "" ,
"start_time" : 0 ,
"end_time" : 0 ,
2021-06-21 15:07:30 +02:00
"imported_at" : null ,
2021-01-08 12:45:30 +01:00
"jitsi_domain" : "" ,
"jitsi_room_name" : "" ,
"jitsi_room_password" : "" ,
2021-06-07 11:16:07 +02:00
"enable_chat" : false ,
2021-01-08 12:45:30 +01:00
"url_name" : "openslides_1" ,
"template_for_committee_id" : null ,
"enable_anonymous" : false ,
2021-06-15 11:31:48 +02:00
"custom_translations" : { } ,
2020-10-05 10:43:43 +02:00
"conference_show" : false ,
"conference_auto_connect" : false ,
"conference_los_restriction" : false ,
"conference_stream_url" : "" ,
2021-01-28 13:36:11 +01:00
"conference_stream_poster_url" : "" ,
2021-01-08 12:45:30 +01:00
"conference_open_microphone" : true ,
"conference_open_video" : true ,
2021-07-01 12:33:40 +02:00
"conference_auto_connect_next_speakers" : 0 ,
2021-07-01 16:04:33 +02:00
"conference_enable_helpdesk" : false ,
2021-07-09 15:40:47 +02:00
"applause_enable" : false ,
"applause_type" : "applause-type-bar" ,
"applause_show_level" : false ,
"applause_min_amount" : 1 ,
"applause_max_amount" : 0 ,
"applause_timeout" : 5 ,
"applause_particle_image_url" : "" ,
2020-10-05 10:43:43 +02:00
2021-03-08 13:55:34 +01:00
"projector_countdown_default_time" : 60 ,
2020-10-05 10:43:43 +02:00
"projector_countdown_warning_time" : 0 ,
"export_csv_encoding" : "utf-8" ,
"export_csv_separator" : "," ,
"export_pdf_pagenumber_alignment" : "center" ,
2021-02-02 08:54:28 +01:00
"export_pdf_fontsize" : 10 ,
2020-10-05 10:43:43 +02:00
"export_pdf_pagesize" : "A4" ,
"agenda_show_subtitles" : false ,
"agenda_enable_numbering" : true ,
"agenda_number_prefix" : "" ,
"agenda_numeral_system" : "arabic" ,
"agenda_item_creation" : "default_yes" ,
2021-01-08 15:11:24 +01:00
"agenda_new_items_default_visibility" : "internal" ,
2020-10-05 10:43:43 +02:00
"agenda_show_internal_items_on_projector" : false ,
"list_of_speakers_amount_last_on_projector" : 1 ,
"list_of_speakers_amount_next_on_projector" : -1 ,
2021-03-08 13:55:34 +01:00
"list_of_speakers_couple_countdown" : true ,
2020-10-05 10:43:43 +02:00
"list_of_speakers_show_amount_of_speakers_on_slide" : true ,
"list_of_speakers_present_users_only" : false ,
"list_of_speakers_show_first_contribution" : false ,
2021-03-11 08:59:30 +01:00
"list_of_speakers_enable_point_of_order_speakers" : false ,
2021-04-29 12:09:40 +02:00
"list_of_speakers_enable_pro_contra_speech" : false ,
"list_of_speakers_can_set_contribution_self" : false ,
"list_of_speakers_speaker_note_for_everyone" : false ,
2021-03-11 08:59:30 +01:00
"list_of_speakers_initially_closed" : false ,
2020-10-05 10:43:43 +02:00
"motions_default_workflow_id" : 1 ,
2021-01-08 12:45:30 +01:00
"motions_default_amendment_workflow_id" : 1 ,
"motions_default_statute_amendment_workflow_id" : 1 ,
2020-10-05 10:43:43 +02:00
"motions_preamble" : "The assembly may decide:" ,
"motions_default_line_numbering" : "none" ,
"motions_line_length" : 90 ,
"motions_reason_required" : false ,
"motions_enable_text_on_projector" : true ,
"motions_enable_reason_on_projector" : true ,
"motions_enable_sidebox_on_projector" : false ,
"motions_enable_recommendation_on_projector" : true ,
"motions_show_referring_motions" : true ,
2021-01-08 12:45:30 +01:00
"motions_show_sequential_number" : true ,
2020-10-05 10:43:43 +02:00
"motions_recommendations_by" : "" ,
"motions_statute_recommendations_by" : "" ,
"motions_recommendation_text_mode" : "original" ,
"motions_default_sorting" : "number" ,
"motions_number_type" : "per_category" ,
"motions_number_min_digits" : 1 ,
"motions_number_with_blank" : false ,
"motions_statutes_enabled" : true ,
"motions_amendments_enabled" : true ,
"motions_amendments_in_main_list" : true ,
"motions_amendments_of_amendments" : false ,
"motions_amendments_prefix" : "-" ,
"motions_amendments_text_mode" : "freestyle" ,
"motions_amendments_multiple_paragraphs" : true ,
"motions_supporters_min_amount" : 1 ,
"motions_export_title" : "Motions" ,
"motions_export_preamble" : "" ,
"motions_export_submitter_recommendation" : false ,
"motions_export_follow_recommendation" : false ,
"motion_poll_ballot_paper_selection" : "CUSTOM_NUMBER" ,
"motion_poll_ballot_paper_number" : 8 ,
"motion_poll_default_type" : "analog" ,
"motion_poll_default_100_percent_base" : "YNA" ,
2021-02-02 08:54:28 +01:00
"motion_poll_default_group_ids" : [ 5 ] ,
2020-10-05 10:43:43 +02:00
"users_sort_by" : "first_name" ,
"users_enable_presence_view" : true ,
"users_enable_vote_weight" : true ,
"users_allow_self_set_present" : true ,
"users_pdf_welcometitle" : "Welcome to OpenSlides" ,
"users_pdf_welcometext" : "[Place for your welcome and help text.]" ,
"users_pdf_url" : "http://example.com:8000" ,
"users_pdf_wlan_ssid" : "" ,
"users_pdf_wlan_password" : "" ,
"users_pdf_wlan_encryption" : "" ,
"users_email_sender" : "noreply@yourdomain.com" ,
"users_email_replyto" : "" ,
"users_email_subject" : "Your login for {event_name}" ,
"users_email_body" : "Dear {name},\n\nthis is your OpenSlides login for the event {event_name}:\n\n {url}\n username: {username}\n password: {password}\n\nThis email was generated automatically." ,
2021-01-28 13:36:11 +01:00
"assignment_poll_ballot_paper_selection" : "CUSTOM_NUMBER" ,
"assignment_poll_ballot_paper_number" : 8 ,
2020-10-05 10:43:43 +02:00
"assignments_export_title" : "Elections" ,
"assignments_export_preamble" : "" ,
"assignment_poll_add_candidates_to_list_of_speakers" : true ,
"assignment_poll_sort_poll_result_by_votes" : true ,
"assignment_poll_default_type" : "nominal" ,
"assignment_poll_default_method" : "votes" ,
"assignment_poll_default_100_percent_base" : "valid" ,
2021-02-02 08:54:28 +01:00
"assignment_poll_default_group_ids" : [ 5 ] ,
2021-01-28 13:36:11 +01:00
"poll_ballot_paper_selection" : "CUSTOM_NUMBER" ,
"poll_ballot_paper_number" : 8 ,
"poll_sort_poll_result_by_votes" : true ,
"poll_default_type" : "nominal" ,
"poll_default_method" : "votes" ,
"poll_default_100_percent_base" : "valid" ,
2021-02-02 08:54:28 +01:00
"poll_default_group_ids" : [ 5 ] ,
2021-03-08 13:55:34 +01:00
"poll_couple_countdown" : true ,
2020-10-05 10:43:43 +02:00
"projector_ids" : [ 1 ] ,
2021-02-16 10:18:09 +01:00
"all_projection_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"projector_message_ids" : [ ] ,
2021-03-08 13:55:34 +01:00
"projector_countdown_ids" : [ 1 , 2 ] ,
2020-10-05 10:43:43 +02:00
"tag_ids" : [ ] ,
"agenda_item_ids" : [ ] ,
"list_of_speakers_ids" : [ ] ,
2021-01-28 13:36:11 +01:00
"speaker_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"topic_ids" : [ ] ,
2021-01-28 13:36:11 +01:00
"group_ids" : [ 1 , 2 , 3 , 4 , 5 ] ,
2020-10-05 10:43:43 +02:00
"mediafile_ids" : [ ] ,
"motion_ids" : [ ] ,
"motion_comment_section_ids" : [ ] ,
"motion_category_ids" : [ ] ,
"motion_block_ids" : [ ] ,
"motion_workflow_ids" : [ 1 ] ,
"motion_statute_paragraph_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"motion_comment_ids" : [ ] ,
"motion_submitter_ids" : [ ] ,
"motion_change_recommendation_ids" : [ ] ,
2021-02-02 08:54:28 +01:00
"motion_state_ids" : [ 1 , 2 , 3 , 4 ] ,
2021-01-08 12:45:30 +01:00
"poll_ids" : [ ] ,
"option_ids" : [ ] ,
"vote_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"assignment_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"assignment_candidate_ids" : [ ] ,
"personal_note_ids" : [ ] ,
2021-06-07 11:16:07 +02:00
"chat_group_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"logo_$_id" : [ ] ,
"font_$_id" : [ ] ,
"committee_id" : 1 ,
"default_meeting_for_committee_id" : 1 ,
2021-06-03 14:13:30 +02:00
"organization_tag_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"present_user_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"user_ids" : [ 1 ] ,
2021-02-05 17:08:29 +01:00
"reference_projector_id" : 1 ,
2021-03-08 13:55:34 +01:00
"list_of_speakers_countdown_id" : 1 ,
"poll_countdown_id" : 2 ,
2020-10-05 10:43:43 +02:00
2021-05-20 13:12:07 +02:00
"default_projector_$_id" : [
2021-02-16 10:18:09 +01:00
"agenda_all_items" ,
"topics" ,
"list_of_speakers" ,
"current_list_of_speakers" ,
"motion" ,
"amendment" ,
"motion_block" ,
"assignment" ,
"user" ,
"mediafile" ,
"projector_message" ,
"projector_countdowns" ,
"assignment_poll" ,
"motion_poll" ,
"poll"
] ,
2021-05-20 13:12:07 +02:00
"default_projector_$agenda_all_items_id" : 1 ,
"default_projector_$topics_id" : 1 ,
"default_projector_$list_of_speakers_id" : 1 ,
"default_projector_$current_list_of_speakers_id" : 1 ,
"default_projector_$motion_id" : 1 ,
"default_projector_$amendment_id" : 1 ,
"default_projector_$motion_block_id" : 1 ,
"default_projector_$assignment_id" : 1 ,
"default_projector_$user_id" : 1 ,
"default_projector_$mediafile_id" : 1 ,
"default_projector_$projector_message_id" : 1 ,
"default_projector_$projector_countdowns_id" : 1 ,
"default_projector_$assignment_poll_id" : 1 ,
"default_projector_$motion_poll_id" : 1 ,
"default_projector_$poll_id" : 1 ,
2021-02-16 10:18:09 +01:00
"projection_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"default_group_id" : 1 ,
2021-01-08 15:11:24 +01:00
"admin_group_id" : 2
2020-10-05 10:43:43 +02:00
} ] ,
"group" : [
{
"id" : 1 ,
"name" : "Default" ,
"permissions" : [
2021-02-18 11:06:20 +01:00
"agenda_item.can_see_internal" ,
2021-01-08 15:11:24 +01:00
"assignment.can_see" ,
2021-02-18 16:49:21 +01:00
"list_of_speakers.can_see" ,
2021-01-08 15:11:24 +01:00
"mediafile.can_see" ,
2021-02-18 16:49:21 +01:00
"meeting.can_see_frontpage" ,
2021-01-08 15:11:24 +01:00
"motion.can_see" ,
2021-02-18 16:49:21 +01:00
"projector.can_see" ,
2021-05-20 12:23:43 +02:00
"user.can_see"
2020-10-05 10:43:43 +02:00
] ,
2021-01-08 12:45:30 +01:00
2020-10-05 10:43:43 +02:00
"user_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"default_group_for_meeting_id" : 1 ,
"admin_group_for_meeting_id" : null ,
2020-10-05 10:43:43 +02:00
"mediafile_access_group_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"mediafile_inherited_access_group_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"read_comment_section_ids" : [ ] ,
"write_comment_section_ids" : [ ] ,
2021-06-07 11:16:07 +02:00
"read_chat_group_ids" : [ ] ,
"write_chat_group_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"poll_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"used_as_motion_poll_default_id" : null ,
"used_as_assignment_poll_default_id" : null ,
2021-01-28 13:36:11 +01:00
"used_as_poll_default_id" : null ,
2020-10-05 10:43:43 +02:00
"meeting_id" : 1
} ,
{
"id" : 2 ,
"name" : "Admin" ,
"permissions" : [ ] ,
2021-01-08 12:45:30 +01:00
"user_ids" : [ 1 ] ,
"default_group_for_meeting_id" : null ,
"admin_group_for_meeting_id" : 1 ,
2020-10-05 10:43:43 +02:00
"mediafile_access_group_ids" : [ ] ,
"mediafile_inherited_access_group_ids" : [ ] ,
"read_comment_section_ids" : [ ] ,
"write_comment_section_ids" : [ ] ,
2021-06-07 11:16:07 +02:00
"read_chat_group_ids" : [ ] ,
"write_chat_group_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"poll_ids" : [ ] ,
"used_as_motion_poll_default_id" : null ,
2020-10-05 10:43:43 +02:00
"used_as_assignment_poll_default_id" : null ,
2021-01-28 13:36:11 +01:00
"used_as_poll_default_id" : null ,
2020-10-05 10:43:43 +02:00
"meeting_id" : 1
} ,
{
"id" : 3 ,
"name" : "Staff" ,
"permissions" : [
2021-01-08 15:11:24 +01:00
"agenda_item.can_manage" ,
"assignment.can_manage" ,
"assignment.can_nominate_self" ,
2021-02-18 16:49:21 +01:00
"list_of_speakers.can_be_speaker" ,
"list_of_speakers.can_manage" ,
2021-01-08 15:11:24 +01:00
"mediafile.can_manage" ,
2021-02-18 16:49:21 +01:00
"meeting.can_see_frontpage" ,
"meeting.can_see_history" ,
2021-01-08 15:11:24 +01:00
"motion.can_manage" ,
2021-03-01 11:41:25 +01:00
"poll.can_manage" ,
2021-02-18 16:49:21 +01:00
"projector.can_manage" ,
"tag.can_manage" ,
2021-05-20 12:23:43 +02:00
"user.can_manage"
2020-10-05 10:43:43 +02:00
] ,
"user_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"default_group_for_meeting_id" : null ,
"admin_group_for_meeting_id" : null ,
2020-10-05 10:43:43 +02:00
"mediafile_access_group_ids" : [ ] ,
"mediafile_inherited_access_group_ids" : [ ] ,
"read_comment_section_ids" : [ ] ,
"write_comment_section_ids" : [ ] ,
2021-06-07 11:16:07 +02:00
"read_chat_group_ids" : [ ] ,
"write_chat_group_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"poll_ids" : [ ] ,
"used_as_motion_poll_default_id" : null ,
"used_as_assignment_poll_default_id" : null ,
2021-01-28 13:36:11 +01:00
"used_as_poll_default_id" : null ,
2020-10-05 10:43:43 +02:00
"meeting_id" : 1
} ,
{
2021-01-28 13:36:11 +01:00
"id" : 4 ,
2020-10-05 10:43:43 +02:00
"name" : "Committees" ,
"permissions" : [
2021-02-18 11:06:20 +01:00
"agenda_item.can_see_internal" ,
2021-01-08 15:11:24 +01:00
"assignment.can_see" ,
2021-02-18 16:49:21 +01:00
"list_of_speakers.can_see" ,
2021-01-08 15:11:24 +01:00
"mediafile.can_see" ,
2021-02-18 16:49:21 +01:00
"meeting.can_see_frontpage" ,
2021-01-08 15:11:24 +01:00
"motion.can_create" ,
2021-02-18 16:49:21 +01:00
"motion.can_create_amendments" ,
2021-01-08 15:11:24 +01:00
"motion.can_support" ,
2021-02-18 16:49:21 +01:00
"projector.can_see" ,
2021-05-20 12:23:43 +02:00
"user.can_see"
2020-10-05 10:43:43 +02:00
] ,
"user_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"default_group_for_meeting_id" : null ,
"admin_group_for_meeting_id" : null ,
2020-10-05 10:43:43 +02:00
"mediafile_access_group_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"mediafile_inherited_access_group_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"read_comment_section_ids" : [ ] ,
"write_comment_section_ids" : [ ] ,
2021-06-07 11:16:07 +02:00
"read_chat_group_ids" : [ ] ,
"write_chat_group_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"poll_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"used_as_motion_poll_default_id" : null ,
2021-01-08 12:45:30 +01:00
"used_as_assignment_poll_default_id" : null ,
2021-01-28 13:36:11 +01:00
"used_as_poll_default_id" : null ,
2020-10-05 10:43:43 +02:00
"meeting_id" : 1
} ,
{
2021-01-28 13:36:11 +01:00
"id" : 5 ,
2020-10-05 10:43:43 +02:00
"name" : "Delegates" ,
"permissions" : [
2021-02-18 11:06:20 +01:00
"agenda_item.can_see_internal" ,
2021-01-08 15:11:24 +01:00
"assignment.can_nominate_other" ,
"assignment.can_nominate_self" ,
2021-02-18 16:49:21 +01:00
"list_of_speakers.can_be_speaker" ,
2021-01-08 15:11:24 +01:00
"mediafile.can_see" ,
2021-02-18 11:06:20 +01:00
"meeting.can_see_autopilot" ,
2021-02-18 16:49:21 +01:00
"meeting.can_see_frontpage" ,
2021-01-08 15:11:24 +01:00
"motion.can_create" ,
2021-02-18 11:06:20 +01:00
"motion.can_create_amendments" ,
2021-01-08 15:11:24 +01:00
"motion.can_support" ,
2021-02-18 16:49:21 +01:00
"projector.can_see" ,
2021-05-20 12:23:43 +02:00
"user.can_see"
2020-10-05 10:43:43 +02:00
] ,
"user_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"default_group_for_meeting_id" : null ,
"admin_group_for_meeting_id" : null ,
2020-10-05 10:43:43 +02:00
"mediafile_access_group_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"mediafile_inherited_access_group_ids" : [ ] ,
2020-10-05 10:43:43 +02:00
"read_comment_section_ids" : [ ] ,
"write_comment_section_ids" : [ ] ,
2021-06-07 11:16:07 +02:00
"read_chat_group_ids" : [ ] ,
"write_chat_group_ids" : [ ] ,
2021-01-08 12:45:30 +01:00
"poll_ids" : [ ] ,
"used_as_motion_poll_default_id" : 1 ,
"used_as_assignment_poll_default_id" : 1 ,
2021-01-28 13:36:11 +01:00
"used_as_poll_default_id" : 1 ,
2020-10-05 10:43:43 +02:00
"meeting_id" : 1
} ] ,
"personal_note" : [ ] ,
"tag" : [ ] ,
"agenda_item" : [ ] ,
"list_of_speakers" : [ ] ,
"speaker" : [ ] ,
"topic" : [ ] ,
"motion" : [ ] ,
"motion_submitter" : [ ] ,
"motion_comment" : [ ] ,
"motion_comment_section" : [ ] ,
"motion_category" : [ ] ,
"motion_block" : [ ] ,
"motion_change_recommendation" : [ ] ,
"motion_state" : [
{
"id" : 1 ,
"name" : "submitted" ,
"recommendation_label" : null ,
"css_class" : "lightblue" ,
"restrictions" : [ ] ,
"allow_support" : true ,
"allow_create_poll" : true ,
"allow_submitter_edit" : true ,
"set_number" : true ,
"show_state_extension_field" : false ,
2021-01-08 15:11:24 +01:00
"merge_amendment_into_final" : "undefined" ,
2020-10-05 10:43:43 +02:00
"show_recommendation_extension_field" : false ,
"next_state_ids" : [ 2 , 3 , 4 ] ,
"previous_state_ids" : [ ] ,
"motion_ids" : [ ] ,
"motion_recommendation_ids" : [ ] ,
"workflow_id" : 1 ,
2021-01-08 12:45:30 +01:00
"first_state_of_workflow_id" : 1 ,
"meeting_id" : 1
2020-10-05 10:43:43 +02:00
} ,
{
"id" : 2 ,
"name" : "accepted" ,
"recommendation_label" : "Acceptance" ,
"css_class" : "green" ,
"restrictions" : [ ] ,
"allow_support" : false ,
"allow_create_poll" : false ,
"allow_submitter_edit" : false ,
"set_number" : true ,
"show_state_extension_field" : false ,
2021-01-08 15:11:24 +01:00
"merge_amendment_into_final" : "undefined" ,
2020-10-05 10:43:43 +02:00
"show_recommendation_extension_field" : false ,
"next_state_ids" : [ ] ,
"previous_state_ids" : [ 1 ] ,
"motion_ids" : [ ] ,
"motion_recommendation_ids" : [ ] ,
"workflow_id" : 1 ,
2021-01-08 12:45:30 +01:00
"first_state_of_workflow_id" : null ,
"meeting_id" : 1
2020-10-05 10:43:43 +02:00
} ,
{
"id" : 3 ,
"name" : "rejected" ,
"recommendation_label" : "Rejection" ,
"css_class" : "red" ,
"restrictions" : [ ] ,
"allow_support" : false ,
"allow_create_poll" : false ,
"allow_submitter_edit" : false ,
"set_number" : true ,
"show_state_extension_field" : false ,
2021-01-08 15:11:24 +01:00
"merge_amendment_into_final" : "undefined" ,
2020-10-05 10:43:43 +02:00
"show_recommendation_extension_field" : false ,
"next_state_ids" : [ ] ,
"previous_state_ids" : [ 1 ] ,
"motion_ids" : [ ] ,
"motion_recommendation_ids" : [ ] ,
"workflow_id" : 1 ,
2021-01-08 12:45:30 +01:00
"first_state_of_workflow_id" : null ,
"meeting_id" : 1
2020-10-05 10:43:43 +02:00
} ,
{
"id" : 4 ,
"name" : "not decided" ,
"recommendation_label" : "No decision" ,
"css_class" : "grey" ,
"restrictions" : [ ] ,
"allow_support" : false ,
"allow_create_poll" : false ,
"allow_submitter_edit" : false ,
"set_number" : true ,
"show_state_extension_field" : false ,
2021-01-08 15:11:24 +01:00
"merge_amendment_into_final" : "undefined" ,
2020-10-05 10:43:43 +02:00
"show_recommendation_extension_field" : false ,
"next_state_ids" : [ ] ,
"previous_state_ids" : [ 1 ] ,
"motion_ids" : [ ] ,
"motion_recommendation_ids" : [ ] ,
"workflow_id" : 1 ,
2021-01-08 12:45:30 +01:00
"first_state_of_workflow_id" : null ,
"meeting_id" : 1
2020-10-05 10:43:43 +02:00
}
] ,
"motion_workflow" : [
{
"id" : 1 ,
"name" : "Simple Workflow" ,
"state_ids" : [ 1 , 2 , 3 , 4 ] ,
"first_state_id" : 1 ,
"default_workflow_meeting_id" : 1 ,
2021-01-08 12:45:30 +01:00
"default_amendment_workflow_meeting_id" : 1 ,
"default_statute_amendment_workflow_meeting_id" : 1 ,
2020-10-05 10:43:43 +02:00
"meeting_id" : 1
} ] ,
"motion_statute_paragraph" : [ ] ,
2021-01-08 12:45:30 +01:00
"poll" : [ ] ,
"option" : [ ] ,
"vote" : [ ] ,
2020-10-05 10:43:43 +02:00
"assignment" : [ ] ,
"assignment_candidate" : [ ] ,
"mediafile" : [ ] ,
"projector" : [
{
"id" : 1 ,
"name" : "Default projector" ,
"scale" : 0 ,
"scroll" : 0 ,
"width" : 1220 ,
"aspect_ratio_numerator" : 4 ,
"aspect_ratio_denominator" : 3 ,
"color" : "#000000" ,
"background_color" : "#ffffff" ,
"header_background_color" : "#317796" ,
"header_font_color" : "#f5f5f5" ,
"header_h1_color" : "#317796" ,
"chyron_background_color" : "#317796" ,
"chyron_font_color" : "#ffffff" ,
"show_header_footer" : true ,
"show_title" : true ,
"show_logo" : true ,
2021-02-16 10:18:09 +01:00
"show_clock" : true ,
2020-10-05 10:43:43 +02:00
"current_projection_ids" : [ ] ,
"preview_projection_ids" : [ ] ,
"history_projection_ids" : [ ] ,
2021-02-05 17:08:29 +01:00
"used_as_reference_projector_meeting_id" : 1 ,
2021-06-21 15:07:30 +02:00
2021-02-16 10:18:09 +01:00
"used_as_default_$_in_meeting_id" : [
"agenda_all_items" ,
"topics" ,
"list_of_speakers" ,
"current_list_of_speakers" ,
"motion" ,
"amendment" ,
"motion_block" ,
"assignment" ,
"user" ,
"mediafile" ,
"projector_message" ,
"projector_countdowns" ,
"assignment_poll" ,
"motion_poll" ,
"poll"
] ,
"used_as_default_$agenda_all_items_in_meeting_id" : 1 ,
"used_as_default_$topics_in_meeting_id" : 1 ,
"used_as_default_$list_of_speakers_in_meeting_id" : 1 ,
"used_as_default_$current_list_of_speakers_in_meeting_id" : 1 ,
"used_as_default_$motion_in_meeting_id" : 1 ,
"used_as_default_$amendment_in_meeting_id" : 1 ,
"used_as_default_$motion_block_in_meeting_id" : 1 ,
"used_as_default_$assignment_in_meeting_id" : 1 ,
"used_as_default_$user_in_meeting_id" : 1 ,
"used_as_default_$mediafile_in_meeting_id" : 1 ,
"used_as_default_$projector_message_in_meeting_id" : 1 ,
"used_as_default_$projector_countdowns_in_meeting_id" : 1 ,
"used_as_default_$assignment_poll_in_meeting_id" : 1 ,
"used_as_default_$motion_poll_in_meeting_id" : 1 ,
"used_as_default_$poll_in_meeting_id" : 1 ,
2020-10-05 10:43:43 +02:00
"meeting_id" : 1
} ] ,
2021-02-16 10:18:09 +01:00
"projection" : [ ] ,
2020-10-05 10:43:43 +02:00
"projector_message" : [ ] ,
2021-03-08 13:55:34 +01:00
"projector_countdown" : [
{
"id" : 1 ,
"title" : "List of speaker countdown" ,
"description" : "" ,
"default_time" : 60 ,
"countdown_time" : 60 ,
"running" : false ,
"projection_ids" : [ ] ,
"used_as_list_of_speaker_countdown_meeting_id" : 1 ,
"used_as_poll_countdown_meeting_id" : null ,
"meeting_id" : 1
} ,
{
"id" : 2 ,
"title" : "Voting countdown" ,
"description" : "" ,
"default_time" : 60 ,
"countdown_time" : 60 ,
"running" : false ,
"projection_ids" : [ ] ,
"used_as_list_of_speaker_countdown_meeting_id" : null ,
"used_as_poll_countdown_meeting_id" : 1 ,
"meeting_id" : 1
2021-06-07 11:16:07 +02:00
} ] ,
"chat_group" : [ ]
2020-10-05 10:43:43 +02:00
}