Skip to main content
GET
/
api
/
v1
/
delegation-audit
cURL
curl -sS -X GET "$FLUIDE_BASE_URL/api/v1/delegation-audit"
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Query Parameters

companyId
string<uuid>
engagementId
string<uuid>
vmOrgId
string<uuid>
module
enum<string>
Available options:
HR,
PAYROLL,
BOOKS,
PAY
from
string
to
string
actorUserId
string<uuid>
delegatedOnly
boolean
page
number
Required range: x >= 1
limit
number
Required range: 1 <= x <= 100

Response

Successful response

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload