Get single audit - Metasys - LIT-12013522 - Software Application - Basic Services client library for .NET (and COM) - Metasys API - 4.2

Metasys REST Client for .NET and COM Developer Guide

Brand
Metasys
Product name
Basic Services client library for .NET (and COM)
Metasys API
Document type
API Reference Guide
Document number
LIT-12013522
Version
4.2
Revision date
2021-04-07
Language
English

To get a single audit, use the FindById method, which returns an Audit object containing the details for that specific GUID.

Table 1. Get single audit .NET signature
Library method name FindById
Description Get single audit
Method signature AuditItemProvider FindById(Guid auditId);
Method input parameters auditId: GUID of the audit object.
Return value An Audit object.