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
|**id**|[**string**]| The unique identifier of the event | defaults to undefined|
41
+
42
+
43
+
### Return type
44
+
45
+
**SingleEventResponse**
46
+
47
+
### Authorization
48
+
49
+
[ApiKeyAuth](../README.md#ApiKeyAuth)
50
+
51
+
### HTTP request headers
52
+
53
+
-**Content-Type**: Not defined
54
+
-**Accept**: application/json
55
+
56
+
57
+
### HTTP response details
58
+
| Status code | Description | Response headers |
59
+
|-------------|-------------|------------------|
60
+
|**200**| Event found | - |
61
+
|**404**| Request error | - |
62
+
|**0**| Request error | - |
63
+
64
+
[[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)
[[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)
73
128
129
+
# **exportSessionById**
130
+
> Session exportSessionById()
131
+
132
+
133
+
### Example
134
+
135
+
```typescript
136
+
import {
137
+
ExportApi,
138
+
Configuration
139
+
} from'@croct/export';
140
+
141
+
const configuration =newConfiguration();
142
+
const apiInstance =newExportApi(configuration);
143
+
144
+
let sessionId:string; //The unique identifier of the session (default to undefined)
145
+
146
+
const { status, data } =awaitapiInstance.exportSessionById(
|**sessionId**|[**string**]| The unique identifier of the session | defaults to undefined|
156
+
157
+
158
+
### Return type
159
+
160
+
**Session**
161
+
162
+
### Authorization
163
+
164
+
[ApiKeyAuth](../README.md#ApiKeyAuth)
165
+
166
+
### HTTP request headers
167
+
168
+
-**Content-Type**: Not defined
169
+
-**Accept**: application/json
170
+
171
+
172
+
### HTTP response details
173
+
| Status code | Description | Response headers |
174
+
|-------------|-------------|------------------|
175
+
|**200**| Session found | - |
176
+
|**404**| Request error | - |
177
+
|**0**| Request error | - |
178
+
179
+
[[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)
[[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)
133
240
241
+
# **exportUserById**
242
+
> User exportUserById()
243
+
244
+
245
+
### Example
246
+
247
+
```typescript
248
+
import {
249
+
ExportApi,
250
+
Configuration
251
+
} from'@croct/export';
252
+
253
+
const configuration =newConfiguration();
254
+
const apiInstance =newExportApi(configuration);
255
+
256
+
let userId:string; //The unique identifier of the user (default to undefined)
257
+
258
+
const { status, data } =awaitapiInstance.exportUserById(
|**userId**|[**string**]| The unique identifier of the user | defaults to undefined|
268
+
269
+
270
+
### Return type
271
+
272
+
**User**
273
+
274
+
### Authorization
275
+
276
+
[ApiKeyAuth](../README.md#ApiKeyAuth)
277
+
278
+
### HTTP request headers
279
+
280
+
-**Content-Type**: Not defined
281
+
-**Accept**: application/json
282
+
283
+
284
+
### HTTP response details
285
+
| Status code | Description | Response headers |
286
+
|-------------|-------------|------------------|
287
+
|**200**| User found | - |
288
+
|**404**| Request error | - |
289
+
|**0**| Request error | - |
290
+
291
+
[[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)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments