# Read

## Read organizations

<mark style="color:green;">`POST`</mark> `https://event.talque.com/api/v1/org/read`

This endpoint allows you to read multiple organization records in a single request.

#### Query Parameters

| Name                                        | Type  | Description                              |
| ------------------------------------------- | ----- | ---------------------------------------- |
| orgIdList<mark style="color:red;">\*</mark> | array | List of organization identifiers to read |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```javascript
{
    "orgById":{
        "RVZA0drygVK5NbrZuQnB":{
            "model":{
                "background":null,
                "banner":null,
                "categoryLabels":{
                    "fou":{
                        "DE_DE":"Long description of founder"
                    },
                    "inv":{
                        "DE_DE":"Long description of investor"
                    }
                },
                "categoryShortLabels":{
                    "fou":{
                        "DE_DE":"Founder"
                    },
                    "inv":{
                        "DE_DE":"Investor"
                    }
                },
                "description":{},
                "formatColors":{
                    "semi":"#012345",
                    "talk":"#abc123"
                },
                "formatLabels":{
                    "semi":{
                        "DE_DE":"Seminar \u00e4\u00f6\u00fc\u00df"
                    },
                    "talk":{
                        "DE_DE":"Plenary Talk \u00e4\u00f6\u00fc\u00df"
                    },
                    "work":{
                        "DE_DE":"Workshop"
                    }
                },
                "keywordColors":{},
                "keywordLabels":{
                    "bar":{
                        "DE_DE":"Bar"
                    },
                    "foo":{
                        "DE_DE":"Foo"
                    },
                    "tbd":{
                        "DE_DE":"To be determined"
                    }
                },
                "locales":[
                    "DE_DE",
                    "EN_US"
                ],
                "logo":null,
                "mtime":1502884800000,
                "name":{
                    "DE_DE":"Droidcon 2017 \u00e4\u00f6\u00fc\u00df"
                },
                "orgId":"RVZA0drygVK5NbrZuQnB",
                "photo":"https://foo/bar/photo.jpg",
                "splashscreen":null,
                "sponsorLabels":{},
                "sponsorOrder":[],
                "tagLabels":{
                    "con":{
                        "DE_DE":"Kongress",
                        "EN_US":"Congress"
                    },
                    "top":{
                        "DE_DE":"Oberste Division",
                        "EN_US":"Top Division"
                    }
                },
                "timezone":"Europe/Berlin",
                "topicLabels":{
                    "fin":{
                        "DE_DE":"Fintec"
                    }
                },
                "vendorLabels":{
                    "exh":{
                        "DE_DE":"Aussteller",
                        "EN_US":"Exhibitor"
                    },
                    "sup":{
                        "DE_DE":"Supplier"
                    }
                },
                "vendorOrder":[
                    "exh",
                    "sup"
                ]
            },
            "reason":"SUCCESS",
            "success":true
        }
    },
    "reason":"SUCCESS",
    "reasonEnum":"OrgReadReason",
    "success":true
}
```

{% endtab %}

{% tab title="404 Could not find an organization matching this query. Note that the request status is actually 200, the failure for returning an organization is in the per-org reason field." %}

```javascript
{
    "orgById":{
        "SMHM4WNF4oGDSgMzy73D":{
            "model":null,
            "reason":"NOT_FOUND",
            "success":false
        }
    },
    "reason":"SUCCESS",
    "reasonEnum":"OrgReadReason",
    "success":true
}
```

{% endtab %}
{% endtabs %}

### Example Request

```javascript
{
    "orgIdList": [
        "qRY08MFxsIo97DecfEPk"
    ]
}
```

### Example Response

```json
{
  "orgById": {
    "qRY08MFxsIo97DecfEPk": {
      "model": {
        "categoryShortLabels": {
          "ber": {
            "DE_DE": "Aussteller"
          },
          "par": {
            "DE_DE": "Teilnehmer allg."
          },
          "spk": {
            "DE_DE": "Dienstleister"
          },
          "sup": {
            "DE_DE": "Startup"
          }
        },
        "description": {
          "DE_DE": "Marketing neu denken in 2022",
          "EN_US": "Rethinking marketing in 2022"
        },
        "sponsorOrder": [
          "platinum",
          "gold",
          "silver",
          "crz"
        ],
        "photo": "https://lh3.googleusercontent.com/JsoNErMA3EYq0umaLx6PMLAyyBfVK6YIGQdRb1kfa5NvkjO8eENuu8QkadPbarUL9jBxpU9xXR3sgjeb3pX6VzCUZk7HYkBwlw=s0",
        "badgeLabels": {
          "gec": {
            "DE_DE": "Referent",
            "EN_US": "Speaker"
          },
          "tsl": {
            "DE_DE": "Künstler",
            "EN_US": "Artist"
          },
          "jcr": {
            "DE_DE": "Moderator",
            "EN_US": "Moderator"
          }
        },
        "vendorOrder": [
          "exhibitor",
          "supplier",
          "jbp"
        ],
        "tagLabels": {
          "izk": {
            "DE_DE": "Track 2",
            "EN_US": "Track 2"
          },
          "hig": {
            "DE_DE": "Track 1",
            "EN_US": "Track 1"
          }
        },
        "background": "https://lh3.googleusercontent.com/FVg9NdA8-2Atvo9GhfFjCH0H5eEIiJO3rspMyXjo0gbwphCZZyBGmPeiX_7_u7KuD5S0evqurv12N1tsZqVIHHC2ex08kGFpqg=s0",
        "mtime": 1691413146894,
        "logo": "https://lh3.googleusercontent.com/6gEz4G8rXqDwXgcPd8afw-5f8Tqzoj1i5EwMFbUWOGtZUpVedmn5Ul5OjQNs0iK16sDpXDoThJPmkckEgqGzobja-Hia7x0S=s0",
        "categoryLabels": {
          "ber": {
            "DE_DE": "Aussteller"
          },
          "par": {
            "DE_DE": "Teilnehmer allgemein"
          },
          "spk": {
            "DE_DE": "Service Provider / Dienstleister"
          },
          "sup": {
            "DE_DE": "Startup"
          }
        },
        "keywordColors": {
          "tq_hobby_sqs": "#99ccff",
          "tk_dig": "#ff3333",
          "tp_efc": "#336699",
          "tq_hobby_jag": "#99ccff",
          "av_drh": "#cccc33",
          "tp_ftc": "#336699",
          "tq_hobby_snw": "#99ccff",
          "tp_sen": "#336699",
          "tp_drh": "#336699",
          "tp_lan": "#336699",
          "sk_chm": "#990066",
          "sk_prj": "#990066",
          "sk_dev": "#990066",
          "tq_hobby_ess": "#99ccff",
          "tq_hobby_spt": "#99ccff",
          "tk_ftc": "#ff3333",
          "tq_hobby_arc": "#99ccff",
          "tq_hobby_sin": "#99ccff",
          "av_efc": "#cccc33",
          "tk_irc": "#ff3333",
          "sk_spr": "#990066",
          "tk_efc": "#ff3333",
          "tq_hobby_wan": "#99ccff",
          "tp_han": "#336699",
          "sk_ux": "#990066",
          "tq_hobby_bil": "#99ccff",
          "tk_sen": "#ff3333",
          "tk_pfs": "#ff3333",
          "tp_bdt": "#336699",
          "sk_bd": "#990066",
          "tq_hobby_kar": "#99ccff",
          "tp_rob": "#336699",
          "tq_hobby_vyb": "#99ccff",
          "tp_dig": "#336699",
          "tk_dfa": "#ff3333",
          "tq_hobby_tns": "#99ccff",
          "tp_agt": "#336699",
          "sk_sal": "#990066",
          "tq_hobby_ast": "#99ccff",
          "sk_log": "#990066",
          "tk_fam": "#ff3333",
          "tq_hobby_brt": "#99ccff",
          "tq_hobby_ang": "#99ccff",
          "tq_hobby_lit": "#99ccff",
          "tq_hobby_kle": "#99ccff",
          "tp_dfa": "#336699",
          "tq_hobby_mou": "#99ccff",
          "tq_hobby_mot": "#99ccff",
          "tq_hobby_koc": "#99ccff",
          "tq_hobby_wei": "#99ccff",
          "sk_pd": "#990066",
          "av_arv": "#cccc33",
          "tq_hobby_yga": "#99ccff",
          "tq_hobby_inl": "#99ccff",
          "sk_hr": "#990066",
          "av_rob": "#cccc33",
          "tq_hobby_int": "#99ccff",
          "sk_pr": "#990066",
          "tq_hobby_fus": "#99ccff",
          "tq_hobby_glf": "#99ccff",
          "av_sen": "#cccc33",
          "tq_hobby_zum": "#99ccff",
          "tp_leb": "#336699",
          "tq_hobby_mus": "#99ccff",
          "tk_rob": "#ff3333",
          "av_dfa": "#cccc33",
          "tq_hobby_bmt": "#99ccff",
          "sk_dig": "#990066",
          "av_irc": "#cccc33",
          "sk_mkt": "#990066",
          "tp_irc": "#336699",
          "tq_hobby_kin": "#99ccff",
          "tq_hobby_ber": "#99ccff",
          "tq_hobby_aut": "#99ccff",
          "tq_hobby_tan": "#99ccff",
          "tq_hobby_phl": "#99ccff",
          "sk_mnt": "#990066",
          "tq_hobby_jog": "#99ccff",
          "tp_chg": "#336699",
          "av_agt": "#cccc33",
          "tq_hobby_sci": "#99ccff",
          "tq_hobby_sch": "#99ccff",
          "tq_hobby_ret": "#99ccff",
          "sk_fra": "#990066",
          "tk_agt": "#ff3333",
          "tk_bdt": "#ff3333",
          "tq_hobby_rei": "#99ccff",
          "tk_chm": "#ff3333",
          "tq_hobby_ski": "#99ccff",
          "tq_hobby_tau": "#99ccff",
          "tq_hobby_geo": "#99ccff",
          "av_bdt": "#cccc33",
          "av_ftc": "#cccc33",
          "tk_drh": "#ff3333",
          "tq_hobby_com": "#99ccff",
          "tq_hobby_lau": "#99ccff",
          "tk_blk": "#ff3333",
          "tq_hobby_fot": "#99ccff"
        },
        "locales": [
          "EN_US",
          "DE_DE"
        ],
        "keywordLabels": {
          "tq_hobby_sqs": {
            "DE_DE": "squash"
          },
          "tk_dig": {
            "DE_DE": "digitalisierung"
          },
          "tp_efc": {
            "DE_DE": "e-food-commerce"
          },
          "tq_hobby_jag": {
            "DE_DE": "jagd"
          },
          "av_drh": {
            "DE_DE": "drohnen"
          },
          "tp_ftc": {
            "DE_DE": "food tech"
          },
          "tq_hobby_snw": {
            "DE_DE": "snowboarden"
          },
          "tp_sen": {
            "DE_DE": "sensoren"
          },
          "tp_drh": {
            "DE_DE": "drohnen"
          },
          "tp_lan": {
            "DE_DE": "landwirtschaft"
          },
          "sk_chm": {
            "DE_DE": "change management"
          },
          "sk_prj": {
            "DE_DE": "project management"
          },
          "sk_dev": {
            "DE_DE": "software development"
          },
          "tq_hobby_ess": {
            "DE_DE": "essen"
          },
          "tq_hobby_spt": {
            "DE_DE": "sport generell"
          },
          "tk_ftc": {
            "DE_DE": "food tech"
          },
          "tq_hobby_arc": {
            "DE_DE": "architektur"
          },
          "tq_hobby_sin": {
            "DE_DE": "singen"
          },
          "av_efc": {
            "DE_DE": "e-food-commerce"
          },
          "tk_irc": {
            "DE_DE": "image recognition"
          },
          "sk_spr": {
            "DE_DE": "sparringspartner"
          },
          "tk_efc": {
            "DE_DE": "e-food-commerce"
          },
          "tq_hobby_wan": {
            "DE_DE": "wandern"
          },
          "tp_han": {
            "DE_DE": "handel"
          },
          "sk_ux": {
            "DE_DE": "ui/ux"
          },
          "tq_hobby_bil": {
            "DE_DE": "billard"
          },
          "tk_sen": {
            "DE_DE": "sensoren"
          },
          "tk_pfs": {
            "DE_DE": "pflanzenschutz"
          },
          "tp_bdt": {
            "DE_DE": "big data"
          },
          "sk_bd": {
            "DE_DE": "business development"
          },
          "tq_hobby_kar": {
            "DE_DE": "kartenspielen"
          },
          "tp_rob": {
            "DE_DE": "robotics"
          },
          "tq_hobby_vyb": {
            "DE_DE": "volleyball"
          },
          "tp_dig": {
            "DE_DE": "digitalisierung"
          },
          "tk_dfa": {
            "DE_DE": "digital farming"
          },
          "tq_hobby_tns": {
            "DE_DE": "tennis"
          },
          "tp_agt": {
            "DE_DE": "agtech"
          },
          "sk_sal": {
            "DE_DE": "sales"
          },
          "tq_hobby_ast": {
            "DE_DE": "astronomie"
          },
          "sk_log": {
            "DE_DE": "logistik"
          },
          "tk_fam": {
            "DE_DE": "food & mobility"
          },
          "tq_hobby_brt": {
            "DE_DE": "brettspiele"
          },
          "tq_hobby_ang": {
            "DE_DE": "angeln"
          },
          "tq_hobby_lit": {
            "DE_DE": "literatur"
          },
          "tq_hobby_kle": {
            "DE_DE": "klettern"
          },
          "tp_dfa": {
            "DE_DE": "digital farming"
          },
          "tq_hobby_mou": {
            "DE_DE": "mountainbike"
          },
          "tq_hobby_mot": {
            "DE_DE": "motorradfahren"
          },
          "tq_hobby_koc": {
            "DE_DE": "kochen"
          },
          "tq_hobby_wei": {
            "DE_DE": "wein"
          },
          "sk_pd": {
            "DE_DE": "product development"
          },
          "av_arv": {
            "DE_DE": "ar/vr"
          },
          "tq_hobby_yga": {
            "DE_DE": "yoga"
          },
          "tq_hobby_inl": {
            "DE_DE": "inliner"
          },
          "sk_hr": {
            "DE_DE": "hr"
          },
          "av_rob": {
            "DE_DE": "robotics"
          },
          "tq_hobby_int": {
            "DE_DE": "instrument"
          },
          "sk_pr": {
            "DE_DE": "pr"
          },
          "tq_hobby_fus": {
            "DE_DE": "fussball"
          },
          "tq_hobby_glf": {
            "DE_DE": "golf spielen"
          },
          "av_sen": {
            "DE_DE": "sensoren"
          },
          "tq_hobby_zum": {
            "DE_DE": "zumba"
          },
          "tp_leb": {
            "DE_DE": "lebensmittelwirtschaft"
          },
          "tq_hobby_mus": {
            "DE_DE": "musik"
          },
          "tk_rob": {
            "DE_DE": "robotics"
          },
          "av_dfa": {
            "DE_DE": "digital farming"
          },
          "tq_hobby_bmt": {
            "DE_DE": "badminton"
          },
          "sk_dig": {
            "DE_DE": "digitalisierung"
          },
          "av_irc": {
            "DE_DE": "image recognition"
          },
          "sk_mkt": {
            "DE_DE": "online marketing"
          },
          "tp_irc": {
            "DE_DE": "image recognition"
          },
          "tq_hobby_kin": {
            "DE_DE": "kino"
          },
          "tq_hobby_ber": {
            "DE_DE": "bergsteigen"
          },
          "tq_hobby_aut": {
            "DE_DE": "autos"
          },
          "tq_hobby_tan": {
            "DE_DE": "tanzen"
          },
          "tq_hobby_phl": {
            "DE_DE": "philatelie"
          },
          "sk_mnt": {
            "DE_DE": "mentoring"
          },
          "tq_hobby_jog": {
            "DE_DE": "joggen"
          },
          "tp_chg": {
            "DE_DE": "change management"
          },
          "av_agt": {
            "DE_DE": "agtech"
          },
          "tq_hobby_sci": {
            "DE_DE": "science fiction"
          },
          "tq_hobby_sch": {
            "DE_DE": "schwimmen"
          },
          "tq_hobby_ret": {
            "DE_DE": "reiten"
          },
          "sk_fra": {
            "DE_DE": "franchise"
          },
          "tk_agt": {
            "DE_DE": "agtech"
          },
          "tk_bdt": {
            "DE_DE": "big data"
          },
          "tq_hobby_rei": {
            "DE_DE": "reisen"
          },
          "tk_chm": {
            "DE_DE": "change management"
          },
          "tq_hobby_ski": {
            "DE_DE": "skifahren"
          },
          "tq_hobby_tau": {
            "DE_DE": "tauchen"
          },
          "tq_hobby_geo": {
            "DE_DE": "geocaching"
          },
          "av_bdt": {
            "DE_DE": "big data"
          },
          "av_ftc": {
            "DE_DE": "food tech"
          },
          "tk_drh": {
            "DE_DE": "drohnen"
          },
          "tq_hobby_com": {
            "DE_DE": "computerspiele"
          },
          "tq_hobby_lau": {
            "DE_DE": "laufen"
          },
          "tk_blk": {
            "DE_DE": "block chain"
          },
          "tq_hobby_fot": {
            "DE_DE": "fotografie"
          }
        },
        "sponsorLabels": {
          "platinum": {
            "EN_US": "Platinum Partner"
          },
          "crz": {
            "EN_US": "Promoted by"
          },
          "silver": {
            "EN_US": "Silver Partner"
          },
          "gold": {
            "EN_US": "Gold Partner"
          }
        },
        "formatLabels": {
          "yrh": {
            "DE_DE": "Seminar",
            "EN_US": "Workshop"
          },
          "jnw": {
            "EN_US": "Roundtables"
          },
          "wzt": {
            "DE_DE": "Masterclass",
            "EN_US": "Masterclass"
          },
          "bcf": {
            "EN_US": "Pitch Competition"
          },
          "mid": {
            "EN_US": "Workshop"
          },
          "rqy": {
            "DE_DE": "Come together",
            "EN_US": "Come together ENG"
          },
          "jam": {
            "DE_DE": "Preisverleihung",
            "EN_US": "Award ceremony"
          },
          "ezh": {
            "DE_DE": "Vortrag",
            "EN_US": "Keynote"
          },
          "yze": {
            "DE_DE": "Konzert",
            "EN_US": "Concert"
          },
          "jzy": {
            "DE_DE": "Socializing & Networking",
            "EN_US": "Socializing & Networking"
          },
          "top": {
            "EN_US": "Panel Discussion"
          }
        },
        "name": {
          "DE_DE": "Marketing Around The Globe",
          "EN_US": "Marketing Around The Globe"
        },
        "places": [],
        "subjectLabels": {
          "oju": {
            "DE_DE": "Full Service",
            "EN_US": "Full Service"
          },
          "skp": {
            "DE_DE": "SEO",
            "EN_US": "SEO"
          },
          "iyb": {
            "DE_DE": "Video/Film",
            "EN_US": "Video/Film"
          },
          "twj": {
            "DE_DE": "Pedecles",
            "EN_US": "Pedecles"
          },
          "mei": {
            "DE_DE": "Influencer Marketing",
            "EN_US": "Influencer Marketing"
          },
          "jtl": {
            "DE_DE": "App",
            "EN_US": "App"
          },
          "abs": {
            "DE_DE": "SEA",
            "EN_US": "SEA"
          },
          "fbg": {
            "DE_DE": "PR",
            "EN_US": "PR"
          },
          "vqn": {
            "DE_DE": "UX",
            "EN_US": "UX"
          },
          "tfz": {
            "DE_DE": "Content Marketing",
            "EN_US": "Content Marketing"
          },
          "eaq": {
            "DE_DE": "Design",
            "EN_US": "Design"
          },
          "zga": {
            "DE_DE": "Content Marketing",
            "EN_US": "Content Marketing"
          },
          "uzr": {
            "DE_DE": "Branding",
            "EN_US": "Branding"
          },
          "rqi": {
            "DE_DE": "Event",
            "EN_US": "Event"
          }
        },
        "banner": "https://lh3.googleusercontent.com/E1KREA9eyPD975hU2sD-H3WwiAA0uYcvdNbxc01afZWDX2ckW2zs-xbNcHLMmiN9MszIXTqCfaCMspXhUQYaVmJAp_pVIC1tfDk=s0",
        "topicLabels": {
          "rsh": {
            "DE_DE": "Promotion",
            "EN_US": "Promotion"
          },
          "gdz": {
            "DE_DE": "B2C Marketing",
            "EN_US": "B2C Marketing"
          },
          "dfp": {
            "DE_DE": "B2B Marketing",
            "EN_US": "B2B Marketing"
          },
          "uec": {
            "DE_DE": "Unternehmertum & Werte",
            "EN_US": "Entrepreneurship & Values in Business"
          },
          "gzc": {
            "DE_DE": "Digitales Marketing",
            "EN_US": "Digital Marketing"
          },
          "iww": {
            "DE_DE": "Data Science",
            "EN_US": "Data Science"
          },
          "sdc": {
            "DE_DE": "E-Commerce",
            "EN_US": "E-Commerce"
          }
        },
        "timezone": "Europe/Berlin",
        "descriptionHtml": {
          "DE_DE": "<div>\n<p>Marketing neu denken in 2022</p>\n</div>",
          "EN_US": "<div>\n<p>Rethinking marketing in 2022</p>\n</div>"
        },
        "vendorLabels": {
          "supplier": {
            "EN_US": "Zulieferer"
          },
          "exhibitor": {
            "DE_DE": "Aussteller",
            "EN_US": "Exhibitor"
          },
          "jbp": {
            "DE_DE": "Medienpartner",
            "EN_US": "Media Partner"
          }
        },
        "orgId": "qRY08MFxsIo97DecfEPk",
        "customFields": {
          "fields": {
            "tePcvGogEZX3xOrEBr65": {
              "description": {},
              "default": "",
              "required": false,
              "label": {
                "EN_US": "Your phone number"
              },
              "filter": {
                "categories": []
              },
              "maxlen": 20,
              "multiline": false,
              "type": "BookingStringField",
              "id": "tePcvGogEZX3xOrEBr65"
            },
            "DGW9Lrsc7T8OeAizD2Tk": {
              "description": {},
              "default": false,
              "label": {
                "DE_DE": "Ich habe besondere Anforderungen und bitte um Rücksprache",
                "EN_US": "I have special requirements, please call me back for details"
              },
              "filter": null,
              "type": "TechCheckboxField",
              "id": "DGW9Lrsc7T8OeAizD2Tk"
            },
            "Gw08cK1o9CesprW9G3FU": {
              "description": {},
              "default": "",
              "required": true,
              "label": {
                "EN_US": "Which country do you you currently live in?"
              },
              "filter": {
                "categories": []
              },
              "maxlen": 50,
              "multiline": false,
              "type": "BookingStringField",
              "id": "Gw08cK1o9CesprW9G3FU"
            },
            "ZwN73DWI8InIwKzfE9Gj": {
              "description": {},
              "default": false,
              "label": {
                "DE_DE": "Ich plane eine Video / Audiokonferenz über das Internet bzw. eine virtuelle Plattform (z.B. Second Life)",
                "EN_US": "I'm planning a video / audio conference over the internet or a virtual platform (for example, Second Life)"
              },
              "filter": null,
              "type": "TechCheckboxField",
              "id": "ZwN73DWI8InIwKzfE9Gj"
            },
            "SAJiQcZSdEQ0MQoGHrQD": {
              "description": {
                "DE_DE": "Bitte geben Sie hier eine kurze Beschreibung der besonderen Anforderungen an.",
                "EN_US": "Please provide a brief description of the special requirements here."
              },
              "default": "",
              "required": false,
              "label": {
                "DE_DE": "Kommentare",
                "EN_US": "Comments"
              },
              "filter": null,
              "maxlen": 1000,
              "multiline": false,
              "type": "TechStringField",
              "id": "SAJiQcZSdEQ0MQoGHrQD"
            },
            "She3KkkaNNHpLn0ihZpM": {
              "description": {},
              "default": "",
              "required": true,
              "label": {
                "EN_US": "What is the name of your startup?"
              },
              "filter": {
                "categories": [
                  "sup"
                ]
              },
              "maxlen": 50,
              "multiline": false,
              "type": "BookingStringField",
              "id": "She3KkkaNNHpLn0ihZpM"
            },
            "i1rv10nyxPqLazKpAMOv": {
              "description": {},
              "default": 0,
              "required": false,
              "label": {
                "DE_DE": "Anzahl Moderatorenkoffer",
                "EN_US": "Number of moderator suitcases"
              },
              "filter": null,
              "range": [
                0,
                10
              ],
              "type": "TechIntegerField",
              "id": "i1rv10nyxPqLazKpAMOv"
            },
            "M8T9OltibKDEYFgJQLKg": {
              "description": {},
              "default": "",
              "required": false,
              "label": {
                "DE_DE": "Bestuhlung",
                "EN_US": "Seating"
              },
              "filter": null,
              "maxlen": 200,
              "multiline": false,
              "type": "TechStringField",
              "id": "M8T9OltibKDEYFgJQLKg"
            },
            "Y6lVcCSycJIlgTfXS4dc": {
              "description": {},
              "default": 0,
              "required": false,
              "label": {
                "DE_DE": "Anzahl Metaplanwände",
                "EN_US": "Number of metaplan walls"
              },
              "filter": null,
              "range": [
                0,
                10
              ],
              "type": "TechIntegerField",
              "id": "Y6lVcCSycJIlgTfXS4dc"
            },
            "F9vaK7JnYR7PwNp7RMb1": {
              "description": {},
              "default": 0,
              "required": false,
              "label": {
                "DE_DE": "Anzahl Flipcharts",
                "EN_US": "Number of flipcharts"
              },
              "filter": null,
              "range": [
                0,
                10
              ],
              "type": "TechIntegerField",
              "id": "F9vaK7JnYR7PwNp7RMb1"
            },
            "FmhUye34Q2JwARwDk9TI": {
              "description": {},
              "default": false,
              "label": {
                "DE_DE": "Ich setze für meinen Vortrag ein Tablet ein und benötige hierfuer einen W-LAN Zugang",
                "EN_US": "I use a tablet for my presentation and need WiFi access for it"
              },
              "filter": null,
              "type": "TechCheckboxField",
              "id": "FmhUye34Q2JwARwDk9TI"
            },
            "Ifa7EWUw0jpUZYzkVlQO": {
              "description": {},
              "default": null,
              "label": {
                "EN_US": "How important is networking with like-minded people for you?"
              },
              "filter": {
                "categories": []
              },
              "keys": [
                "important_0",
                "important_1",
                "important_2",
                "important_3",
                "important_4",
                "important_5",
                "important_6"
              ],
              "options": [
                {
                  "EN_US": "Not important at all"
                },
                {
                  "EN_US": "Not important"
                },
                {
                  "EN_US": "A little bit important"
                },
                {
                  "EN_US": "Neutral"
                },
                {
                  "EN_US": "More or less important"
                },
                {
                  "EN_US": "Important"
                },
                {
                  "EN_US": "Very important"
                }
              ],
              "type": "BookingSelectField",
              "id": "Ifa7EWUw0jpUZYzkVlQO"
            },
            "UKveufCl3LytA244ZX4Z": {
              "description": {},
              "default": false,
              "label": {
                "DE_DE": "Ich brauche für meinen Vortrag Internetzugang (LAN)",
                "EN_US": "I need internet access (LAN) for my talk"
              },
              "filter": null,
              "type": "TechCheckboxField",
              "id": "UKveufCl3LytA244ZX4Z"
            },
            "X9HNanXYJMRNIZsT7Mi": {
              "description": {},
              "default": "",
              "required": true,
              "label": {
                "EN_US": "Which city do you you currently live in?"
              },
              "filter": {
                "categories": []
              },
              "maxlen": 50,
              "multiline": false,
              "type": "BookingStringField",
              "id": "X9HNanXYJMRNIZsT7Mi"
            },
            "pt9E2UNws6yhWDwr9Z94": {
              "description": {},
              "default": true,
              "label": {
                "DE_DE": "Die technische Grundausstattung ist ausreichend",
                "EN_US": "The basic technical equipment is sufficient"
              },
              "filter": null,
              "type": "TechCheckboxField",
              "id": "pt9E2UNws6yhWDwr9Z94"
            }
          },
          "order": [
            "tePcvGogEZX3xOrEBr65",
            "X9HNanXYJMRNIZsT7Mi",
            "Gw08cK1o9CesprW9G3FU",
            "She3KkkaNNHpLn0ihZpM",
            "Ifa7EWUw0jpUZYzkVlQO",
            "pt9E2UNws6yhWDwr9Z94",
            "UKveufCl3LytA244ZX4Z",
            "FmhUye34Q2JwARwDk9TI",
            "ZwN73DWI8InIwKzfE9Gj",
            "DGW9Lrsc7T8OeAizD2Tk",
            "Y6lVcCSycJIlgTfXS4dc",
            "F9vaK7JnYR7PwNp7RMb1",
            "i1rv10nyxPqLazKpAMOv",
            "M8T9OltibKDEYFgJQLKg",
            "SAJiQcZSdEQ0MQoGHrQD"
          ]
        },
        "formatColors": {
          "yrh": "#000000",
          "jnw": "#000000",
          "wzt": "#5e16f0",
          "bcf": "#ff756b",
          "mid": "#ee4000",
          "rqy": "#ffc125",
          "jam": "#000000",
          "ezh": "#30b9c0",
          "yze": "#7ba9a9",
          "jzy": "#dc5656",
          "top": "#ff9b94"
        },
        "splashscreen": "https://lh3.googleusercontent.com/QO33KD0zyx8YgiD6QmjS2AmfbtddcDOYBcsy_fhFLi_Fp8LBOpR07LNuSFSOQl8-HjkwvH7w_2b7OgBMVsNspCqqtkHCCPR5kAo=s0"
      },
      "reason": "SUCCESS",
      "success": true
    }
  },
  "reason": "SUCCESS",
  "success": true,
  "reasonEnum": "OrgReadReason"
}

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://talque.gitbook.io/public/json-api/organization/read.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
