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
  • String
  • Number
  • Date & Time

Was this helpful?

  1. Introduction

Data Types

The Halo Security API supports several types of values for filtering.

String

  • Begin pattern with ! to inverse the match

  • Begin pattern with ~ to use a regular expression match

  • Begin pattern with = for an exact match

  • Use * for a wild card match

  • Use - to match an empty value

Number

  • Integer: 1

  • Range of values: 1-5

  • Greater than a value: >5

  • Greater or equal to a value: >=5

  • Less than a value: <5

  • Less than or equal to value: <=5

  • List of values: 1,3,5

  • Multiple selectors: <=10,50-55,100,200

Date & Time

Date are represented in YYYY-MM-DD format.

Timestamp are represented in YYYY-MM-DD HH24:MI format using the UTC timezone.

PreviousIntroductionNextTarget Filtering

Last updated 3 years ago

Was this helpful?