Get FIdentity Documents
Introduction
Load the FIdentity documents from the FIdentity system.
Uses the API method fidentity/get-result of https://itsense.atlassian.net/wiki/spaces/INTIMS/pages/2474639391.
Note: This Workflow Activity will trigger the Backend API, which will use the CoreOne Authentication Services System Connector to call the CoreOne Authentication Services API which will access the Fidentity API to load the documents.
Input Data
ExtId
The external id of FIdentity
CheckId
The external id of FIdentity
RequestedMediaTypes
Defines what media type should be returned.
Possible options:
ReportPdf = 1,
SignedPdf = 2,
IdentPdf = 3,
OcrPdf = 4,
ReportJson = 5,
Video = 6,
Image = 7,
Output Data
Documents
A list of documents and the whole content of the document as a byte array.
A collection of iTsense.Moving.CoreLogin.Api.Contracts.Api.QoR.FIdentityResultDocumentApi
public class FIdentityResultDocumentApi
{
public MediatypeEnumApi Type { get; set; }
public byte[] File { get; set; }
public string Name { get; set; }
}
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.