Get the collection of audit actions
Returns a collection of audit actions. The default sort is action:ascending:primary. Requires administrative privileges. This collection supports only basic filtering. In addition, only a single sort is supported, and sort strength is ignored.
1{2 "value": {3 "links": [4 {5 "method": "GET",6 "rel": "self",7 "href": "/clinicalRepository/audit/actions?action=downloaded&sortBy=action:ascending:primary&start=0&limit=10",8 "uri": "/clinicalRepository/audit/actions?action=downloaded&sortBy=action:ascending:primary&start=0&limit=10",9 "type": "application/vnd.sas.collection",10 "itemType": "application/vnd.sas.clinical.audit.action+json"11 },12 {13 "method": "GET",14 "rel": "collection",15 "href": "/clinicalRepository/audit/actions",16 "uri": "/clinicalRepository/audit/actions",17 "type": "application/vnd.sas.collection",18 "itemType": "application/vnd.sas.clinical.audit.action+json"19 }20 ],21 "name": "actions",22 "accept": "application/vnd.sas.clinical.audit.action+json",23 "start": 0,24 "count": 7,25 "items": [26 {27 "version": 1,28 "typeId": "sasdataset",29 "action": "downloaded",30 "displayName": "Downloaded"31 },32 {33 "version": 1,34 "typeId": "rprogram",35 "action": "downloaded",36 "displayName": "Downloaded"37 },38 {39 "version": 1,40 "typeId": "file",41 "action": "downloaded",42 "displayName": "Downloaded"43 },44 {45 "version": 1,46 "typeId": "pdf",47 "action": "downloaded",48 "displayName": "Downloaded"49 },50 {51 "version": 1,52 "typeId": "sasprogram",53 "action": "downloaded",54 "displayName": "Downloaded"55 },56 {57 "version": 1,58 "typeId": "rds",59 "action": "downloaded",60 "displayName": "Downloaded"61 },62 {63 "version": 1,64 "typeId": "rdata",65 "action": "downloaded",66 "displayName": "Downloaded"67 }68 ],69 "limit": 10,70 "version": 271 }72}
| Name | Type | Required | Description |
|---|---|---|---|
actionFilter | string | false | Filter criteria for the action name. Audit Actions supports basic filtering only. See Filtering in REST APIs. |
displayNameFilter | string | false | Filter criteria for the action display name. Audit Actions supports basic filtering only. See Filtering in REST APIs. |
limit | integer | false | The maximum number of items to return. Defaults to 10. The maximum cannot exceed 500. |
sortBy | string<sort-criteria> | false | Sorts the returned types. See Sorting in REST APIs. |
start | integer | false | 0-based offset of the first type to return. Defaults to 0. |
typeIdFilter | string | false | Filter criteria for the action type ID. Audit Actions supports basic filtering only. See Filtering in REST APIs. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | OK. | Schema |