Schedule
Find timeslot by external id
1 min
{ "tab" "examples", "url" "https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/timeslots/find?external id={externalid}", "name" "get timeslot by external id", "method" "get", "request" { "pathparameters" \[ { "kind" "required", "name" "{organizationid}", "type" "number", "children" \[], "description" "the id of the brella organization you are trying to retrieve data from" }, { "kind" "required", "name" "{eventid}", "type" "number", "children" \[], "description" "the id of the brella event you are trying to retrieve data from" }, { "kind" "optional", "name" "{externalid}", "type" "number", "children" \[], "description" "the external id of the timeslot you are trying to retrieve data from" } ], "queryparameters" \[], "headerparameters" \[ { "kind" "required", "name" "brella api access token", "type" "string", "children" \[], "description" "your unique brella api key" }, { "kind" "required", "name" "accept", "type" "string", "children" \[], "description" "application/vnd brella v4+json" }, { "kind" "required", "name" "content type", "type" "string", "children" \[], "description" "application/json" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "psobomoj9uo00ibrqhmgp", "code" "{\n \\"data\\" {\n \\"id\\" \\"494099\\",\n \\"type\\" \\"timeslot\\",\n \\"attributes\\" {\n \\"external id\\" \\"trrtteer\\",\n \\"title\\" \\"a test of the timeslot endpoint\\",\n \\"reservable\\" false,\n \\"duration\\" 30,\n \\"location\\" null,\n \\"content\\" null,\n \\"subtitle\\" \\"testing the subtitle\\",\n \\"highlight position\\" null,\n \\"stream link\\" null,\n \\"chat channel id\\" null,\n \\"start time\\" \\"2029 07 01t08 00 00 000z\\",\n \\"end time\\" \\"2029 07 01t08 30 00 000z\\",\n \\"tag order\\" \[\n \\"116587\\",\n \\"116586\\",\n \\"116585\\"\n ]\n },\n \\"relationships\\" {\n \\"tags\\" {\n \\"data\\" \[\n {\n \\"id\\" \\"116587\\",\n \\"type\\" \\"tag\\"\n },\n {\n \\"id\\" \\"116586\\",\n \\"type\\" \\"tag\\"\n },\n {\n \\"id\\" \\"116585\\",\n \\"type\\" \\"tag\\"\n }\n ]\n },\n \\"locations\\" {\n \\"data\\" \[]\n },\n \\"speaker assignments\\" {\n \\"data\\" \[]\n },\n \\"speakers\\" {\n \\"data\\" \[]\n },\n \\"tabs\\" {\n \\"data\\" \[]\n },\n \\"attendee groups\\" {\n \\"data\\" \[]\n },\n \\"event\\" {\n \\"data\\" {\n \\"id\\" \\"6357\\",\n \\"type\\" \\"event\\"\n }\n }\n }\n },\n \\"included\\" \[\n {\n \\"id\\" \\"116587\\",\n \\"type\\" \\"tag\\",\n \\"attributes\\" {\n \\"name\\" \\"chod\\",\n \\"color\\" \\"#d79658\\",\n \\"updated at\\" \\"2023 03 08t11 13 17 240z\\",\n \\"created at\\" \\"2023 03 08t11 13 17 240z\\"\n },\n \\"relationships\\" {\n \\"event\\" {\n \\"data\\" {\n \\"id\\" \\"6357\\",\n \\"type\\" \\"event\\"\n }\n }\n }\n },\n {\n \\"id\\" \\"116586\\",\n \\"type\\" \\"tag\\",\n \\"attributes\\" {\n \\"name\\" \\"bob\\",\n \\"color\\" \\"#00af66\\",\n \\"updated at\\" \\"2023 03 08t11 13 11 106z\\",\n \\"created at\\" \\"2023 03 08t11 13 11 106z\\"\n },\n \\"relationships\\" {\n \\"event\\" {\n \\"data\\" {\n \\"id\\" \\"6357\\",\n \\"type\\" \\"event\\"\n }\n }\n }\n },\n {\n \\"id\\" \\"116585\\",\n \\"type\\" \\"tag\\",\n \\"attributes\\" {\n \\"name\\" \\"tob\\",\n \\"color\\" \\"#bb16a3\\",\n \\"updated at\\" \\"2023 03 08t11 08 19 426z\\",\n \\"created at\\" \\"2023 03 08t11 08 19 426z\\"\n },\n \\"relationships\\" {\n \\"event\\" {\n \\"data\\" {\n \\"id\\" \\"6357\\",\n \\"type\\" \\"event\\"\n }\n }\n }\n }\n ]\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "psobomoj9uo00ibrqhmgp" }, "examples" { "languages" \[ { "id" "1gp1mownqyy 6pokifmyq", "code" "curl location g request get 'https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/timeslots/find?external id={externalid}' \\\\\n header 'brella api access token string' \\\\\n header 'accept application/vnd brella v4+json' \\\\\n header 'content type application/json'", "language" "curl", "customlabel" "" } ], "selectedlanguageid" "1gp1mownqyy 6pokifmyq" }, "description" "get a single timeslot in an event using its external id", "currentnewparameter" { "label" "path parameter", "value" "pathparameters" } }