Skip to main content
GET
/
beta
/
guardian-ops
/
rep-share
/
cases
/
{caseId}
cURL
curl --request GET \
  --url https://api.abusix.com/beta/guardian-ops/rep-share/cases/{caseId}
{
  "customer_id": "<string>",
  "event_count": 123,
  "event_types": [
    "<string>"
  ],
  "id": "<string>",
  "last_event_date": "2023-11-07T05:31:56Z",
  "state": "<string>",
  "tenant_id": "<string>",
  "event_ips": [
    "<string>"
  ],
  "first_event_date": "2023-11-07T05:31:56Z"
}

Headers

x-abusix-accountid
string

Path Parameters

caseId
string
required

Response

200 response

customer_id
string
required

Customer identifier

event_count
integer
required

Total number of events in this case

event_types
string[]
required

Types of events in this case

id
string
required

Unique case identifier

last_event_date
string<date-time>
required

Timestamp of the most recent event

state
string
required

Current state of the case: NEW, IN_PROGRESS, RESOLVED, or CLOSED

tenant_id
string
required

Tenant identifier

event_ips
string[]

IP addresses associated with events

first_event_date
string<date-time>

Timestamp of the first event