Read

Read organizations

POST 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*

array

List of organization identifiers to read

{
    "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
}

Example Request

Example Response

Last updated

Was this helpful?