API-V2 C#_SDK Read additional information

Queries all available fields of an object type

SDK-Method

Task<IFieldDefinition[]> IApiV2Endpoint.GetFields( int? maxDepth = null, CancellationToken cancellationToken = default )

REST-Equivalent

GET /apiv2/latest/servicedmcore/CoreIdentity/fields

Example-Code

public async Task GetCoreIdentityById() { var api = GetService<IApiV2Client>(); var endpoint = api.DmcoreService.Servicedmcore.CoreIdentity; var fields = await endpoint.GetFields(); }

Answer DataContracts

© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.