Monolith Forensics
  • Monolith Resources
    • Accessing Monolith
  • Monolith Features
    • 🏁Getting Started
      • Basic License Terms
      • Monolith Desktop Setup
      • Login & 2FA
      • SSO Login
      • First Steps
    • On-Premises Deployments
      • Managing Licensing
      • Requirements
      • Monolith Containers (Docker)
      • Deployment
        • .env
        • docker-compose.yml
        • Docker Installation
        • How to Deploy
        • Useful Commands
      • Monolith Data
      • Backups
        • Restoring Backups
      • Updates
      • Custom Domains and TLS
      • Connecting to File Shares
      • Update MySQL Container
      • Using External MySQL Database
      • Manually Update User Email
    • Monolith UI Features
      • Tables
      • Query Filter
      • Global Search
    • Cloud Security
      • Security Overview
      • Single Sign On (SSO)
    • Hardware Integrations
      • Dymo Label Printers
      • Printer Recommendations
      • Scanner Recommendations
      • Signature Tablets
    • Case Reports
      • Report Templates
        • Template Variables
        • Template Examples
      • Monolith Case Reports
    • Storage Items
    • Audits
      • Creating Audits
      • Viewing and Accessing Audits
      • Audit Features & Layout
      • Auditing Items
      • Using a scanner
    • People
      • Clients
        • Client Page
    • Lab Management
      • Forensic Software
      • Equipment
    • Settings
      • System
      • Email Notifications
      • Organization Info
      • Editor Templates
      • Relay Settings
        • Basic Details
        • User Management
        • Relay Instructions
        • Custom Field Options
      • Item Number Formats
      • Case Types
      • Case Statuses
      • Case Progress
      • Evidence Types
      • Evidence Progress
      • Item Labels
      • Custom Fields
      • Task Templates
      • Time Entry Categories
      • QA Checklist Items
      • QA Issue Types
      • Admin Log
      • Integrations
  • Monolith API
    • API Access
      • API Endpoints
      • Authentication
    • Info API
    • Cases API
      • Get Cases
      • Create Case
    • Evidence API
      • Get Evidence
      • Create Evidence
      • Update Evidence
      • Delete Evidence
      • Migrate Evidence
    • Locations API
      • Get Locations
    • Chain of Custody API
      • Get COC Records
      • Create COC Records
    • Clients API
      • Get Clients
      • Create Client
    • Inquiries API
      • Get Inquiries
      • Create Inquiries
    • Tasks API
      • Get Tasks
      • Create Task
    • Monolith Endpoints
  • About Monolith Forensics
    • Support
    • Privacy Policy
    • End User License Agreement
Powered by GitBook
On this page
Export as PDF
  1. Monolith API
  2. Evidence API

Get Evidence

Get Evidence

GET /api/v1/evidence/:uuid?

Retrieves a list of evidence items. Calling with no parameters returns a paginated list of all evidence items in your Monolith database. Use the uuid query param to get details for one item or use the case_uuid param to get a list of evidence items for one Monolith case.

Query Params

Name
Type
Description

uuid

string

Monolith unique identifier for evidence item.

evidence_id

number

Monolith unique identifier for evidence item.

case_uuid

string

Monolith unique identifier for a Monolith case.

case_id

number

Monolith unique identifier for a Monolith case.

user_id

number

Unique identifier for a user.

location_id

number

Unique identifier for an evidence location.

include_coc

boolean

Attaches chain of custody records to each evidence item as an array.

created_on

ISO Date

Date that the evidence was entered into Monolith.

created_before

ISO Date

Evidence items that were created before this Date.

created_after

ISO Date

Evidence items that were created after this Date.

updated_on

ISO Date

Evidence items that were created on this Date.

updated_before

ISO Date

Evidence items that were created before this Date.

updated_after

ISO Date

Evidence items that were created after this Date.

intake_date

ISO Date

The initial intake date of the evidence.

intake_before

ISO Date

Evidence items that were initially received before this Date.

intake_after

ISO Date

Evidence items that were initially received after this Date.

PreviousEvidence APINextCreate Evidence

Last updated 6 months ago