Traceability > Audit Logs > Suggestion β
Technical Overview β
Audit Logs β
The following audit logs are available to date:
| Audit Log | Description |
|---|---|
suggestion.apply | A suggestion has been applied |
suggestion.apply β
Description: A suggestion has been applied
Details:
suggestionId: The suggestion identifierpublicationId: The publication identifier corresponding to the suggestion. Empty if no publication is associated to the suggestionfromAccountId: The identifier of the account from which the publication was made. Empty if no publication is associated to the suggestiontoAccountId: The identifier of the account which received the suggestionfromItemId: The identifier of the item on which the publication was made. Empty if no publication is associated to the suggestiontoItemId: The identifier of the item on which the suggestion was appliedtableKey: The key of the shared table on which the publication/suggestion was madecreatedAt: The date the publication was sent if there is a publication associated to it, otherwise it's the creation date of the suggestion. It's in the format of an ISO string.appliedAt: The date the suggestion was applied, in the format of an ISO string.isAcknowledged: Whether the suggestion was acknowledged.nbSuggestedFields: the number of fields modified when the suggestion was appliednbDeletedFields: the number of fields deleted when the suggestion was applieduserId: The user that applied the suggestion. Empty if the suggestion was automatically appliedactionOrigin: The origin of the action (value may be:APP_COLLECT,DF_EXCHANGE_RECEIVE_ITEMS,API_SUGGESTIONS_APPLY)hasCreatedItem: Whether the suggestion created a new item
Example
json
{
"_ItemId": "3fd28929-228d-11ef-91f5-002248824020",
"TimeGenerated [UTC]": "2024-06-04T16:12:33.7430000Z",
"EntityType": "suggestion",
"PlType": "suggestion.apply",
"Version": 2,
"Details": {
"suggestionId":"3",
"publicationId":"3",
"fromAccountId":"107",
"toAccountId":"2",
"fromItemId":"18",
"toItemId":"14",
"tableKey": "PRODUCTS_MONO_LEVEL",
"createdAt":"2024-07-09T15:56:52.0000000Z",
"appliedAt":"2024-07-09T15:56:52.0000000Z",
"isAcknowledged":"true",
"nbSuggestedFields":"2",
"nbDeletedFields":"0",
"actionOrigin": "APP_COLLECT",
"userId": "1",
"hasCreatedItem": false
},
"Metadata": {}
}1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25