Last updated 10 months ago
Was this helpful?
Get contact event information.
Symitar eDocs References: Coming soon.
Retrieve event summaries for a specific account.
The authorization object required for the operation. Only one credential type is required (if multiple are available) as long as it is configured in SymXchange parameters.
{"AdministrativeCredentials":{"Password":"suwn37834b91&"}}
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/persistent/contacteventmgmt/getEventSummariesByAccount HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 162 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "AccountNumber": "text", "UserNumber": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "StatusMessage": "text", "Data": [ { "Id": 1, "AccountNumber": "text", "Level": "text", "LongName": "text", "DueDate": null, "EventType": "text", "EventTypeId": 1, "Subject": "text", "AssignedToName": "text", "StatusName": "text", "ContactsUrl": "text", "PriorityId": 1 } ], "Details": "text" }