tools.ozone.report.getAssignments
#main
Get assignments for reports.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| onlyActive | boolean | - | ❌ | When true, only returns active assignments. |
| reportIds | array of integer | - | ❌ | - |
| dids | array of did | - | ❌ | - |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| assignments | array of tools.ozone.report.defs#assignmentView | - | ✅ | - |