LogoLogo
Illumina KnowledgeIllumina SupportSign In
  • Home
  • Get Started
    • Overview
    • Typical user actions
  • Installation (Connected Insights - Local)
    • Overview
    • Prerequisites
    • Install Connected Insights Software
    • Install Illumina Connected Annotations
    • Install License File
    • Sign In to Connected Insights
    • Install Knowledge Bases
    • Installation Status Messages
  • Configuration
    • Overview
    • Automation
    • Custom Actionability Classification
    • Custom Annotations
    • Custom Case Data Definition
    • Disease Configuration
    • Test Definition Setup
    • Variant Flag Groups
    • Variant Filters
    • Preferred Transcripts
    • Pipeline and QC Configuration
    • Reports
      • Templates
      • Customizations
  • APIs
    • Overview
    • Case APIs
    • Ingest Cloud Analysis Data API (Connected Insights - Cloud Only)
    • Report APIs
    • Audit Log APIs
  • Data Upload
    • Overview
    • Data Upload from User Storage (Connected Insights - Cloud and Connected Insights - Local)
    • Data Upload from ICA (Connected Insights - Cloud)
    • Custom Pipeline Configuration
      • VCF Input Requirement
    • Custom Case Data Upload
    • Assertions Upload
  • Case Management
    • Overview
    • Cases List
    • Case Metada Upload
    • Case Details
      • Merge Cases
    • Overview Tab
    • Visualize Tab
    • Lab QC Tab
    • Report Tab
  • Interpretation
    • Overview
    • Variant Grid
    • Modify Variant Grid
    • IGV Visualizations
    • Transcripts
    • Apply Variant Filters
      • Filter by Variant Category
      • Variant Details Filters
      • Variant Quality Filters
      • Functional Impact Filters
      • Disease Association Filters
      • Variant Frequency Filters
      • Flags Filter
      • Filtering Logic
    • View Variant Details
      • Biological Classification
      • Actionability
      • Clinical Trials
      • Oncogenicity Prediction
      • Visualize
      • Variant Overview
      • Gene Overview
      • Cancer Data Sets
      • Computer Predictors
      • Population
    • Interpret a Variant
    • Edit, Remove, and Archive Assertions
  • Reports
    • Overview
  • Usage
    • Overview
  • Administration
    • Overview
    • Administration Console (Connected Insights - Local)
  • Troubleshooting
    • Overview
    • Data Backup (Connected Insights - Local)
    • Software Errors and Corrective Actions
  • Resources and References
    • Overview
    • Acronyms and Terms
    • Release Notes
  • Technical Assistance
    • Overview
Powered by GitBook
On this page
  • Audit Log APIs
  • List of searchable Entity Types:
  • List of searchable Event Names:

Was this helpful?

Export as PDF
  1. APIs

Audit Log APIs

Audit Log APIs

Use this API to get the Audit Log information in Connected Insights. Search audit logs for cases, subjects, samples, analysis, etc.

  1. On the API page, navigate to the AuditLog section.

  2. Select GET /als/api/v1/auditlogs/search.

  3. In the Parameters table, update the description for the following applicable parameters:

    • caseId — The displayed case ID (for example, ILM-ABC-234) or the ID for the case (for example, https://{domain}.connectedinsights.illumina.com/interpretation/{caseId}/reports/{reportId}/overview).

    • userDisplayId — The email of a user's Connected Insights account (for example, esong@company.com).

    • entityId — The ID of a specific Case, Sample, Subject, or Analysis.

    • entityType — A type of entity. An entity is something within Connected Insights (e.g., user or subject). Refer to the the complete list of Entity Types below.

    • eventName — A type of event that occurred in Connected Insights (e.g., case.added or molecular-data.deleted). Refer to the the complete list of Event Names below.

    • toDate — Include audit log entries created on and before this date. This date is in the yyyy-MM-dd'T'HH:mm:ss'Z' format (for example, 2021-01-30T08:30:00Z).

    • fromDate — Include audit log entries created on and after this date. This date is in the yyyy-MM-dd'T'HH:mm:ss'Z' format (for example, 2021-01-30T08:30:00Z).

    • pageNumber — The specific page number of the API response.

    • pageSize — The size of each page in the API response.

  4. Select Execute.

List of searchable Entity Types:

  • actionability-classifications

  • assertion

  • biomarker

  • case

  • cli-log

  • custom-annotation

  • custom-case-data

  • data-upload

  • disease-configuration

  • domain

  • filter

  • flag-groups

  • ici-uploader

  • molecular-data

  • pipeline-configuration

  • preferred-transcript

  • qc-configuration

  • report

  • report-automation

  • report-category

  • report-footer

  • report-summary

  • report-template

  • sample

  • subject

List of searchable Event Names:

  • case.added

  • case.analysis.linked

  • case.assertion.updated

  • case.biomarker.status.updated

  • case.deleted

  • case.disease.added

  • case.disease.updated

  • case.metadata.added

  • case.metadata.updated

  • case.molecular-data.added

  • case.report.added

  • case.report.deleted

  • case.report.json.viewed

  • case.report.pdf.viewed

  • case.report.status.reset

  • case.sample.added

  • case.status.updated

  • case.subject.added

  • case.subject.updated

  • case.tags.updated

  • case.updated

  • case.viewed

  • domain.project.added

  • file.metadata.added

  • file.metadata.error

  • file.metadata.processed

  • file.metadata.processing

  • ici.uploader.downloaded

  • molecular-data.added

  • molecular-data.cloud.ingestion.added

  • molecular-data.deleted

  • molecular-data.updated

  • sample.metadata.added

  • sample.metadata.updated

  • subject.deleted

  • subject.metadata.added

  • subject.metadata.updated

  • subject.renamed

  • subject.transferred

PreviousReport APIsNextOverview

Last updated 1 year ago

Was this helpful?