SpecterOps / BloodHound

Six Degrees of Domain Admin
https://bloodhoundenterprise.io/
Apache License 2.0
1.07k stars 106 forks source link

BED-4128: Fix skip for audit endpoint #860

Closed iustinum closed 2 weeks ago

iustinum commented 2 weeks ago

Description

Currently, this endpoint only supports using offset to specify skip, as opposed to other endpoints which uses skip. This change enables the endpoint to support both offset and skip and uses whichever one is populated. If they are both populated, the endpoint uses the skip parameter value.

Motivation and Context

This PR addresses: BED-4128

How Has This Been Tested?

Unit tests have been updated

Screenshots (optional):

Types of changes

Checklist: