You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**nested** | **bool**| show nested component instead of id | [optional]
88
+
**ids** | [**List[str]**](str.md)| choose the specific ids you wish to get | [optional]
89
+
**page** | **int**| page of results | [optional]
90
+
**page_size** | **int**| number of elements to return on a page | [optional]
91
+
**search** | **str**| search for entries that contain the substring | [optional]
92
+
**sort** | **str**| Parameter to sort results on | [optional][default to 'created_at']
93
+
**desc** | **bool**| sort results by descending order (as opposed to ascending order) | [optional]
94
+
**user_id** | **str**| user id you want to filter on | [optional]
95
+
**info** | **bool**| display additional information about a nested relationship without displaying fully nested object | [optional]
76
96
77
97
### Return type
78
98
@@ -1347,7 +1367,7 @@ Name | Type | Description | Notes
1347
1367
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**nested** | **bool**| show nested component instead of id | [optional]
1423
+
**ids** | [**List[str]**](str.md)| choose the specific ids you wish to get | [optional]
1424
+
**page** | **int**| page of results | [optional]
1425
+
**page_size** | **int**| number of elements to return on a page | [optional]
1426
+
**search** | **str**| search for entries that contain the substring | [optional]
1427
+
**sort** | **str**| Parameter to sort results on | [optional][default to 'created_at']
1428
+
**desc** | **bool**| sort results by descending order (as opposed to ascending order) | [optional]
1429
+
**user_id** | **str**| user id you want to filter on | [optional]
1430
+
**info** | **bool**| display additional information about a nested relationship without displaying fully nested object | [optional]
1391
1431
1392
1432
### Return type
1393
1433
@@ -1649,7 +1689,7 @@ Name | Type | Description | Notes
1649
1689
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments