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

Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.ITimelinesApiSync | |
| 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 More... | |
| Lusid.Sdk.Client.ApiResponse< ClosedPeriod > | ConfirmClosedPeriodWithHttpInfo (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 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 More... | |
| Lusid.Sdk.Client.ApiResponse< ClosedPeriod > | CreateClosedPeriodWithHttpInfo (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 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 More... | |
| Lusid.Sdk.Client.ApiResponse< ClosedPeriod > | CreateClosedPeriodCandidateWithHttpInfo (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 More... | |
| Timeline | CreateTimeline (CreateTimelineRequest? createTimelineRequest=default(CreateTimelineRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateTimeline: Create a Timeline More... | |
| Lusid.Sdk.Client.ApiResponse< Timeline > | CreateTimelineWithHttpInfo (CreateTimelineRequest? createTimelineRequest=default(CreateTimelineRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateTimeline: Create a Timeline More... | |
| DeletedEntityResponse | DeleteTimeline (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteTimelineWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline 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. More... | |
| Lusid.Sdk.Client.ApiResponse< ClosedPeriod > | GetClosedPeriodWithHttpInfo (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. 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. More... | |
| Lusid.Sdk.Client.ApiResponse< Timeline > | 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) |
| [EXPERIMENTAL] GetTimeline: Get a single Timeline by scope and code. 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. More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfClosedPeriod > | 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) |
| [EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. 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 More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTimeline > | 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) |
| [EXPERIMENTAL] ListTimelines: List Timelines 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. More... | |
| Lusid.Sdk.Client.ApiResponse< ClosedPeriod > | SetPostCloseActivityWithHttpInfo (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. 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 More... | |
| Lusid.Sdk.Client.ApiResponse< ClosedPeriod > | UnconfirmClosedPeriodWithHttpInfo (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 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 More... | |
| Lusid.Sdk.Client.ApiResponse< Timeline > | UpdateTimelineWithHttpInfo (string scope, string code, UpdateTimelineRequest? updateTimelineRequest=default(UpdateTimelineRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code More... | |
Public Member Functions inherited from Lusid.Sdk.Api.ITimelinesApiAsync | |
| System.Threading.Tasks.Task< ClosedPeriod > | 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) |
| [EXPERIMENTAL] ConfirmClosedPeriod: Confirm a Closed Period against a Timeline Entity More... | |
| 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 More... | |
| System.Threading.Tasks.Task< ClosedPeriod > | CreateClosedPeriodAsync (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 More... | |
| 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 More... | |
| System.Threading.Tasks.Task< ClosedPeriod > | CreateClosedPeriodCandidateAsync (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 More... | |
| 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 More... | |
| System.Threading.Tasks.Task< Timeline > | CreateTimelineAsync (CreateTimelineRequest? createTimelineRequest=default(CreateTimelineRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateTimeline: Create a Timeline More... | |
| 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 More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteTimelineAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline More... | |
| 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 More... | |
| System.Threading.Tasks.Task< ClosedPeriod > | 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) |
| [EXPERIMENTAL] GetClosedPeriod: Gets a Closed Period entity. More... | |
| 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. More... | |
| System.Threading.Tasks.Task< Timeline > | 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) |
| [EXPERIMENTAL] GetTimeline: Get a single Timeline by scope and code. More... | |
| 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. More... | |
| System.Threading.Tasks.Task< PagedResourceListOfClosedPeriod > | 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) |
| [EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. More... | |
| 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. More... | |
| System.Threading.Tasks.Task< PagedResourceListOfTimeline > | 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) |
| [EXPERIMENTAL] ListTimelines: List Timelines More... | |
| 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 More... | |
| System.Threading.Tasks.Task< ClosedPeriod > | 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) |
| [EXPERIMENTAL] SetPostCloseActivity: Sets post-close activities to a Closed Period. More... | |
| 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. More... | |
| System.Threading.Tasks.Task< ClosedPeriod > | 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) |
| [EXPERIMENTAL] UnconfirmClosedPeriod: Unconfirm the last confirmed Closed Period against a Timeline Entity More... | |
| 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 More... | |
| System.Threading.Tasks.Task< Timeline > | UpdateTimelineAsync (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 More... | |
| 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 More... | |
Represents a collection of functions to interact with the API endpoints