Skip to content

Get-S1ActivityType

SYNOPSIS

Retrieve SentinelOne activity types.

SYNTAX

Get-S1ActivityType [<CommonParameters>]

DESCRIPTION

This function retrieves a list of activity types available in the SentinelOne API. It sends a GET request to the `/web/api/v2.1/activities/types` endpoint and returns the data.

EXAMPLES

EXAMPLE 1

Get-S1ActivityType

Retrieves all activity types from the SentinelOne API.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES