| Method | HTTP request | Description |
|---|---|---|
| getMultivariateEventCollection | GET /multivariate_event_collections/ | Get Multivariate Event Collection |
| getMultivariateEventCollections | GET /multivariate_event_collections | Get Multivariate Event Collections |
| lookupMultivariateEventCollectionBundle | POST /multivariate_event_collections//lookup | Lookup Multivariate Event Collection Bundle |
getMultivariateEventCollection
GetMultivariateEventCollectionResponse getMultivariateEventCollection()Get a single multivariate event collection by ticker
Example
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| collectionTicker | [string] | Collection ticker | defaults to undefined |
Return type
GetMultivariateEventCollectionResponseAuthorization
bearerAuthHTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
| Status code | Description | Response headers |
|---|---|---|
| 200 | Collection retrieved successfully | - |
| 401 | Unauthorized - authentication required | - |
| 404 | Resource not found | - |
| 500 | Internal server error | - |
getMultivariateEventCollections
GetMultivariateEventCollectionsResponse getMultivariateEventCollections()Get all multivariate event collections
Example
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| status | [string] | Filter by multivariate collection status | (optional) defaults to undefined |
Return type
GetMultivariateEventCollectionsResponseAuthorization
bearerAuthHTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
| Status code | Description | Response headers |
|---|---|---|
| 200 | Collections retrieved successfully | - |
| 401 | Unauthorized - authentication required | - |
| 500 | Internal server error | - |
lookupMultivariateEventCollectionBundle
LookupBundleResponse lookupMultivariateEventCollectionBundle(lookupBundleRequest)Lookup a bundle in a multivariate event collection
Example
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| lookupBundleRequest | LookupBundleRequest | ||
| collectionTicker | [string] | Collection ticker | defaults to undefined |
Return type
LookupBundleResponseAuthorization
bearerAuthHTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
| Status code | Description | Response headers |
|---|---|---|
| 200 | Bundle lookup successful | - |
| 400 | Bad request - invalid input | - |
| 401 | Unauthorized - authentication required | - |
| 404 | Resource not found | - |
| 500 | Internal server error | - |