From SimplyMeet.me
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<!-----<span style="background-color:#3158e2; color:white; padding:5px; border-radius:15px;">GET</span> '''List all user meeting types''' | <!----- | ||
<span style="background-color:#3158e2; color:white; padding:5px; border-radius:15px;">GET</span> '''List all user meeting types''' | |||
<pre>https://harmonizely.com/api/users/me/meeting-types</pre> | <pre>https://harmonizely.com/api/users/me/meeting-types</pre> | ||
Returns a list of user meeting types. The meeting types are returned in sorted order, with the most recent meeting types appearing first. | Returns a list of user meeting types. The meeting types are returned in sorted order, with the most recent meeting types appearing first. | ||
{| class="table" style="width:100%; border: 2px solid black; border-collapse: collapse;" | {| class="table" style="width:100%; border: 2px solid black; border-collapse: collapse;" | ||
Line 23: | Line 24: | ||
|} | |} | ||
<pre>200: OK | <pre>200: OK | ||
A dictionary with a _embedded property that contains items property that contains an array of up to limit meeting types. | A dictionary with a _embedded property that contains items property that contains an array of up to limit meeting types. | ||
Line 58: | Line 59: | ||
<code> | <code> | ||
curl -H "X-API-KEY: <your_api_key>" https://harmonizely.com/api/users/me/meeting-types</code> | curl -H "X-API-KEY: <your_api_key>" https://harmonizely.com/api/users/me/meeting-types</code> | ||
----> |