LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
PersonsApi () | |
Initializes a new instance of the PersonsApi class. More... | |
PersonsApi (string basePath) | |
Initializes a new instance of the PersonsApi class. More... | |
PersonsApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the PersonsApi class using Configuration object More... | |
PersonsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the PersonsApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
DeletedEntityResponse | DeletePerson (string idTypeScope, string idTypeCode, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
DeletePerson: Delete person Delete a person. Deletion will be valid from the person's creation datetime. This means that the person will no longer exist at any effective datetime from the asAt datetime of deletion. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeletePersonWithHttpInfo (string idTypeScope, string idTypeCode, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
DeletePerson: Delete person Delete a person. Deletion will be valid from the person's creation datetime. This means that the person will no longer exist at any effective datetime from the asAt datetime of deletion. More... | |
async System.Threading.Tasks.Task< DeletedEntityResponse > | DeletePersonAsync (string idTypeScope, string idTypeCode, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeletePerson: Delete person Delete a person. Deletion will be valid from the person's creation datetime. This means that the person will no longer exist at any effective datetime from the asAt datetime of deletion. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeletePersonWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeletePerson: Delete person Delete a person. Deletion will be valid from the person's creation datetime. This means that the person will no longer exist at any effective datetime from the asAt datetime of deletion. More... | |
DeletedEntityResponse | DeletePersonAccessMetadata (string idTypeScope, string idTypeCode, string code, string metadataKey, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonAccessMetadata: Delete a Person Access Metadata entry Deletes the Person Access Metadata entry that exactly matches the provided identifier parts. It is important to always check to verify success (or failure). More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeletePersonAccessMetadataWithHttpInfo (string idTypeScope, string idTypeCode, string code, string metadataKey, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonAccessMetadata: Delete a Person Access Metadata entry Deletes the Person Access Metadata entry that exactly matches the provided identifier parts. It is important to always check to verify success (or failure). More... | |
async System.Threading.Tasks.Task< DeletedEntityResponse > | DeletePersonAccessMetadataAsync (string idTypeScope, string idTypeCode, string code, string metadataKey, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonAccessMetadata: Delete a Person Access Metadata entry Deletes the Person Access Metadata entry that exactly matches the provided identifier parts. It is important to always check to verify success (or failure). More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeletePersonAccessMetadataWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, string metadataKey, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonAccessMetadata: Delete a Person Access Metadata entry Deletes the Person Access Metadata entry that exactly matches the provided identifier parts. It is important to always check to verify success (or failure). More... | |
DeletedEntityResponse | DeletePersonIdentifiers (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonIdentifiers: Delete Person Identifiers Delete identifiers that belong to the given property keys of the person. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeletePersonIdentifiersWithHttpInfo (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonIdentifiers: Delete Person Identifiers Delete identifiers that belong to the given property keys of the person. More... | |
async System.Threading.Tasks.Task< DeletedEntityResponse > | DeletePersonIdentifiersAsync (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonIdentifiers: Delete Person Identifiers Delete identifiers that belong to the given property keys of the person. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeletePersonIdentifiersWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonIdentifiers: Delete Person Identifiers Delete identifiers that belong to the given property keys of the person. More... | |
DeletedEntityResponse | DeletePersonProperties (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonProperties: Delete Person Properties Delete all properties that belong to the given property keys of the person. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeletePersonPropertiesWithHttpInfo (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonProperties: Delete Person Properties Delete all properties that belong to the given property keys of the person. More... | |
async System.Threading.Tasks.Task< DeletedEntityResponse > | DeletePersonPropertiesAsync (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonProperties: Delete Person Properties Delete all properties that belong to the given property keys of the person. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeletePersonPropertiesWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, List< string > propertyKeys, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeletePersonProperties: Delete Person Properties Delete all properties that belong to the given property keys of the person. More... | |
Dictionary< string, List< AccessMetadataValue > > | GetAllPersonAccessMetadata (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllPersonAccessMetadata: Get Access Metadata rules for a Person Pass the Scope and Code of the Person identifier along with the person code parameter to retrieve the associated Access Metadata More... | |
Lusid.Sdk.Client.ApiResponse< Dictionary< string, List< AccessMetadataValue > > > | GetAllPersonAccessMetadataWithHttpInfo (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllPersonAccessMetadata: Get Access Metadata rules for a Person Pass the Scope and Code of the Person identifier along with the person code parameter to retrieve the associated Access Metadata More... | |
async System.Threading.Tasks.Task< Dictionary< string, List< AccessMetadataValue > > > | GetAllPersonAccessMetadataAsync (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllPersonAccessMetadata: Get Access Metadata rules for a Person Pass the Scope and Code of the Person identifier along with the person code parameter to retrieve the associated Access Metadata More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Dictionary< string, List< AccessMetadataValue > > > > | GetAllPersonAccessMetadataWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllPersonAccessMetadata: Get Access Metadata rules for a Person Pass the Scope and Code of the Person identifier along with the person code parameter to retrieve the associated Access Metadata More... | |
Person | GetPerson (string idTypeScope, string idTypeCode, string code, List< string >? propertyKeys=default(List< string >?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPerson: Get Person Retrieve the definition of a person. More... | |
Lusid.Sdk.Client.ApiResponse< Person > | GetPersonWithHttpInfo (string idTypeScope, string idTypeCode, string code, List< string >? propertyKeys=default(List< string >?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPerson: Get Person Retrieve the definition of a person. More... | |
async System.Threading.Tasks.Task< Person > | GetPersonAsync (string idTypeScope, string idTypeCode, string code, List< string >? propertyKeys=default(List< string >?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPerson: Get Person Retrieve the definition of a person. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Person > > | GetPersonWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, List< string >? propertyKeys=default(List< string >?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPerson: Get Person Retrieve the definition of a person. More... | |
List< AccessMetadataValue > | GetPersonAccessMetadataByKey (string idTypeScope, string idTypeCode, string code, string metadataKey, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonAccessMetadataByKey: Get an entry identified by a metadataKey in the Access Metadata of a Person Get a specific Person Access Metadata by specifying the corresponding identifier parts and Person code No matching will be performed through this endpoint. To retrieve an entry, it is necessary to specify, exactly, the identifier of the entry More... | |
Lusid.Sdk.Client.ApiResponse< List< AccessMetadataValue > > | GetPersonAccessMetadataByKeyWithHttpInfo (string idTypeScope, string idTypeCode, string code, string metadataKey, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonAccessMetadataByKey: Get an entry identified by a metadataKey in the Access Metadata of a Person Get a specific Person Access Metadata by specifying the corresponding identifier parts and Person code No matching will be performed through this endpoint. To retrieve an entry, it is necessary to specify, exactly, the identifier of the entry More... | |
async System.Threading.Tasks.Task< List< AccessMetadataValue > > | GetPersonAccessMetadataByKeyAsync (string idTypeScope, string idTypeCode, string code, string metadataKey, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonAccessMetadataByKey: Get an entry identified by a metadataKey in the Access Metadata of a Person Get a specific Person Access Metadata by specifying the corresponding identifier parts and Person code No matching will be performed through this endpoint. To retrieve an entry, it is necessary to specify, exactly, the identifier of the entry More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< List< AccessMetadataValue > > > | GetPersonAccessMetadataByKeyWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, string metadataKey, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonAccessMetadataByKey: Get an entry identified by a metadataKey in the Access Metadata of a Person Get a specific Person Access Metadata by specifying the corresponding identifier parts and Person code No matching will be performed through this endpoint. To retrieve an entry, it is necessary to specify, exactly, the identifier of the entry More... | |
ResourceListOfPropertyInterval | GetPersonPropertyTimeSeries (string idTypeScope, string idTypeCode, string code, string propertyKey, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonPropertyTimeSeries: Get Person Property Time Series List the complete time series of a person property. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfPropertyInterval > | GetPersonPropertyTimeSeriesWithHttpInfo (string idTypeScope, string idTypeCode, string code, string propertyKey, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonPropertyTimeSeries: Get Person Property Time Series List the complete time series of a person property. More... | |
async System.Threading.Tasks.Task< ResourceListOfPropertyInterval > | GetPersonPropertyTimeSeriesAsync (string idTypeScope, string idTypeCode, string code, string propertyKey, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonPropertyTimeSeries: Get Person Property Time Series List the complete time series of a person property. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfPropertyInterval > > | GetPersonPropertyTimeSeriesWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, string propertyKey, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonPropertyTimeSeries: Get Person Property Time Series List the complete time series of a person property. More... | |
ResourceListOfRelation | GetPersonRelations (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonRelations: Get Relations for Person Get relations for the specified person. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfRelation > | GetPersonRelationsWithHttpInfo (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonRelations: Get Relations for Person Get relations for the specified person. More... | |
async System.Threading.Tasks.Task< ResourceListOfRelation > | GetPersonRelationsAsync (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonRelations: Get Relations for Person Get relations for the specified person. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfRelation > > | GetPersonRelationsWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonRelations: Get Relations for Person Get relations for the specified person. More... | |
ResourceListOfRelationship | GetPersonRelationships (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonRelationships: Get Relationships for Person Get relationships for the specified person. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfRelationship > | GetPersonRelationshipsWithHttpInfo (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonRelationships: Get Relationships for Person Get relationships for the specified person. More... | |
async System.Threading.Tasks.Task< ResourceListOfRelationship > | GetPersonRelationshipsAsync (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonRelationships: Get Relationships for Person Get relationships for the specified person. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfRelationship > > | GetPersonRelationshipsWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPersonRelationships: Get Relationships for Person Get relationships for the specified person. More... | |
ResourceListOfPerson | ListAllPersons (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListAllPersons: List All Persons List all persons which the user is entitled to see. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfPerson > | ListAllPersonsWithHttpInfo (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListAllPersons: List All Persons List all persons which the user is entitled to see. More... | |
async System.Threading.Tasks.Task< ResourceListOfPerson > | ListAllPersonsAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListAllPersons: List All Persons List all persons which the user is entitled to see. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfPerson > > | ListAllPersonsWithHttpInfoAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListAllPersons: List All Persons List all persons which the user is entitled to see. More... | |
PagedResourceListOfPerson | ListPersons (string idTypeScope, string idTypeCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListPersons: List Persons List persons which have identifiers of a specific identifier type's scope and code, and satisfies filter criteria. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfPerson > | ListPersonsWithHttpInfo (string idTypeScope, string idTypeCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListPersons: List Persons List persons which have identifiers of a specific identifier type's scope and code, and satisfies filter criteria. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfPerson > | ListPersonsAsync (string idTypeScope, string idTypeCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListPersons: List Persons List persons which have identifiers of a specific identifier type's scope and code, and satisfies filter criteria. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfPerson > > | ListPersonsWithHttpInfoAsync (string idTypeScope, string idTypeCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListPersons: List Persons List persons which have identifiers of a specific identifier type's scope and code, and satisfies filter criteria. More... | |
Dictionary< string, List< AccessMetadataValue > > | PatchPersonAccessMetadata (string idTypeScope, string idTypeCode, string code, List< AccessMetadataOperation > accessMetadataOperation, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] PatchPersonAccessMetadata: Patch Access Metadata rules for a Person. Patch Person Access Metadata Rules in a single scope. The behaviour is defined by the JSON Patch specification. Currently only 'add' is a supported operation on the patch document. Currently only valid metadata keys are supported paths on the patch document. The response will return any affected Person Access Metadata rules or a failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. More... | |
Lusid.Sdk.Client.ApiResponse< Dictionary< string, List< AccessMetadataValue > > > | PatchPersonAccessMetadataWithHttpInfo (string idTypeScope, string idTypeCode, string code, List< AccessMetadataOperation > accessMetadataOperation, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] PatchPersonAccessMetadata: Patch Access Metadata rules for a Person. Patch Person Access Metadata Rules in a single scope. The behaviour is defined by the JSON Patch specification. Currently only 'add' is a supported operation on the patch document. Currently only valid metadata keys are supported paths on the patch document. The response will return any affected Person Access Metadata rules or a failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. More... | |
async System.Threading.Tasks.Task< Dictionary< string, List< AccessMetadataValue > > > | PatchPersonAccessMetadataAsync (string idTypeScope, string idTypeCode, string code, List< AccessMetadataOperation > accessMetadataOperation, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] PatchPersonAccessMetadata: Patch Access Metadata rules for a Person. Patch Person Access Metadata Rules in a single scope. The behaviour is defined by the JSON Patch specification. Currently only 'add' is a supported operation on the patch document. Currently only valid metadata keys are supported paths on the patch document. The response will return any affected Person Access Metadata rules or a failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Dictionary< string, List< AccessMetadataValue > > > > | PatchPersonAccessMetadataWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, List< AccessMetadataOperation > accessMetadataOperation, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] PatchPersonAccessMetadata: Patch Access Metadata rules for a Person. Patch Person Access Metadata Rules in a single scope. The behaviour is defined by the JSON Patch specification. Currently only 'add' is a supported operation on the patch document. Currently only valid metadata keys are supported paths on the patch document. The response will return any affected Person Access Metadata rules or a failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. More... | |
Person | SetPersonIdentifiers (string idTypeScope, string idTypeCode, string code, SetPersonIdentifiersRequest setPersonIdentifiersRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] SetPersonIdentifiers: Set Person Identifiers Set identifiers of the person. More... | |
Lusid.Sdk.Client.ApiResponse< Person > | SetPersonIdentifiersWithHttpInfo (string idTypeScope, string idTypeCode, string code, SetPersonIdentifiersRequest setPersonIdentifiersRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] SetPersonIdentifiers: Set Person Identifiers Set identifiers of the person. More... | |
async System.Threading.Tasks.Task< Person > | SetPersonIdentifiersAsync (string idTypeScope, string idTypeCode, string code, SetPersonIdentifiersRequest setPersonIdentifiersRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] SetPersonIdentifiers: Set Person Identifiers Set identifiers of the person. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Person > > | SetPersonIdentifiersWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, SetPersonIdentifiersRequest setPersonIdentifiersRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] SetPersonIdentifiers: Set Person Identifiers Set identifiers of the person. More... | |
Person | SetPersonProperties (string idTypeScope, string idTypeCode, string code, SetPersonPropertiesRequest setPersonPropertiesRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] SetPersonProperties: Set Person Properties Set properties of the person. More... | |
Lusid.Sdk.Client.ApiResponse< Person > | SetPersonPropertiesWithHttpInfo (string idTypeScope, string idTypeCode, string code, SetPersonPropertiesRequest setPersonPropertiesRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] SetPersonProperties: Set Person Properties Set properties of the person. More... | |
async System.Threading.Tasks.Task< Person > | SetPersonPropertiesAsync (string idTypeScope, string idTypeCode, string code, SetPersonPropertiesRequest setPersonPropertiesRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] SetPersonProperties: Set Person Properties Set properties of the person. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Person > > | SetPersonPropertiesWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, SetPersonPropertiesRequest setPersonPropertiesRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] SetPersonProperties: Set Person Properties Set properties of the person. More... | |
Person | UpsertPerson (UpsertPersonRequest upsertPersonRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertPerson: Upsert Person Create or update a new person under the specified scope. More... | |
Lusid.Sdk.Client.ApiResponse< Person > | UpsertPersonWithHttpInfo (UpsertPersonRequest upsertPersonRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertPerson: Upsert Person Create or update a new person under the specified scope. More... | |
async System.Threading.Tasks.Task< Person > | UpsertPersonAsync (UpsertPersonRequest upsertPersonRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpsertPerson: Upsert Person Create or update a new person under the specified scope. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Person > > | UpsertPersonWithHttpInfoAsync (UpsertPersonRequest upsertPersonRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpsertPerson: Upsert Person Create or update a new person under the specified scope. More... | |
ResourceListOfAccessMetadataValueOf | UpsertPersonAccessMetadata (string idTypeScope, string idTypeCode, string code, string metadataKey, UpsertPersonAccessMetadataRequest upsertPersonAccessMetadataRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPersonAccessMetadata: Upsert a Person Access Metadata entry associated with a specific metadataKey. This creates or updates the data in LUSID. Update or insert one Person Access Metadata entry in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Person Access Metadata rule or failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfAccessMetadataValueOf > | UpsertPersonAccessMetadataWithHttpInfo (string idTypeScope, string idTypeCode, string code, string metadataKey, UpsertPersonAccessMetadataRequest upsertPersonAccessMetadataRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPersonAccessMetadata: Upsert a Person Access Metadata entry associated with a specific metadataKey. This creates or updates the data in LUSID. Update or insert one Person Access Metadata entry in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Person Access Metadata rule or failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. More... | |
async System.Threading.Tasks.Task< ResourceListOfAccessMetadataValueOf > | UpsertPersonAccessMetadataAsync (string idTypeScope, string idTypeCode, string code, string metadataKey, UpsertPersonAccessMetadataRequest upsertPersonAccessMetadataRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPersonAccessMetadata: Upsert a Person Access Metadata entry associated with a specific metadataKey. This creates or updates the data in LUSID. Update or insert one Person Access Metadata entry in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Person Access Metadata rule or failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfAccessMetadataValueOf > > | UpsertPersonAccessMetadataWithHttpInfoAsync (string idTypeScope, string idTypeCode, string code, string metadataKey, UpsertPersonAccessMetadataRequest upsertPersonAccessMetadataRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? effectiveUntil=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPersonAccessMetadata: Upsert a Person Access Metadata entry associated with a specific metadataKey. This creates or updates the data in LUSID. Update or insert one Person Access Metadata entry in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Person Access Metadata rule or failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. More... | |
UpsertPersonsResponse | UpsertPersons (string successMode, Dictionary< string, UpsertPersonRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPersons: Pluralised Upsert of Persons Create or updates a collection of person(s). More... | |
Lusid.Sdk.Client.ApiResponse< UpsertPersonsResponse > | UpsertPersonsWithHttpInfo (string successMode, Dictionary< string, UpsertPersonRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPersons: Pluralised Upsert of Persons Create or updates a collection of person(s). More... | |
async System.Threading.Tasks.Task< UpsertPersonsResponse > | UpsertPersonsAsync (string successMode, Dictionary< string, UpsertPersonRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPersons: Pluralised Upsert of Persons Create or updates a collection of person(s). More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertPersonsResponse > > | UpsertPersonsWithHttpInfoAsync (string successMode, Dictionary< string, UpsertPersonRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertPersons: Pluralised Upsert of Persons Create or updates a collection of person(s). 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... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the PersonsApi class.
|
inline |
Initializes a new instance of the PersonsApi class.
|
inline |
Initializes a new instance of the PersonsApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the PersonsApi class using a Configuration object and client instance.
client | The client interface for synchronous API access. |
asyncClient | The client interface for asynchronous API access. |
configuration | The configuration object. |
|
inline |
DeletePerson: Delete person Delete a person. Deletion will be valid from the person's creation datetime. This means that the person will no longer exist at any effective datetime from the asAt datetime of deletion.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | The scope of the person identifier type. |
idTypeCode | The code of the person identifier type. |
code | Code of the person under specified identifier type scope and code. This together with defined identifier type uniquely identifies the person to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] DeletePersonAccessMetadata: Delete a Person Access Metadata entry Deletes the Person Access Metadata entry that exactly matches the provided identifier parts. It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
effectiveAt | The effective date to delete at, if this is not supplied, it will delete all data found (optional) |
effectiveUntil | The effective date until which the delete is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' date of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] DeletePersonAccessMetadata: Delete a Person Access Metadata entry Deletes the Person Access Metadata entry that exactly matches the provided identifier parts. It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
effectiveAt | The effective date to delete at, if this is not supplied, it will delete all data found (optional) |
effectiveUntil | The effective date until which the delete is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' date of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] DeletePersonAccessMetadata: Delete a Person Access Metadata entry Deletes the Person Access Metadata entry that exactly matches the provided identifier parts. It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
effectiveAt | The effective date to delete at, if this is not supplied, it will delete all data found (optional) |
effectiveUntil | The effective date until which the delete is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' date of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] DeletePersonAccessMetadata: Delete a Person Access Metadata entry Deletes the Person Access Metadata entry that exactly matches the provided identifier parts. It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
effectiveAt | The effective date to delete at, if this is not supplied, it will delete all data found (optional) |
effectiveUntil | The effective date until which the delete is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' date of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
DeletePerson: Delete person Delete a person. Deletion will be valid from the person's creation datetime. This means that the person will no longer exist at any effective datetime from the asAt datetime of deletion.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | The scope of the person identifier type. |
idTypeCode | The code of the person identifier type. |
code | Code of the person under specified identifier type scope and code. This together with defined identifier type uniquely identifies the person to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] DeletePersonIdentifiers: Delete Person Identifiers Delete identifiers that belong to the given property keys of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | The property keys of the identifiers to delete. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. Identifiers or identifiers not specified in request will not be changed. |
effectiveAt | The effective datetime or cut label at which to delete the identifiers. Defaults to the current LUSID system datetime if not specified. Must not include an effective datetime if identifiers are perpetual. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] DeletePersonIdentifiers: Delete Person Identifiers Delete identifiers that belong to the given property keys of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | The property keys of the identifiers to delete. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. Identifiers or identifiers not specified in request will not be changed. |
effectiveAt | The effective datetime or cut label at which to delete the identifiers. Defaults to the current LUSID system datetime if not specified. Must not include an effective datetime if identifiers are perpetual. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] DeletePersonIdentifiers: Delete Person Identifiers Delete identifiers that belong to the given property keys of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | The property keys of the identifiers to delete. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. Identifiers or identifiers not specified in request will not be changed. |
effectiveAt | The effective datetime or cut label at which to delete the identifiers. Defaults to the current LUSID system datetime if not specified. Must not include an effective datetime if identifiers are perpetual. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] DeletePersonIdentifiers: Delete Person Identifiers Delete identifiers that belong to the given property keys of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | The property keys of the identifiers to delete. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. Identifiers or identifiers not specified in request will not be changed. |
effectiveAt | The effective datetime or cut label at which to delete the identifiers. Defaults to the current LUSID system datetime if not specified. Must not include an effective datetime if identifiers are perpetual. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] DeletePersonProperties: Delete Person Properties Delete all properties that belong to the given property keys of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | The property keys of the person's properties to delete. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. Properties or identifiers not specified in request will not be changed. |
effectiveAt | The effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified 'effectiveAt' datetime. If the 'effectiveAt' is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] DeletePersonProperties: Delete Person Properties Delete all properties that belong to the given property keys of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | The property keys of the person's properties to delete. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. Properties or identifiers not specified in request will not be changed. |
effectiveAt | The effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified 'effectiveAt' datetime. If the 'effectiveAt' is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] DeletePersonProperties: Delete Person Properties Delete all properties that belong to the given property keys of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | The property keys of the person's properties to delete. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. Properties or identifiers not specified in request will not be changed. |
effectiveAt | The effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified 'effectiveAt' datetime. If the 'effectiveAt' is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] DeletePersonProperties: Delete Person Properties Delete all properties that belong to the given property keys of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | The property keys of the person's properties to delete. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. Properties or identifiers not specified in request will not be changed. |
effectiveAt | The effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified 'effectiveAt' datetime. If the 'effectiveAt' is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
DeletePerson: Delete person Delete a person. Deletion will be valid from the person's creation datetime. This means that the person will no longer exist at any effective datetime from the asAt datetime of deletion.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | The scope of the person identifier type. |
idTypeCode | The code of the person identifier type. |
code | Code of the person under specified identifier type scope and code. This together with defined identifier type uniquely identifies the person to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
DeletePerson: Delete person Delete a person. Deletion will be valid from the person's creation datetime. This means that the person will no longer exist at any effective datetime from the asAt datetime of deletion.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | The scope of the person identifier type. |
idTypeCode | The code of the person identifier type. |
code | Code of the person under specified identifier type scope and code. This together with defined identifier type uniquely identifies the person to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] GetAllPersonAccessMetadata: Get Access Metadata rules for a Person Pass the Scope and Code of the Person identifier along with the person code parameter to retrieve the associated Access Metadata
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
effectiveAt | The effectiveAt datetime at which to retrieve the Access Metadata (optional) |
asAt | The asAt datetime at which to retrieve the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetAllPersonAccessMetadata: Get Access Metadata rules for a Person Pass the Scope and Code of the Person identifier along with the person code parameter to retrieve the associated Access Metadata
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
effectiveAt | The effectiveAt datetime at which to retrieve the Access Metadata (optional) |
asAt | The asAt datetime at which to retrieve the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] GetAllPersonAccessMetadata: Get Access Metadata rules for a Person Pass the Scope and Code of the Person identifier along with the person code parameter to retrieve the associated Access Metadata
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
effectiveAt | The effectiveAt datetime at which to retrieve the Access Metadata (optional) |
asAt | The asAt datetime at which to retrieve the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetAllPersonAccessMetadata: Get Access Metadata rules for a Person Pass the Scope and Code of the Person identifier along with the person code parameter to retrieve the associated Access Metadata
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
effectiveAt | The effectiveAt datetime at which to retrieve the Access Metadata (optional) |
asAt | The asAt datetime at which to retrieve the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[EARLY ACCESS] GetPerson: Get Person Retrieve the definition of a person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | A list of property keys from the "Person" domain to decorate onto the person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
effectiveAt | The effective datetime or cut label at which to retrieve the person. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the person. Defaults to return the latest version of the person if not specified. (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the person in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetPersonAccessMetadataByKey: Get an entry identified by a metadataKey in the Access Metadata of a Person Get a specific Person Access Metadata by specifying the corresponding identifier parts and Person code No matching will be performed through this endpoint. To retrieve an entry, it is necessary to specify, exactly, the identifier of the entry
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
effectiveAt | The effectiveAt datetime at which to retrieve the Access Metadata (optional) |
asAt | The asAt datetime at which to retrieve the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetPersonAccessMetadataByKey: Get an entry identified by a metadataKey in the Access Metadata of a Person Get a specific Person Access Metadata by specifying the corresponding identifier parts and Person code No matching will be performed through this endpoint. To retrieve an entry, it is necessary to specify, exactly, the identifier of the entry
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
effectiveAt | The effectiveAt datetime at which to retrieve the Access Metadata (optional) |
asAt | The asAt datetime at which to retrieve the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] GetPersonAccessMetadataByKey: Get an entry identified by a metadataKey in the Access Metadata of a Person Get a specific Person Access Metadata by specifying the corresponding identifier parts and Person code No matching will be performed through this endpoint. To retrieve an entry, it is necessary to specify, exactly, the identifier of the entry
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
effectiveAt | The effectiveAt datetime at which to retrieve the Access Metadata (optional) |
asAt | The asAt datetime at which to retrieve the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetPersonAccessMetadataByKey: Get an entry identified by a metadataKey in the Access Metadata of a Person Get a specific Person Access Metadata by specifying the corresponding identifier parts and Person code No matching will be performed through this endpoint. To retrieve an entry, it is necessary to specify, exactly, the identifier of the entry
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
effectiveAt | The effectiveAt datetime at which to retrieve the Access Metadata (optional) |
asAt | The asAt datetime at which to retrieve the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] GetPerson: Get Person Retrieve the definition of a person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | A list of property keys from the "Person" domain to decorate onto the person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
effectiveAt | The effective datetime or cut label at which to retrieve the person. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the person. Defaults to return the latest version of the person if not specified. (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the person in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] GetPersonPropertyTimeSeries: Get Person Property Time Series List the complete time series of a person property.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKey | The property key of the property that will have its history shown. These must be in the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. |
asAt | The asAt datetime at which to list the person's property history. Defaults to return the current datetime if not supplied. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
page | The pagination token to use to continue listing properties from a previous call to get property time series. This value is returned from the previous call. If a pagination token is provided the filter and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this many. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetPersonPropertyTimeSeries: Get Person Property Time Series List the complete time series of a person property.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKey | The property key of the property that will have its history shown. These must be in the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. |
asAt | The asAt datetime at which to list the person's property history. Defaults to return the current datetime if not supplied. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
page | The pagination token to use to continue listing properties from a previous call to get property time series. This value is returned from the previous call. If a pagination token is provided the filter and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this many. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] GetPersonPropertyTimeSeries: Get Person Property Time Series List the complete time series of a person property.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKey | The property key of the property that will have its history shown. These must be in the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. |
asAt | The asAt datetime at which to list the person's property history. Defaults to return the current datetime if not supplied. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
page | The pagination token to use to continue listing properties from a previous call to get property time series. This value is returned from the previous call. If a pagination token is provided the filter and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this many. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetPersonPropertyTimeSeries: Get Person Property Time Series List the complete time series of a person property.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKey | The property key of the property that will have its history shown. These must be in the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". Each property must be from the "Person" domain. |
asAt | The asAt datetime at which to list the person's property history. Defaults to return the current datetime if not supplied. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
page | The pagination token to use to continue listing properties from a previous call to get property time series. This value is returned from the previous call. If a pagination token is provided the filter and asAt fields must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this many. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] GetPersonRelations: Get Relations for Person Get relations for the specified person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
effectiveAt | The effective datetime or cut label at which to get relations. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the person's relations. Defaults to return the latest LUSID AsAt time if not specified. (optional) |
filter | Expression to filter the relations. Users should provide null or empty string for this field until further notice. (optional) |
identifierTypes | Identifiers types (as property keys) used for referencing Persons or Legal Entities. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". They must be from the "Person" or "LegalEntity" domain. Only identifier types stated will be used to look up relevant entities in relations. If not applicable, provide an empty array. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetPersonRelations: Get Relations for Person Get relations for the specified person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
effectiveAt | The effective datetime or cut label at which to get relations. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the person's relations. Defaults to return the latest LUSID AsAt time if not specified. (optional) |
filter | Expression to filter the relations. Users should provide null or empty string for this field until further notice. (optional) |
identifierTypes | Identifiers types (as property keys) used for referencing Persons or Legal Entities. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". They must be from the "Person" or "LegalEntity" domain. Only identifier types stated will be used to look up relevant entities in relations. If not applicable, provide an empty array. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] GetPersonRelationships: Get Relationships for Person Get relationships for the specified person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person's identifier type. |
idTypeCode | Code of the person's identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
effectiveAt | The effective datetime or cut label at which to get relationships. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve relationships. Defaults to return the latest LUSID AsAt time if not specified. (optional) |
filter | Expression to filter relationships. Users should provide null or empty string for this field until further notice. (optional) |
identifierTypes | Identifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the 'Person' or 'LegalEntity' domains and have the format {domain}/{scope}/{code}, for example 'Person/CompanyDetails/Role'. An Empty array may be used to return all related Entities. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetPersonRelationships: Get Relationships for Person Get relationships for the specified person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person's identifier type. |
idTypeCode | Code of the person's identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
effectiveAt | The effective datetime or cut label at which to get relationships. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve relationships. Defaults to return the latest LUSID AsAt time if not specified. (optional) |
filter | Expression to filter relationships. Users should provide null or empty string for this field until further notice. (optional) |
identifierTypes | Identifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the 'Person' or 'LegalEntity' domains and have the format {domain}/{scope}/{code}, for example 'Person/CompanyDetails/Role'. An Empty array may be used to return all related Entities. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] GetPersonRelationships: Get Relationships for Person Get relationships for the specified person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person's identifier type. |
idTypeCode | Code of the person's identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
effectiveAt | The effective datetime or cut label at which to get relationships. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve relationships. Defaults to return the latest LUSID AsAt time if not specified. (optional) |
filter | Expression to filter relationships. Users should provide null or empty string for this field until further notice. (optional) |
identifierTypes | Identifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the 'Person' or 'LegalEntity' domains and have the format {domain}/{scope}/{code}, for example 'Person/CompanyDetails/Role'. An Empty array may be used to return all related Entities. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetPersonRelationships: Get Relationships for Person Get relationships for the specified person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person's identifier type. |
idTypeCode | Code of the person's identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
effectiveAt | The effective datetime or cut label at which to get relationships. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve relationships. Defaults to return the latest LUSID AsAt time if not specified. (optional) |
filter | Expression to filter relationships. Users should provide null or empty string for this field until further notice. (optional) |
identifierTypes | Identifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the 'Person' or 'LegalEntity' domains and have the format {domain}/{scope}/{code}, for example 'Person/CompanyDetails/Role'. An Empty array may be used to return all related Entities. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] GetPersonRelations: Get Relations for Person Get relations for the specified person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
effectiveAt | The effective datetime or cut label at which to get relations. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the person's relations. Defaults to return the latest LUSID AsAt time if not specified. (optional) |
filter | Expression to filter the relations. Users should provide null or empty string for this field until further notice. (optional) |
identifierTypes | Identifiers types (as property keys) used for referencing Persons or Legal Entities. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". They must be from the "Person" or "LegalEntity" domain. Only identifier types stated will be used to look up relevant entities in relations. If not applicable, provide an empty array. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetPersonRelations: Get Relations for Person Get relations for the specified person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
effectiveAt | The effective datetime or cut label at which to get relations. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the person's relations. Defaults to return the latest LUSID AsAt time if not specified. (optional) |
filter | Expression to filter the relations. Users should provide null or empty string for this field until further notice. (optional) |
identifierTypes | Identifiers types (as property keys) used for referencing Persons or Legal Entities. These take the format {domain}/{scope}/{code} e.g. "Person/CompanyDetails/Role". They must be from the "Person" or "LegalEntity" domain. Only identifier types stated will be used to look up relevant entities in relations. If not applicable, provide an empty array. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] GetPerson: Get Person Retrieve the definition of a person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | A list of property keys from the "Person" domain to decorate onto the person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
effectiveAt | The effective datetime or cut label at which to retrieve the person. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the person. Defaults to return the latest version of the person if not specified. (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the person in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] GetPerson: Get Person Retrieve the definition of a person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified scope and code. This together with stated identifier type uniquely identifies the person. |
propertyKeys | A list of property keys from the "Person" domain to decorate onto the person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
effectiveAt | The effective datetime or cut label at which to retrieve the person. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the person. Defaults to return the latest version of the person if not specified. (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the person in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] ListAllPersons: List All Persons List all persons which the user is entitled to see.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified. (optional) |
page | The pagination token to use to continue listing persons from a previous call to list persons. 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 5000 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the display name, use "displayName eq 'John'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
propertyKeys | A list of property keys from the "Person" domain to decorate onto each person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the persons in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] ListAllPersons: List All Persons List all persons which the user is entitled to see.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified. (optional) |
page | The pagination token to use to continue listing persons from a previous call to list persons. 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 5000 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the display name, use "displayName eq 'John'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
propertyKeys | A list of property keys from the "Person" domain to decorate onto each person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the persons in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] ListAllPersons: List All Persons List all persons which the user is entitled to see.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified. (optional) |
page | The pagination token to use to continue listing persons from a previous call to list persons. 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 5000 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the display name, use "displayName eq 'John'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
propertyKeys | A list of property keys from the "Person" domain to decorate onto each person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the persons in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] ListAllPersons: List All Persons List all persons which the user is entitled to see.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified. (optional) |
page | The pagination token to use to continue listing persons from a previous call to list persons. 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 5000 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the display name, use "displayName eq 'John'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
propertyKeys | A list of property keys from the "Person" domain to decorate onto each person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the persons in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] ListPersons: List Persons List persons which have identifiers of a specific identifier type's scope and code, and satisfies filter criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
effectiveAt | The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified. (optional) |
page | The pagination token to use to continue listing persons from a previous call to list persons. 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the LUPID, use "lusidPersonId eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
propertyKeys | A list of property keys from the "Person" domain to decorate onto each person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the persons in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] ListPersons: List Persons List persons which have identifiers of a specific identifier type's scope and code, and satisfies filter criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
effectiveAt | The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified. (optional) |
page | The pagination token to use to continue listing persons from a previous call to list persons. 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the LUPID, use "lusidPersonId eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
propertyKeys | A list of property keys from the "Person" domain to decorate onto each person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the persons in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] ListPersons: List Persons List persons which have identifiers of a specific identifier type's scope and code, and satisfies filter criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
effectiveAt | The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified. (optional) |
page | The pagination token to use to continue listing persons from a previous call to list persons. 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the LUPID, use "lusidPersonId eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
propertyKeys | A list of property keys from the "Person" domain to decorate onto each person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the persons in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] ListPersons: List Persons List persons which have identifiers of a specific identifier type's scope and code, and satisfies filter criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
effectiveAt | The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified. (optional) |
page | The pagination token to use to continue listing persons from a previous call to list persons. 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) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the LUPID, use "lusidPersonId eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
propertyKeys | A list of property keys from the "Person" domain to decorate onto each person, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. "Person/ContactDetails/Address". (optional) |
relationshipDefinitionIds | A list of relationship definitions that are used to decorate related entities onto the persons in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] PatchPersonAccessMetadata: Patch Access Metadata rules for a Person. Patch Person Access Metadata Rules in a single scope. The behaviour is defined by the JSON Patch specification. Currently only 'add' is a supported operation on the patch document. Currently only valid metadata keys are supported paths on the patch document. The response will return any affected Person Access Metadata rules or a failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
accessMetadataOperation | The Json Patch document |
effectiveAt | The effectiveAt datetime at which to upsert the Access Metadata (optional) |
effectiveUntil | The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] PatchPersonAccessMetadata: Patch Access Metadata rules for a Person. Patch Person Access Metadata Rules in a single scope. The behaviour is defined by the JSON Patch specification. Currently only 'add' is a supported operation on the patch document. Currently only valid metadata keys are supported paths on the patch document. The response will return any affected Person Access Metadata rules or a failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
accessMetadataOperation | The Json Patch document |
effectiveAt | The effectiveAt datetime at which to upsert the Access Metadata (optional) |
effectiveUntil | The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] PatchPersonAccessMetadata: Patch Access Metadata rules for a Person. Patch Person Access Metadata Rules in a single scope. The behaviour is defined by the JSON Patch specification. Currently only 'add' is a supported operation on the patch document. Currently only valid metadata keys are supported paths on the patch document. The response will return any affected Person Access Metadata rules or a failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
accessMetadataOperation | The Json Patch document |
effectiveAt | The effectiveAt datetime at which to upsert the Access Metadata (optional) |
effectiveUntil | The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] PatchPersonAccessMetadata: Patch Access Metadata rules for a Person. Patch Person Access Metadata Rules in a single scope. The behaviour is defined by the JSON Patch specification. Currently only 'add' is a supported operation on the patch document. Currently only valid metadata keys are supported paths on the patch document. The response will return any affected Person Access Metadata rules or a failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
accessMetadataOperation | The Json Patch document |
effectiveAt | The effectiveAt datetime at which to upsert the Access Metadata (optional) |
effectiveUntil | The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] SetPersonIdentifiers: Set Person Identifiers Set identifiers of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
setPersonIdentifiersRequest | Request containing identifiers to set for the person. Identifiers not specified in request will not be changed. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] SetPersonIdentifiers: Set Person Identifiers Set identifiers of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
setPersonIdentifiersRequest | Request containing identifiers to set for the person. Identifiers not specified in request will not be changed. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] SetPersonIdentifiers: Set Person Identifiers Set identifiers of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
setPersonIdentifiersRequest | Request containing identifiers to set for the person. Identifiers not specified in request will not be changed. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] SetPersonIdentifiers: Set Person Identifiers Set identifiers of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
setPersonIdentifiersRequest | Request containing identifiers to set for the person. Identifiers not specified in request will not be changed. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] SetPersonProperties: Set Person Properties Set properties of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
setPersonPropertiesRequest | Request containing properties to set for the person. Properties not specified in request will not be changed. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] SetPersonProperties: Set Person Properties Set properties of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
setPersonPropertiesRequest | Request containing properties to set for the person. Properties not specified in request will not be changed. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] SetPersonProperties: Set Person Properties Set properties of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
setPersonPropertiesRequest | Request containing properties to set for the person. Properties not specified in request will not be changed. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] SetPersonProperties: Set Person Properties Set properties of the person.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier type. |
idTypeCode | Code of the person identifier type. |
code | Code of the person under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the person. |
setPersonPropertiesRequest | Request containing properties to set for the person. Properties not specified in request will not be changed. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
UpsertPerson: Upsert Person Create or update a new person under the specified scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertPersonRequest | Request to create or update a person. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] UpsertPersonAccessMetadata: Upsert a Person Access Metadata entry associated with a specific metadataKey. This creates or updates the data in LUSID. Update or insert one Person Access Metadata entry in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Person Access Metadata rule or failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
upsertPersonAccessMetadataRequest | The Person Access Metadata entry to upsert |
effectiveAt | The effectiveAt datetime at which to upsert the Access Metadata (optional) |
effectiveUntil | The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] UpsertPersonAccessMetadata: Upsert a Person Access Metadata entry associated with a specific metadataKey. This creates or updates the data in LUSID. Update or insert one Person Access Metadata entry in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Person Access Metadata rule or failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
upsertPersonAccessMetadataRequest | The Person Access Metadata entry to upsert |
effectiveAt | The effectiveAt datetime at which to upsert the Access Metadata (optional) |
effectiveUntil | The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] UpsertPersonAccessMetadata: Upsert a Person Access Metadata entry associated with a specific metadataKey. This creates or updates the data in LUSID. Update or insert one Person Access Metadata entry in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Person Access Metadata rule or failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
upsertPersonAccessMetadataRequest | The Person Access Metadata entry to upsert |
effectiveAt | The effectiveAt datetime at which to upsert the Access Metadata (optional) |
effectiveUntil | The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] UpsertPersonAccessMetadata: Upsert a Person Access Metadata entry associated with a specific metadataKey. This creates or updates the data in LUSID. Update or insert one Person Access Metadata entry in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Person Access Metadata rule or failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
idTypeScope | Scope of the person identifier. |
idTypeCode | Code of the person identifier. |
code | Code of the person under specified identifier type's scope and code. |
metadataKey | Key of the metadata entry to retrieve |
upsertPersonAccessMetadataRequest | The Person Access Metadata entry to upsert |
effectiveAt | The effectiveAt datetime at which to upsert the Access Metadata (optional) |
effectiveUntil | The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
UpsertPerson: Upsert Person Create or update a new person under the specified scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertPersonRequest | Request to create or update a person. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] UpsertPersons: Pluralised Upsert of Persons Create or updates a collection of person(s).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial |
requestBody | A collection of requests to create or update Person(s). |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] UpsertPersons: Pluralised Upsert of Persons Create or updates a collection of person(s).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial |
requestBody | A collection of requests to create or update Person(s). |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
[EARLY ACCESS] UpsertPersons: Pluralised Upsert of Persons Create or updates a collection of person(s).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial |
requestBody | A collection of requests to create or update Person(s). |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
[EARLY ACCESS] UpsertPersons: Pluralised Upsert of Persons Create or updates a collection of person(s).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial |
requestBody | A collection of requests to create or update Person(s). |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
inline |
UpsertPerson: Upsert Person Create or update a new person under the specified scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertPersonRequest | Request to create or update a person. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiSync.
|
inline |
UpsertPerson: Upsert Person Create or update a new person under the specified scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertPersonRequest | Request to create or update a person. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IPersonsApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.