Meeting Types(API): Difference between revisions
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
| colspan="3" style="color:gray; border-bottom: 2px solid gray" |Query Parameters | | colspan="3" style="color:gray; border-bottom: 2px solid gray" |Query Parameters | ||
|- style="line-height:1;" | |- style="line-height:1;" | ||
| sorting<br><span style="font-size:10px | | sorting<br><span style="font-size:10px; color:gray;">OPTIONAL</span> | ||
| <code>object</code> | | <code>object</code> | ||
| Sorting parameters, e.g. sorting[created_at]=desc | | Sorting parameters, e.g. sorting[created_at]=desc | ||
| Line 28: | Line 28: | ||
| A limit on the number of objects to be returned. The default is 10. | | A limit on the number of objects to be returned. The default is 10. | ||
|- style="line-height:1;" | |- style="line-height:1;" | ||
| page<br><span style="font-size:10px | | page<br><span style="font-size:10px; color:gray;">OPTIONAL</span> | ||
| <code>number</code> | | <code>number</code> | ||
| Page number. The default is 1. | | Page number. The default is 1. | ||