LogoLogo
DocsSupportDashboard
  • Introduction
    • Data Types
    • Target Filtering
    • Scan Selection
    • Pagination & Sorting
    • Permissions
    • Appendix
  • Authentication
  • Webhooks
  • Events
  • Appendix
    • Targets Filter
    • Date Match
    • IP Range
  • Endpoints
    • Discovery
    • Target
    • Scan
    • Issue
    • Tag
    • Port
    • DNS
    • HTTP
    • Whois
    • Technology
    • Website
    • Acknowledged
    • Event
    • Dark Web
    • Integration
    • PCI
    • Report
    • User
    • Account
    • Security
    • File
    • Work
Powered by GitBook

© 2024 Halo Security

On this page
  • Overview
  • Fields
  • Example data

Was this helpful?

  1. Events (Archive)

project-file

Overview

  • Key: project-file

  • Name: Project File Attached

  • Triggers when: A new file is attached to a project

Fields

Field
Type
Description

filename

string

Name of file that was attached to project

review_id

integer

ID of the review

Example data

{
    "filename": "Test Report.pdf",
    "review_id": 12345
}

Last updated 3 years ago

Was this helpful?