Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

Load the FIdentity documents from the FIdentity system.

Uses the API method fidentity/get-result of /wiki/spaces/INTIMS/pages/2474639391 .

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; }
}
  • No labels