LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Api.TimelinesApi Class Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.TimelinesApi:
Inheritance graph
[legend]

Public Member Functions

 TimelinesApi ()
 Initializes a new instance of the TimelinesApi class. More...
 
 TimelinesApi (string basePath)
 Initializes a new instance of the TimelinesApi class. More...
 
 TimelinesApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the TimelinesApi class using Configuration object More...
 
 TimelinesApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the TimelinesApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
ClosedPeriod ConfirmClosedPeriod (string scope, string code, string closedPeriodId, Object? body=default(Object?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ConfirmClosedPeriod: Confirm a Closed Period against a Timeline Entity Confirms a Closed Period against a Timeline Entity. Deletes any other unconfirmed Closed Periods on the Timeline. More...
 
Lusid.Sdk.Client.ApiResponse< ClosedPeriodConfirmClosedPeriodWithHttpInfo (string scope, string code, string closedPeriodId, Object? body=default(Object?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ConfirmClosedPeriod: Confirm a Closed Period against a Timeline Entity Confirms a Closed Period against a Timeline Entity. Deletes any other unconfirmed Closed Periods on the Timeline. More...
 
async System.Threading.Tasks.Task< ClosedPeriodConfirmClosedPeriodAsync (string scope, string code, string closedPeriodId, Object? body=default(Object?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ConfirmClosedPeriod: Confirm a Closed Period against a Timeline Entity Confirms a Closed Period against a Timeline Entity. Deletes any other unconfirmed Closed Periods on the Timeline. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ClosedPeriod > > ConfirmClosedPeriodWithHttpInfoAsync (string scope, string code, string closedPeriodId, Object? body=default(Object?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ConfirmClosedPeriod: Confirm a Closed Period against a Timeline Entity Confirms a Closed Period against a Timeline Entity. Deletes any other unconfirmed Closed Periods on the Timeline. More...
 
ClosedPeriod CreateClosedPeriod (string scope, string code, CreateClosedPeriodRequest? createClosedPeriodRequest=default(CreateClosedPeriodRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateClosedPeriod: Create a new closed period against a timeline entity Creates a new closed period against a timeline entity Returns the newly created closed period entity with properties More...
 
Lusid.Sdk.Client.ApiResponse< ClosedPeriodCreateClosedPeriodWithHttpInfo (string scope, string code, CreateClosedPeriodRequest? createClosedPeriodRequest=default(CreateClosedPeriodRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateClosedPeriod: Create a new closed period against a timeline entity Creates a new closed period against a timeline entity Returns the newly created closed period entity with properties More...
 
async System.Threading.Tasks.Task< ClosedPeriodCreateClosedPeriodAsync (string scope, string code, CreateClosedPeriodRequest? createClosedPeriodRequest=default(CreateClosedPeriodRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateClosedPeriod: Create a new closed period against a timeline entity Creates a new closed period against a timeline entity Returns the newly created closed period entity with properties More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ClosedPeriod > > CreateClosedPeriodWithHttpInfoAsync (string scope, string code, CreateClosedPeriodRequest? createClosedPeriodRequest=default(CreateClosedPeriodRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateClosedPeriod: Create a new closed period against a timeline entity Creates a new closed period against a timeline entity Returns the newly created closed period entity with properties More...
 
ClosedPeriod CreateClosedPeriodCandidate (string scope, string code, CreateClosedPeriodRequest? createClosedPeriodRequest=default(CreateClosedPeriodRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateClosedPeriodCandidate: Create a new closed period candidate against a timeline entity Creates a new closed period candidate against a timeline entity Returns the newly created closed period candidate entity with properties More...
 
Lusid.Sdk.Client.ApiResponse< ClosedPeriodCreateClosedPeriodCandidateWithHttpInfo (string scope, string code, CreateClosedPeriodRequest? createClosedPeriodRequest=default(CreateClosedPeriodRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateClosedPeriodCandidate: Create a new closed period candidate against a timeline entity Creates a new closed period candidate against a timeline entity Returns the newly created closed period candidate entity with properties More...
 
async System.Threading.Tasks.Task< ClosedPeriodCreateClosedPeriodCandidateAsync (string scope, string code, CreateClosedPeriodRequest? createClosedPeriodRequest=default(CreateClosedPeriodRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateClosedPeriodCandidate: Create a new closed period candidate against a timeline entity Creates a new closed period candidate against a timeline entity Returns the newly created closed period candidate entity with properties More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ClosedPeriod > > CreateClosedPeriodCandidateWithHttpInfoAsync (string scope, string code, CreateClosedPeriodRequest? createClosedPeriodRequest=default(CreateClosedPeriodRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateClosedPeriodCandidate: Create a new closed period candidate against a timeline entity Creates a new closed period candidate against a timeline entity Returns the newly created closed period candidate entity with properties More...
 
Timeline CreateTimeline (CreateTimelineRequest? createTimelineRequest=default(CreateTimelineRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateTimeline: Create a Timeline Creates a Timeline. Returns the created Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Upserted Properties will be returned at the latest AsAt and EffectiveAt More...
 
Lusid.Sdk.Client.ApiResponse< TimelineCreateTimelineWithHttpInfo (CreateTimelineRequest? createTimelineRequest=default(CreateTimelineRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateTimeline: Create a Timeline Creates a Timeline. Returns the created Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Upserted Properties will be returned at the latest AsAt and EffectiveAt More...
 
async System.Threading.Tasks.Task< TimelineCreateTimelineAsync (CreateTimelineRequest? createTimelineRequest=default(CreateTimelineRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateTimeline: Create a Timeline Creates a Timeline. Returns the created Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Upserted Properties will be returned at the latest AsAt and EffectiveAt More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Timeline > > CreateTimelineWithHttpInfoAsync (CreateTimelineRequest? createTimelineRequest=default(CreateTimelineRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateTimeline: Create a Timeline Creates a Timeline. Returns the created Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Upserted Properties will be returned at the latest AsAt and EffectiveAt More...
 
DeletedEntityResponse DeleteTimeline (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline The deletion will take effect from the Timeline deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteTimelineWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline The deletion will take effect from the Timeline deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More...
 
async System.Threading.Tasks.Task< DeletedEntityResponseDeleteTimelineAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline The deletion will take effect from the Timeline deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeleteTimelineWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline The deletion will take effect from the Timeline deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More...
 
ClosedPeriod GetClosedPeriod (string scope, string code, string closedPeriodId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetClosedPeriod: Gets a Closed Period entity. Retrieves one ClosedPeriod uniquely defined by the Timelines Scope/Code and a ClosedPeriodId. More...
 
Lusid.Sdk.Client.ApiResponse< ClosedPeriodGetClosedPeriodWithHttpInfo (string scope, string code, string closedPeriodId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetClosedPeriod: Gets a Closed Period entity. Retrieves one ClosedPeriod uniquely defined by the Timelines Scope/Code and a ClosedPeriodId. More...
 
async System.Threading.Tasks.Task< ClosedPeriodGetClosedPeriodAsync (string scope, string code, string closedPeriodId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetClosedPeriod: Gets a Closed Period entity. Retrieves one ClosedPeriod uniquely defined by the Timelines Scope/Code and a ClosedPeriodId. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ClosedPeriod > > GetClosedPeriodWithHttpInfoAsync (string scope, string code, string closedPeriodId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetClosedPeriod: Gets a Closed Period entity. Retrieves one ClosedPeriod uniquely defined by the Timelines Scope/Code and a ClosedPeriodId. More...
 
Timeline GetTimeline (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetTimeline: Get a single Timeline by scope and code. Retrieves one Timeline by scope and code. Timelines are mono-temporal. The EffectiveAt is only applied to Time-Variant Properties. More...
 
Lusid.Sdk.Client.ApiResponse< TimelineGetTimelineWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetTimeline: Get a single Timeline by scope and code. Retrieves one Timeline by scope and code. Timelines are mono-temporal. The EffectiveAt is only applied to Time-Variant Properties. More...
 
async System.Threading.Tasks.Task< TimelineGetTimelineAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetTimeline: Get a single Timeline by scope and code. Retrieves one Timeline by scope and code. Timelines are mono-temporal. The EffectiveAt is only applied to Time-Variant Properties. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Timeline > > GetTimelineWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetTimeline: Get a single Timeline by scope and code. Retrieves one Timeline by scope and code. Timelines are mono-temporal. The EffectiveAt is only applied to Time-Variant Properties. More...
 
PagedResourceListOfClosedPeriod ListClosedPeriods (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. List all the ClosedPeriods matching a particular criteria. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfClosedPeriodListClosedPeriodsWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. List all the ClosedPeriods matching a particular criteria. More...
 
async System.Threading.Tasks.Task< PagedResourceListOfClosedPeriodListClosedPeriodsAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. List all the ClosedPeriods matching a particular criteria. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfClosedPeriod > > ListClosedPeriodsWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. List all the ClosedPeriods matching a particular criteria. More...
 
PagedResourceListOfTimeline ListTimelines (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListTimelines: List Timelines List all the Timelines matching a particular criteria. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTimelineListTimelinesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListTimelines: List Timelines List all the Timelines matching a particular criteria. More...
 
async System.Threading.Tasks.Task< PagedResourceListOfTimelineListTimelinesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListTimelines: List Timelines List all the Timelines matching a particular criteria. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTimeline > > ListTimelinesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListTimelines: List Timelines List all the Timelines matching a particular criteria. More...
 
ClosedPeriod SetPostCloseActivity (string scope, string code, string closedPeriodId, PostCloseActivitiesRequest? postCloseActivitiesRequest=default(PostCloseActivitiesRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] SetPostCloseActivity: Sets post-close activities to a Closed Period. This sets the given post-close activities to the given Closed Period. This is an overwriting action! The possible types of entity are: * &#x60;PortfolioTransaction&#x60;, * &#x60;Instrument&#x60;, * &#x60;InstrumentEvent&#x60;, * &#x60;InstrumentEventInstruction&#x60;, * &#x60;PortfolioSettlementInstruction&#x60;, and, * &#x60;Quote&#x60;. More...
 
Lusid.Sdk.Client.ApiResponse< ClosedPeriodSetPostCloseActivityWithHttpInfo (string scope, string code, string closedPeriodId, PostCloseActivitiesRequest? postCloseActivitiesRequest=default(PostCloseActivitiesRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] SetPostCloseActivity: Sets post-close activities to a Closed Period. This sets the given post-close activities to the given Closed Period. This is an overwriting action! The possible types of entity are: * &#x60;PortfolioTransaction&#x60;, * &#x60;Instrument&#x60;, * &#x60;InstrumentEvent&#x60;, * &#x60;InstrumentEventInstruction&#x60;, * &#x60;PortfolioSettlementInstruction&#x60;, and, * &#x60;Quote&#x60;. More...
 
async System.Threading.Tasks.Task< ClosedPeriodSetPostCloseActivityAsync (string scope, string code, string closedPeriodId, PostCloseActivitiesRequest? postCloseActivitiesRequest=default(PostCloseActivitiesRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] SetPostCloseActivity: Sets post-close activities to a Closed Period. This sets the given post-close activities to the given Closed Period. This is an overwriting action! The possible types of entity are: * &#x60;PortfolioTransaction&#x60;, * &#x60;Instrument&#x60;, * &#x60;InstrumentEvent&#x60;, * &#x60;InstrumentEventInstruction&#x60;, * &#x60;PortfolioSettlementInstruction&#x60;, and, * &#x60;Quote&#x60;. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ClosedPeriod > > SetPostCloseActivityWithHttpInfoAsync (string scope, string code, string closedPeriodId, PostCloseActivitiesRequest? postCloseActivitiesRequest=default(PostCloseActivitiesRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] SetPostCloseActivity: Sets post-close activities to a Closed Period. This sets the given post-close activities to the given Closed Period. This is an overwriting action! The possible types of entity are: * &#x60;PortfolioTransaction&#x60;, * &#x60;Instrument&#x60;, * &#x60;InstrumentEvent&#x60;, * &#x60;InstrumentEventInstruction&#x60;, * &#x60;PortfolioSettlementInstruction&#x60;, and, * &#x60;Quote&#x60;. More...
 
ClosedPeriod UnconfirmClosedPeriod (string scope, string code, string closedPeriodId, Object? body=default(Object?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UnconfirmClosedPeriod: Unconfirm the last confirmed Closed Period against a Timeline Entity Unconfirm the last confirmed Closed Period against a Timeline Entity More...
 
Lusid.Sdk.Client.ApiResponse< ClosedPeriodUnconfirmClosedPeriodWithHttpInfo (string scope, string code, string closedPeriodId, Object? body=default(Object?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UnconfirmClosedPeriod: Unconfirm the last confirmed Closed Period against a Timeline Entity Unconfirm the last confirmed Closed Period against a Timeline Entity More...
 
async System.Threading.Tasks.Task< ClosedPeriodUnconfirmClosedPeriodAsync (string scope, string code, string closedPeriodId, Object? body=default(Object?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UnconfirmClosedPeriod: Unconfirm the last confirmed Closed Period against a Timeline Entity Unconfirm the last confirmed Closed Period against a Timeline Entity More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ClosedPeriod > > UnconfirmClosedPeriodWithHttpInfoAsync (string scope, string code, string closedPeriodId, Object? body=default(Object?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UnconfirmClosedPeriod: Unconfirm the last confirmed Closed Period against a Timeline Entity Unconfirm the last confirmed Closed Period against a Timeline Entity More...
 
Timeline UpdateTimeline (string scope, string code, UpdateTimelineRequest? updateTimelineRequest=default(UpdateTimelineRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code Overwrites an existing Timeline Update request has the same required fields as Create apart from the id. Returns the updated Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Updated Properties will be returned at the latest AsAt and EffectiveAt More...
 
Lusid.Sdk.Client.ApiResponse< TimelineUpdateTimelineWithHttpInfo (string scope, string code, UpdateTimelineRequest? updateTimelineRequest=default(UpdateTimelineRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code Overwrites an existing Timeline Update request has the same required fields as Create apart from the id. Returns the updated Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Updated Properties will be returned at the latest AsAt and EffectiveAt More...
 
async System.Threading.Tasks.Task< TimelineUpdateTimelineAsync (string scope, string code, UpdateTimelineRequest? updateTimelineRequest=default(UpdateTimelineRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code Overwrites an existing Timeline Update request has the same required fields as Create apart from the id. Returns the updated Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Updated Properties will be returned at the latest AsAt and EffectiveAt More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Timeline > > UpdateTimelineWithHttpInfoAsync (string scope, string code, UpdateTimelineRequest? updateTimelineRequest=default(UpdateTimelineRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code Overwrites an existing Timeline Update request has the same required fields as Create apart from the id. Returns the updated Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Updated Properties will be returned at the latest AsAt and EffectiveAt More...
 

Properties

Lusid.Sdk.Client.IAsynchronousClient AsynchronousClient [get, set]
 The client for accessing this underlying API asynchronously. More...
 
Lusid.Sdk.Client.ISynchronousClient Client [get, set]
 The client for accessing this underlying API synchronously. More...
 
Lusid.Sdk.Client.IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
Lusid.Sdk.Client.ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Constructor & Destructor Documentation

◆ TimelinesApi() [1/4]

Lusid.Sdk.Api.TimelinesApi.TimelinesApi ( )
inline

Initializes a new instance of the TimelinesApi class.

Returns

◆ TimelinesApi() [2/4]

Lusid.Sdk.Api.TimelinesApi.TimelinesApi ( string  basePath)
inline

Initializes a new instance of the TimelinesApi class.

Returns

◆ TimelinesApi() [3/4]

Lusid.Sdk.Api.TimelinesApi.TimelinesApi ( Lusid.Sdk.Client.Configuration  configuration)
inline

Initializes a new instance of the TimelinesApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ TimelinesApi() [4/4]

Lusid.Sdk.Api.TimelinesApi.TimelinesApi ( Lusid.Sdk.Client.ISynchronousClient  client,
Lusid.Sdk.Client.IAsynchronousClient  asyncClient,
Lusid.Sdk.Client.IReadableConfiguration  configuration 
)
inline

Initializes a new instance of the TimelinesApi class using a Configuration object and client instance.

Parameters
clientThe client interface for synchronous API access.
asyncClientThe client interface for asynchronous API access.
configurationThe configuration object.

Member Function Documentation

◆ ConfirmClosedPeriod()

ClosedPeriod Lusid.Sdk.Api.TimelinesApi.ConfirmClosedPeriod ( string  scope,
string  code,
string  closedPeriodId,
Object?  body = default(Object?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ConfirmClosedPeriod: Confirm a Closed Period against a Timeline Entity Confirms a Closed Period against a Timeline Entity. Deletes any other unconfirmed Closed Periods on the Timeline.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod
bodyNot in use at the moment (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ ConfirmClosedPeriodAsync()

async System.Threading.Tasks.Task<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.ConfirmClosedPeriodAsync ( string  scope,
string  code,
string  closedPeriodId,
Object?  body = default(Object?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ConfirmClosedPeriod: Confirm a Closed Period against a Timeline Entity Confirms a Closed Period against a Timeline Entity. Deletes any other unconfirmed Closed Periods on the Timeline.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod
bodyNot in use at the moment (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ ConfirmClosedPeriodWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.ConfirmClosedPeriodWithHttpInfo ( string  scope,
string  code,
string  closedPeriodId,
Object?  body = default(Object?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ConfirmClosedPeriod: Confirm a Closed Period against a Timeline Entity Confirms a Closed Period against a Timeline Entity. Deletes any other unconfirmed Closed Periods on the Timeline.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod
bodyNot in use at the moment (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ ConfirmClosedPeriodWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ClosedPeriod> > Lusid.Sdk.Api.TimelinesApi.ConfirmClosedPeriodWithHttpInfoAsync ( string  scope,
string  code,
string  closedPeriodId,
Object?  body = default(Object?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ConfirmClosedPeriod: Confirm a Closed Period against a Timeline Entity Confirms a Closed Period against a Timeline Entity. Deletes any other unconfirmed Closed Periods on the Timeline.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod
bodyNot in use at the moment (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (ClosedPeriod)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ CreateClosedPeriod()

ClosedPeriod Lusid.Sdk.Api.TimelinesApi.CreateClosedPeriod ( string  scope,
string  code,
CreateClosedPeriodRequest createClosedPeriodRequest = default(CreateClosedPeriodRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateClosedPeriod: Create a new closed period against a timeline entity Creates a new closed period against a timeline entity Returns the newly created closed period entity with properties

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
createClosedPeriodRequestThe request containing the details of the Closed Period (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ CreateClosedPeriodAsync()

async System.Threading.Tasks.Task<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.CreateClosedPeriodAsync ( string  scope,
string  code,
CreateClosedPeriodRequest createClosedPeriodRequest = default(CreateClosedPeriodRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateClosedPeriod: Create a new closed period against a timeline entity Creates a new closed period against a timeline entity Returns the newly created closed period entity with properties

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
createClosedPeriodRequestThe request containing the details of the Closed Period (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ CreateClosedPeriodCandidate()

ClosedPeriod Lusid.Sdk.Api.TimelinesApi.CreateClosedPeriodCandidate ( string  scope,
string  code,
CreateClosedPeriodRequest createClosedPeriodRequest = default(CreateClosedPeriodRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateClosedPeriodCandidate: Create a new closed period candidate against a timeline entity Creates a new closed period candidate against a timeline entity Returns the newly created closed period candidate entity with properties

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
createClosedPeriodRequestThe request containing the details of the Closed Period (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ CreateClosedPeriodCandidateAsync()

async System.Threading.Tasks.Task<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.CreateClosedPeriodCandidateAsync ( string  scope,
string  code,
CreateClosedPeriodRequest createClosedPeriodRequest = default(CreateClosedPeriodRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateClosedPeriodCandidate: Create a new closed period candidate against a timeline entity Creates a new closed period candidate against a timeline entity Returns the newly created closed period candidate entity with properties

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
createClosedPeriodRequestThe request containing the details of the Closed Period (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ CreateClosedPeriodCandidateWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.CreateClosedPeriodCandidateWithHttpInfo ( string  scope,
string  code,
CreateClosedPeriodRequest createClosedPeriodRequest = default(CreateClosedPeriodRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateClosedPeriodCandidate: Create a new closed period candidate against a timeline entity Creates a new closed period candidate against a timeline entity Returns the newly created closed period candidate entity with properties

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
createClosedPeriodRequestThe request containing the details of the Closed Period (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ CreateClosedPeriodCandidateWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ClosedPeriod> > Lusid.Sdk.Api.TimelinesApi.CreateClosedPeriodCandidateWithHttpInfoAsync ( string  scope,
string  code,
CreateClosedPeriodRequest createClosedPeriodRequest = default(CreateClosedPeriodRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateClosedPeriodCandidate: Create a new closed period candidate against a timeline entity Creates a new closed period candidate against a timeline entity Returns the newly created closed period candidate entity with properties

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
createClosedPeriodRequestThe request containing the details of the Closed Period (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (ClosedPeriod)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ CreateClosedPeriodWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.CreateClosedPeriodWithHttpInfo ( string  scope,
string  code,
CreateClosedPeriodRequest createClosedPeriodRequest = default(CreateClosedPeriodRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateClosedPeriod: Create a new closed period against a timeline entity Creates a new closed period against a timeline entity Returns the newly created closed period entity with properties

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
createClosedPeriodRequestThe request containing the details of the Closed Period (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ CreateClosedPeriodWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ClosedPeriod> > Lusid.Sdk.Api.TimelinesApi.CreateClosedPeriodWithHttpInfoAsync ( string  scope,
string  code,
CreateClosedPeriodRequest createClosedPeriodRequest = default(CreateClosedPeriodRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateClosedPeriod: Create a new closed period against a timeline entity Creates a new closed period against a timeline entity Returns the newly created closed period entity with properties

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
createClosedPeriodRequestThe request containing the details of the Closed Period (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (ClosedPeriod)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ CreateTimeline()

Timeline Lusid.Sdk.Api.TimelinesApi.CreateTimeline ( CreateTimelineRequest createTimelineRequest = default(CreateTimelineRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateTimeline: Create a Timeline Creates a Timeline. Returns the created Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Upserted Properties will be returned at the latest AsAt and EffectiveAt

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createTimelineRequestThe request containing the details of the Timeline (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
Timeline

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ CreateTimelineAsync()

async System.Threading.Tasks.Task<Timeline> Lusid.Sdk.Api.TimelinesApi.CreateTimelineAsync ( CreateTimelineRequest createTimelineRequest = default(CreateTimelineRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateTimeline: Create a Timeline Creates a Timeline. Returns the created Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Upserted Properties will be returned at the latest AsAt and EffectiveAt

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createTimelineRequestThe request containing the details of the Timeline (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of Timeline

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ CreateTimelineWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<Timeline> Lusid.Sdk.Api.TimelinesApi.CreateTimelineWithHttpInfo ( CreateTimelineRequest createTimelineRequest = default(CreateTimelineRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateTimeline: Create a Timeline Creates a Timeline. Returns the created Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Upserted Properties will be returned at the latest AsAt and EffectiveAt

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createTimelineRequestThe request containing the details of the Timeline (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of Timeline

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ CreateTimelineWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Timeline> > Lusid.Sdk.Api.TimelinesApi.CreateTimelineWithHttpInfoAsync ( CreateTimelineRequest createTimelineRequest = default(CreateTimelineRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] CreateTimeline: Create a Timeline Creates a Timeline. Returns the created Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Upserted Properties will be returned at the latest AsAt and EffectiveAt

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createTimelineRequestThe request containing the details of the Timeline (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (Timeline)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ DeleteTimeline()

DeletedEntityResponse Lusid.Sdk.Api.TimelinesApi.DeleteTimeline ( string  scope,
string  code,
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline The deletion will take effect from the Timeline deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
DeletedEntityResponse

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ DeleteTimelineAsync()

async System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.TimelinesApi.DeleteTimelineAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline The deletion will take effect from the Timeline deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of DeletedEntityResponse

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ DeleteTimelineWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.TimelinesApi.DeleteTimelineWithHttpInfo ( string  scope,
string  code,
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline The deletion will take effect from the Timeline deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of DeletedEntityResponse

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ DeleteTimelineWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.TimelinesApi.DeleteTimelineWithHttpInfoAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline The deletion will take effect from the Timeline deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (DeletedEntityResponse)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ GetBasePath()

string Lusid.Sdk.Api.TimelinesApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

◆ GetClosedPeriod()

ClosedPeriod Lusid.Sdk.Api.TimelinesApi.GetClosedPeriod ( string  scope,
string  code,
string  closedPeriodId,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetClosedPeriod: Gets a Closed Period entity. Retrieves one ClosedPeriod uniquely defined by the Timelines Scope/Code and a ClosedPeriodId.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod
asAtThe asAt datetime at which to retrieve the ClosedPeriod definition. Defaults to return the latest version of the definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;ClosedPeriod&#39; domain to decorate onto the ClosedPeriod. These must have the format {domain}/{scope}/{code}, for example &#39;ClosedPeriod/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ GetClosedPeriodAsync()

async System.Threading.Tasks.Task<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.GetClosedPeriodAsync ( string  scope,
string  code,
string  closedPeriodId,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetClosedPeriod: Gets a Closed Period entity. Retrieves one ClosedPeriod uniquely defined by the Timelines Scope/Code and a ClosedPeriodId.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod
asAtThe asAt datetime at which to retrieve the ClosedPeriod definition. Defaults to return the latest version of the definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;ClosedPeriod&#39; domain to decorate onto the ClosedPeriod. These must have the format {domain}/{scope}/{code}, for example &#39;ClosedPeriod/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ GetClosedPeriodWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.GetClosedPeriodWithHttpInfo ( string  scope,
string  code,
string  closedPeriodId,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetClosedPeriod: Gets a Closed Period entity. Retrieves one ClosedPeriod uniquely defined by the Timelines Scope/Code and a ClosedPeriodId.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod
asAtThe asAt datetime at which to retrieve the ClosedPeriod definition. Defaults to return the latest version of the definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;ClosedPeriod&#39; domain to decorate onto the ClosedPeriod. These must have the format {domain}/{scope}/{code}, for example &#39;ClosedPeriod/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ GetClosedPeriodWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ClosedPeriod> > Lusid.Sdk.Api.TimelinesApi.GetClosedPeriodWithHttpInfoAsync ( string  scope,
string  code,
string  closedPeriodId,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetClosedPeriod: Gets a Closed Period entity. Retrieves one ClosedPeriod uniquely defined by the Timelines Scope/Code and a ClosedPeriodId.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod
asAtThe asAt datetime at which to retrieve the ClosedPeriod definition. Defaults to return the latest version of the definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;ClosedPeriod&#39; domain to decorate onto the ClosedPeriod. These must have the format {domain}/{scope}/{code}, for example &#39;ClosedPeriod/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (ClosedPeriod)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ GetTimeline()

Timeline Lusid.Sdk.Api.TimelinesApi.GetTimeline ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetTimeline: Get a single Timeline by scope and code. Retrieves one Timeline by scope and code. Timelines are mono-temporal. The EffectiveAt is only applied to Time-Variant Properties.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
asAtThe asAt datetime at which to retrieve the Timeline definition. Defaults to return the latest version of the definition if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to retrieve the timeline properties. Defaults to the current LUSID system datetime if not specified. (optional)
propertyKeysA list of property keys from the &#39;Timeline&#39; domain to decorate onto the Timeline. These must have the format {domain}/{scope}/{code}, for example &#39;Timeline/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
Timeline

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ GetTimelineAsync()

async System.Threading.Tasks.Task<Timeline> Lusid.Sdk.Api.TimelinesApi.GetTimelineAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetTimeline: Get a single Timeline by scope and code. Retrieves one Timeline by scope and code. Timelines are mono-temporal. The EffectiveAt is only applied to Time-Variant Properties.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
asAtThe asAt datetime at which to retrieve the Timeline definition. Defaults to return the latest version of the definition if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to retrieve the timeline properties. Defaults to the current LUSID system datetime if not specified. (optional)
propertyKeysA list of property keys from the &#39;Timeline&#39; domain to decorate onto the Timeline. These must have the format {domain}/{scope}/{code}, for example &#39;Timeline/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of Timeline

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ GetTimelineWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<Timeline> Lusid.Sdk.Api.TimelinesApi.GetTimelineWithHttpInfo ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetTimeline: Get a single Timeline by scope and code. Retrieves one Timeline by scope and code. Timelines are mono-temporal. The EffectiveAt is only applied to Time-Variant Properties.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
asAtThe asAt datetime at which to retrieve the Timeline definition. Defaults to return the latest version of the definition if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to retrieve the timeline properties. Defaults to the current LUSID system datetime if not specified. (optional)
propertyKeysA list of property keys from the &#39;Timeline&#39; domain to decorate onto the Timeline. These must have the format {domain}/{scope}/{code}, for example &#39;Timeline/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of Timeline

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ GetTimelineWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Timeline> > Lusid.Sdk.Api.TimelinesApi.GetTimelineWithHttpInfoAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] GetTimeline: Get a single Timeline by scope and code. Retrieves one Timeline by scope and code. Timelines are mono-temporal. The EffectiveAt is only applied to Time-Variant Properties.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
asAtThe asAt datetime at which to retrieve the Timeline definition. Defaults to return the latest version of the definition if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to retrieve the timeline properties. Defaults to the current LUSID system datetime if not specified. (optional)
propertyKeysA list of property keys from the &#39;Timeline&#39; domain to decorate onto the Timeline. These must have the format {domain}/{scope}/{code}, for example &#39;Timeline/system/Name&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (Timeline)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ ListClosedPeriods()

PagedResourceListOfClosedPeriod Lusid.Sdk.Api.TimelinesApi.ListClosedPeriods ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List<string>?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. List all the ClosedPeriods matching a particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline.
asAtThe asAt datetime at which to list the ClosedPeriods. Defaults to returning the latest version of each ClosedPeriod if not specified. (optional)
pageThe pagination token to use to continue listing ClosedPeriods; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the effectiveEnd, specify &quot;effectiveEnd gt 2019-01-15T10:00:00&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
propertyKeysA list of property keys from the &#39;ClosedPeriod&#39; domain to decorate onto each ClosedPeriod. These must take the format {domain}/{scope}/{code}, for example &#39;ClosedPeriod/Account/id&#39;. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
PagedResourceListOfClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ ListClosedPeriodsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfClosedPeriod> Lusid.Sdk.Api.TimelinesApi.ListClosedPeriodsAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List<string>?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. List all the ClosedPeriods matching a particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline.
asAtThe asAt datetime at which to list the ClosedPeriods. Defaults to returning the latest version of each ClosedPeriod if not specified. (optional)
pageThe pagination token to use to continue listing ClosedPeriods; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the effectiveEnd, specify &quot;effectiveEnd gt 2019-01-15T10:00:00&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
propertyKeysA list of property keys from the &#39;ClosedPeriod&#39; domain to decorate onto each ClosedPeriod. These must take the format {domain}/{scope}/{code}, for example &#39;ClosedPeriod/Account/id&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of PagedResourceListOfClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ ListClosedPeriodsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfClosedPeriod> Lusid.Sdk.Api.TimelinesApi.ListClosedPeriodsWithHttpInfo ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List<string>?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. List all the ClosedPeriods matching a particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline.
asAtThe asAt datetime at which to list the ClosedPeriods. Defaults to returning the latest version of each ClosedPeriod if not specified. (optional)
pageThe pagination token to use to continue listing ClosedPeriods; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the effectiveEnd, specify &quot;effectiveEnd gt 2019-01-15T10:00:00&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
propertyKeysA list of property keys from the &#39;ClosedPeriod&#39; domain to decorate onto each ClosedPeriod. These must take the format {domain}/{scope}/{code}, for example &#39;ClosedPeriod/Account/id&#39;. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of PagedResourceListOfClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ ListClosedPeriodsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfClosedPeriod> > Lusid.Sdk.Api.TimelinesApi.ListClosedPeriodsWithHttpInfoAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List<string>?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. List all the ClosedPeriods matching a particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline.
asAtThe asAt datetime at which to list the ClosedPeriods. Defaults to returning the latest version of each ClosedPeriod if not specified. (optional)
pageThe pagination token to use to continue listing ClosedPeriods; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the effectiveEnd, specify &quot;effectiveEnd gt 2019-01-15T10:00:00&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
propertyKeysA list of property keys from the &#39;ClosedPeriod&#39; domain to decorate onto each ClosedPeriod. These must take the format {domain}/{scope}/{code}, for example &#39;ClosedPeriod/Account/id&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (PagedResourceListOfClosedPeriod)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ ListTimelines()

PagedResourceListOfTimeline Lusid.Sdk.Api.TimelinesApi.ListTimelines ( DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List<string>?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListTimelines: List Timelines List all the Timelines matching a particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list the Timelines. Defaults to returning the latest version of each Timeline if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to list the Timelines. Note that Timelines are monotemporal, the effectiveAt is for Timevariant Properties on the Timeline only. Defaults to the current LUSID system datetime if not specified. (optional)
pageThe pagination token to use to continue listing Timelines; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the displayName, specify &quot;displayName eq &#39;AccountingTimeline&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
propertyKeysA list of property keys from the &#39;Timeline&#39; domain to decorate onto each Timeline. These must take the format {domain}/{scope}/{code}, for example &#39;Timeline/Account/id&#39;. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
PagedResourceListOfTimeline

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ ListTimelinesAsync()

async System.Threading.Tasks.Task<PagedResourceListOfTimeline> Lusid.Sdk.Api.TimelinesApi.ListTimelinesAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List<string>?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListTimelines: List Timelines List all the Timelines matching a particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list the Timelines. Defaults to returning the latest version of each Timeline if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to list the Timelines. Note that Timelines are monotemporal, the effectiveAt is for Timevariant Properties on the Timeline only. Defaults to the current LUSID system datetime if not specified. (optional)
pageThe pagination token to use to continue listing Timelines; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the displayName, specify &quot;displayName eq &#39;AccountingTimeline&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
propertyKeysA list of property keys from the &#39;Timeline&#39; domain to decorate onto each Timeline. These must take the format {domain}/{scope}/{code}, for example &#39;Timeline/Account/id&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of PagedResourceListOfTimeline

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ ListTimelinesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTimeline> Lusid.Sdk.Api.TimelinesApi.ListTimelinesWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List<string>?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListTimelines: List Timelines List all the Timelines matching a particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list the Timelines. Defaults to returning the latest version of each Timeline if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to list the Timelines. Note that Timelines are monotemporal, the effectiveAt is for Timevariant Properties on the Timeline only. Defaults to the current LUSID system datetime if not specified. (optional)
pageThe pagination token to use to continue listing Timelines; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the displayName, specify &quot;displayName eq &#39;AccountingTimeline&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
propertyKeysA list of property keys from the &#39;Timeline&#39; domain to decorate onto each Timeline. These must take the format {domain}/{scope}/{code}, for example &#39;Timeline/Account/id&#39;. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of PagedResourceListOfTimeline

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ ListTimelinesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTimeline> > Lusid.Sdk.Api.TimelinesApi.ListTimelinesWithHttpInfoAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  sortBy = default(List<string>?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] ListTimelines: List Timelines List all the Timelines matching a particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list the Timelines. Defaults to returning the latest version of each Timeline if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to list the Timelines. Note that Timelines are monotemporal, the effectiveAt is for Timevariant Properties on the Timeline only. Defaults to the current LUSID system datetime if not specified. (optional)
pageThe pagination token to use to continue listing Timelines; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, to filter on the displayName, specify &quot;displayName eq &#39;AccountingTimeline&#39;&quot;. For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
propertyKeysA list of property keys from the &#39;Timeline&#39; domain to decorate onto each Timeline. These must take the format {domain}/{scope}/{code}, for example &#39;Timeline/Account/id&#39;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (PagedResourceListOfTimeline)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ SetPostCloseActivity()

ClosedPeriod Lusid.Sdk.Api.TimelinesApi.SetPostCloseActivity ( string  scope,
string  code,
string  closedPeriodId,
PostCloseActivitiesRequest postCloseActivitiesRequest = default(PostCloseActivitiesRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] SetPostCloseActivity: Sets post-close activities to a Closed Period. This sets the given post-close activities to the given Closed Period. This is an overwriting action! The possible types of entity are: * &#x60;PortfolioTransaction&#x60;, * &#x60;Instrument&#x60;, * &#x60;InstrumentEvent&#x60;, * &#x60;InstrumentEventInstruction&#x60;, * &#x60;PortfolioSettlementInstruction&#x60;, and, * &#x60;Quote&#x60;.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline.
closedPeriodIdThe ID of the Closed Period. This ID together with the scope and code of the Timeline uniquely defines the Closed Period.
postCloseActivitiesRequestThis specifies a collection of post-close activities. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ SetPostCloseActivityAsync()

async System.Threading.Tasks.Task<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.SetPostCloseActivityAsync ( string  scope,
string  code,
string  closedPeriodId,
PostCloseActivitiesRequest postCloseActivitiesRequest = default(PostCloseActivitiesRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] SetPostCloseActivity: Sets post-close activities to a Closed Period. This sets the given post-close activities to the given Closed Period. This is an overwriting action! The possible types of entity are: * &#x60;PortfolioTransaction&#x60;, * &#x60;Instrument&#x60;, * &#x60;InstrumentEvent&#x60;, * &#x60;InstrumentEventInstruction&#x60;, * &#x60;PortfolioSettlementInstruction&#x60;, and, * &#x60;Quote&#x60;.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline.
closedPeriodIdThe ID of the Closed Period. This ID together with the scope and code of the Timeline uniquely defines the Closed Period.
postCloseActivitiesRequestThis specifies a collection of post-close activities. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ SetPostCloseActivityWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.SetPostCloseActivityWithHttpInfo ( string  scope,
string  code,
string  closedPeriodId,
PostCloseActivitiesRequest postCloseActivitiesRequest = default(PostCloseActivitiesRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] SetPostCloseActivity: Sets post-close activities to a Closed Period. This sets the given post-close activities to the given Closed Period. This is an overwriting action! The possible types of entity are: * &#x60;PortfolioTransaction&#x60;, * &#x60;Instrument&#x60;, * &#x60;InstrumentEvent&#x60;, * &#x60;InstrumentEventInstruction&#x60;, * &#x60;PortfolioSettlementInstruction&#x60;, and, * &#x60;Quote&#x60;.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline.
closedPeriodIdThe ID of the Closed Period. This ID together with the scope and code of the Timeline uniquely defines the Closed Period.
postCloseActivitiesRequestThis specifies a collection of post-close activities. (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ SetPostCloseActivityWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ClosedPeriod> > Lusid.Sdk.Api.TimelinesApi.SetPostCloseActivityWithHttpInfoAsync ( string  scope,
string  code,
string  closedPeriodId,
PostCloseActivitiesRequest postCloseActivitiesRequest = default(PostCloseActivitiesRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] SetPostCloseActivity: Sets post-close activities to a Closed Period. This sets the given post-close activities to the given Closed Period. This is an overwriting action! The possible types of entity are: * &#x60;PortfolioTransaction&#x60;, * &#x60;Instrument&#x60;, * &#x60;InstrumentEvent&#x60;, * &#x60;InstrumentEventInstruction&#x60;, * &#x60;PortfolioSettlementInstruction&#x60;, and, * &#x60;Quote&#x60;.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the Timeline.
codeThe code of the Timeline.
closedPeriodIdThe ID of the Closed Period. This ID together with the scope and code of the Timeline uniquely defines the Closed Period.
postCloseActivitiesRequestThis specifies a collection of post-close activities. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (ClosedPeriod)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ UnconfirmClosedPeriod()

ClosedPeriod Lusid.Sdk.Api.TimelinesApi.UnconfirmClosedPeriod ( string  scope,
string  code,
string  closedPeriodId,
Object?  body = default(Object?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UnconfirmClosedPeriod: Unconfirm the last confirmed Closed Period against a Timeline Entity Unconfirm the last confirmed Closed Period against a Timeline Entity

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod. The closed period must be the last closed period on the Timeline.
bodyNot in use at the moment (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ UnconfirmClosedPeriodAsync()

async System.Threading.Tasks.Task<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.UnconfirmClosedPeriodAsync ( string  scope,
string  code,
string  closedPeriodId,
Object?  body = default(Object?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UnconfirmClosedPeriod: Unconfirm the last confirmed Closed Period against a Timeline Entity Unconfirm the last confirmed Closed Period against a Timeline Entity

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod. The closed period must be the last closed period on the Timeline.
bodyNot in use at the moment (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ UnconfirmClosedPeriodWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ClosedPeriod> Lusid.Sdk.Api.TimelinesApi.UnconfirmClosedPeriodWithHttpInfo ( string  scope,
string  code,
string  closedPeriodId,
Object?  body = default(Object?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UnconfirmClosedPeriod: Unconfirm the last confirmed Closed Period against a Timeline Entity Unconfirm the last confirmed Closed Period against a Timeline Entity

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod. The closed period must be the last closed period on the Timeline.
bodyNot in use at the moment (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of ClosedPeriod

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ UnconfirmClosedPeriodWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ClosedPeriod> > Lusid.Sdk.Api.TimelinesApi.UnconfirmClosedPeriodWithHttpInfoAsync ( string  scope,
string  code,
string  closedPeriodId,
Object?  body = default(Object?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UnconfirmClosedPeriod: Unconfirm the last confirmed Closed Period against a Timeline Entity Unconfirm the last confirmed Closed Period against a Timeline Entity

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the scope this uniquely identifies the Timeline.
closedPeriodIdThe id of the Closed Period. Together with the scope and code of the Timeline, this uniquely identifies the ClosedPeriod. The closed period must be the last closed period on the Timeline.
bodyNot in use at the moment (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (ClosedPeriod)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ UpdateTimeline()

Timeline Lusid.Sdk.Api.TimelinesApi.UpdateTimeline ( string  scope,
string  code,
UpdateTimelineRequest updateTimelineRequest = default(UpdateTimelineRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code Overwrites an existing Timeline Update request has the same required fields as Create apart from the id. Returns the updated Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Updated Properties will be returned at the latest AsAt and EffectiveAt

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
updateTimelineRequestThe request containing the updated details of the Timeline (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
Timeline

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ UpdateTimelineAsync()

async System.Threading.Tasks.Task<Timeline> Lusid.Sdk.Api.TimelinesApi.UpdateTimelineAsync ( string  scope,
string  code,
UpdateTimelineRequest updateTimelineRequest = default(UpdateTimelineRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code Overwrites an existing Timeline Update request has the same required fields as Create apart from the id. Returns the updated Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Updated Properties will be returned at the latest AsAt and EffectiveAt

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
updateTimelineRequestThe request containing the updated details of the Timeline (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of Timeline

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

◆ UpdateTimelineWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<Timeline> Lusid.Sdk.Api.TimelinesApi.UpdateTimelineWithHttpInfo ( string  scope,
string  code,
UpdateTimelineRequest updateTimelineRequest = default(UpdateTimelineRequest?),
int  operationIndex = 0,
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code Overwrites an existing Timeline Update request has the same required fields as Create apart from the id. Returns the updated Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Updated Properties will be returned at the latest AsAt and EffectiveAt

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
updateTimelineRequestThe request containing the updated details of the Timeline (optional)
operationIndexIndex associated with the operation.
optsOptions for this request.
Returns
ApiResponse of Timeline

Implements Lusid.Sdk.Api.ITimelinesApiSync.

◆ UpdateTimelineWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Timeline> > Lusid.Sdk.Api.TimelinesApi.UpdateTimelineWithHttpInfoAsync ( string  scope,
string  code,
UpdateTimelineRequest updateTimelineRequest = default(UpdateTimelineRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)
inline

[EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code Overwrites an existing Timeline Update request has the same required fields as Create apart from the id. Returns the updated Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Updated Properties will be returned at the latest AsAt and EffectiveAt

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the specified Timeline.
codeThe code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.
updateTimelineRequestThe request containing the updated details of the Timeline (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (Timeline)

Implements Lusid.Sdk.Api.ITimelinesApiAsync.

Property Documentation

◆ AsynchronousClient

Lusid.Sdk.Client.IAsynchronousClient Lusid.Sdk.Api.TimelinesApi.AsynchronousClient
getset

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.TimelinesApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

Lusid.Sdk.Client.IReadableConfiguration Lusid.Sdk.Api.TimelinesApi.Configuration
getset

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.TimelinesApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


The documentation for this class was generated from the following file: