get https://api.accelevents.com/rest/event//exhibitor//expoMultiLanguageLabel/language/
This API used to Get Expo MultiLanguage By Language Code And ExpoID of the specified event.
To call this API, user have to pass path param with API URL like eventUrl, languageCode, id and authentication key to authenticate user.
Response
Here is the description of response attributes, which returns to the form of JSON Array.
Attributes | Description |
---|---|
label | This field returns label name of multilanguage |
defaultlabel | This field returns default label name of multilanguage |
customLabel | This field returns custom label name of multilanguage |
labelType | This field returns label type like EXPO, VIRTUAL_EVENT_HUB, EVENT_LANDING_PAGE , SESSION_LABEL etc. |
expoId | This field returns expo id of multilanguage |
Error Code
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
200 | Returns Expo Multilanguage data |
401 | You are not authorized to view the resource |
403 | Accessing the resource you were trying to reach is forbidden |
404 | The resource you were trying to reach is not found |
40600013 | Cant create url |
4040200 | Event Not Found |
4040027 | Exhibitor not found |