Table of Contents

Method GetReadRevision

Namespace
Innova.Rest.Client
Assembly
Innova.Rest.Client.dll

GetReadRevision(IPrimaryKey)

Retrieves the read revision history for the specified primary keys.

public Task<List<RevisionItem>> GetReadRevision(IPrimaryKey primarykeys)

Parameters

primarykeys IPrimaryKey

The primary keys of the entity.

Returns

Task<List<RevisionItem>>

A list of revision items.