|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| Schema | GetEntitySchema (string entity, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetEntitySchema: Get schema More... | |
| Lusid.Sdk.Client.ApiResponse< Schema > | GetEntitySchemaWithHttpInfo (string entity, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetEntitySchema: Get schema More... | |
| PropertySchema | GetPropertySchema (List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetPropertySchema: Get property schema More... | |
| Lusid.Sdk.Client.ApiResponse< PropertySchema > | GetPropertySchemaWithHttpInfo (List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetPropertySchema: Get property schema More... | |
| ResourceListOfValueType | GetValueTypes (List< string >? sortBy=default(List< string >?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetValueTypes: Get value types More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfValueType > | GetValueTypesWithHttpInfo (List< string >? sortBy=default(List< string >?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetValueTypes: Get value types More... | |
| ResourceListOfString | ListEntities (int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListEntities: List entities More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfString > | ListEntitiesWithHttpInfo (int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListEntities: List entities More... | |
Represents a collection of functions to interact with the API endpoints
| Schema Lusid.Sdk.Api.ISchemasApiSync.GetEntitySchema | ( | string | entity, |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] GetEntitySchema: Get schema
Gets the schema and meta-data for a given entity
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entity | The name of a valid entity |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SchemasApi.
| Lusid.Sdk.Client.ApiResponse<Schema> Lusid.Sdk.Api.ISchemasApiSync.GetEntitySchemaWithHttpInfo | ( | string | entity, |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] GetEntitySchema: Get schema
Gets the schema and meta-data for a given entity
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entity | The name of a valid entity |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SchemasApi.
| PropertySchema Lusid.Sdk.Api.ISchemasApiSync.GetPropertySchema | ( | List< string >? | propertyKeys = default(List< string >?), |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] GetPropertySchema: Get property schema
Get the schemas for the provided list of property keys.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| propertyKeys | One or more property keys for which the schema is requested (optional) |
| asAt | Optional. The AsAt date of the data (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SchemasApi.
| Lusid.Sdk.Client.ApiResponse<PropertySchema> Lusid.Sdk.Api.ISchemasApiSync.GetPropertySchemaWithHttpInfo | ( | List< string >? | propertyKeys = default(List< string >?), |
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] GetPropertySchema: Get property schema
Get the schemas for the provided list of property keys.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| propertyKeys | One or more property keys for which the schema is requested (optional) |
| asAt | Optional. The AsAt date of the data (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SchemasApi.
| ResourceListOfValueType Lusid.Sdk.Api.ISchemasApiSync.GetValueTypes | ( | List< string >? | sortBy = default(List< string >?), |
| int? | limit = default(int?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] GetValueTypes: Get value types
Gets the available value types for which a schema is available.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SchemasApi.
| Lusid.Sdk.Client.ApiResponse<ResourceListOfValueType> Lusid.Sdk.Api.ISchemasApiSync.GetValueTypesWithHttpInfo | ( | List< string >? | sortBy = default(List< string >?), |
| int? | limit = default(int?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] GetValueTypes: Get value types
Gets the available value types for which a schema is available.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SchemasApi.
| ResourceListOfString Lusid.Sdk.Api.ISchemasApiSync.ListEntities | ( | int | operationIndex = 0, |
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] ListEntities: List entities
List all available entities for which schema information is available.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SchemasApi.
| Lusid.Sdk.Client.ApiResponse<ResourceListOfString> Lusid.Sdk.Api.ISchemasApiSync.ListEntitiesWithHttpInfo | ( | int | operationIndex = 0, |
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] ListEntities: List entities
List all available entities for which schema information is available.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SchemasApi.