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
*AnalysesApi* | [**analyses_id_get**](docs/AnalysesApi.md#analyses_id_get) | **GET** /analyses/{id} | GET an analysis
99
99
*AnalysesApi* | [**analyses_id_put**](docs/AnalysesApi.md#analyses_id_put) | **PUT** /analyses/{id} | PUT/update an analysis
100
100
*AnalysesApi* | [**analyses_post**](docs/AnalysesApi.md#analyses_post) | **POST** /analyses/ | POST/create an analysis
101
+
*AnalysesApi* | [**annotation_analyses_get**](docs/AnalysesApi.md#annotation_analyses_get) | **GET** /annotation-analyses/ | Get annotation analyses
102
+
*AnalysesApi* | [**annotation_analyses_id_get**](docs/AnalysesApi.md#annotation_analyses_id_get) | **GET** /annotation-analyses/{id} | Your GET endpoint
103
+
*AnalysesApi* | [**annotation_analyses_id_put**](docs/AnalysesApi.md#annotation_analyses_id_put) | **PUT** /annotation-analyses/{id} | Your PUT endpoint
104
+
*AnnotationsApi* | [**annotation_analyses_get**](docs/AnnotationsApi.md#annotation_analyses_get) | **GET** /annotation-analyses/ | Get annotation analyses
105
+
*AnnotationsApi* | [**annotation_analyses_id_get**](docs/AnnotationsApi.md#annotation_analyses_id_get) | **GET** /annotation-analyses/{id} | Your GET endpoint
106
+
*AnnotationsApi* | [**annotation_analyses_id_put**](docs/AnnotationsApi.md#annotation_analyses_id_put) | **PUT** /annotation-analyses/{id} | Your PUT endpoint
101
107
*AnnotationsApi* | [**annotations_get**](docs/AnnotationsApi.md#annotations_get) | **GET** /annotations/ | Your GET endpoint
102
108
*AnnotationsApi* | [**annotations_id_delete**](docs/AnnotationsApi.md#annotations_id_delete) | **DELETE** /annotations/{id} | DELETE an annotation
103
109
*AnnotationsApi* | [**annotations_id_get**](docs/AnnotationsApi.md#annotations_id_get) | **GET** /annotations/{id} | Your GET endpoint
[**analyses_id_get**](AnalysesApi.md#analyses_id_get) | **GET** /analyses/{id} | GET an analysis
10
10
[**analyses_id_put**](AnalysesApi.md#analyses_id_put) | **PUT** /analyses/{id} | PUT/update an analysis
11
11
[**analyses_post**](AnalysesApi.md#analyses_post) | **POST** /analyses/ | POST/create an analysis
12
+
[**annotation_analyses_get**](AnalysesApi.md#annotation_analyses_get) | **GET** /annotation-analyses/ | Get annotation analyses
13
+
[**annotation_analyses_id_get**](AnalysesApi.md#annotation_analyses_id_get) | **GET** /annotation-analyses/{id} | Your GET endpoint
14
+
[**annotation_analyses_id_put**](AnalysesApi.md#annotation_analyses_id_put) | **PUT** /annotation-analyses/{id} | Your PUT endpoint
12
15
13
16
14
17
# **analyses_get**
@@ -390,3 +393,215 @@ Name | Type | Description | Notes
390
393
391
394
[[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)
392
395
396
+
# **annotation_analyses_get**
397
+
> NoteCollectionList annotation_analyses_get()
398
+
399
+
Get annotation analyses
400
+
401
+
### Example
402
+
403
+
```python
404
+
import time
405
+
import os
406
+
import neurostore_sdk
407
+
from neurostore_sdk.models.note_collection_list import NoteCollectionList
408
+
from neurostore_sdk.rest import ApiException
409
+
from pprint import pprint
410
+
411
+
# Defining the host is optional and defaults to https://neurostore.org/api
412
+
# See configuration.py for a list of all supported configuration parameters.
413
+
configuration = neurostore_sdk.Configuration(
414
+
host="https://neurostore.org/api"
415
+
)
416
+
417
+
418
+
# Enter a context with an instance of the API client
419
+
with neurostore_sdk.ApiClient(configuration) as api_client:
print("The response of AnalysesApi->annotation_analyses_get:\n")
427
+
pprint(api_response)
428
+
exceptExceptionas e:
429
+
print("Exception when calling AnalysesApi->annotation_analyses_get: %s\n"% e)
430
+
```
431
+
432
+
433
+
### Parameters
434
+
This endpoint does not need any parameter.
435
+
436
+
### Return type
437
+
438
+
[**NoteCollectionList**](NoteCollectionList.md)
439
+
440
+
### Authorization
441
+
442
+
No authorization required
443
+
444
+
### HTTP request headers
445
+
446
+
-**Content-Type**: Not defined
447
+
-**Accept**: application/json
448
+
449
+
### HTTP response details
450
+
| Status code | Description | Response headers |
451
+
|-------------|-------------|------------------|
452
+
**200** | OK | - |
453
+
**2XX** | Success | - |
454
+
455
+
[[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)
[[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