v1

latestOpenAPI 3.1.02026-07-24447622848.7 KB
Reports

Create a delegate for a report

Assign a user or a staff group as a delegate for the report. Provide exactly one of user (user ID) or group (staff group ID). Report delegation must be enabled for the practice (FaxDelegateModal or ReportQueueDelegate). For group delegation, StaffGroupDelegates must be enabled.

post/api/2.0/reports/{id}/delegates/

Path parameters

idinteger required

The report ID.

Request body

created_datestring date-time nullable
deleted_datestring date-time nullable
groupinteger nullable

ID of the delegated group. Null if this is a user delegation.

idinteger
userinteger nullable

ID of the delegated user. Null if this is a group delegation.

Response

created_datestring date-time nullable
deleted_datestring date-time nullable
groupinteger nullable

ID of the delegated group. Null if this is a user delegation.

idinteger
userinteger nullable

ID of the delegated user. Null if this is a group delegation.