get https://app.gesvision.com/gesmo/rest/api/meetingTypes/
In this endpoint, the information of the meeting type corresponding to the ID passed in the URL is obtained in JSON format.
Log in to see full request history
Responses
In this endpoint, the information of the meeting type corresponding to the ID passed in the URL is obtained in JSON format.
xxxxxxxxxx
curl --request GET \
--url https://app.gesvision.com/gesmo/rest/api/meetingTypes/meetingType_id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": "<integer>",
"name": "<string>",
"description": "<string>",
"company": "<integer>",
"creationDate": "<string>",
"lastUpdateDate": "<string>"
}