ContactEventMgmtService
Get contact event information.
Operations
Retrieve event summaries for a specific account.
Authorizations
Body
AccountNumberstringOptional
UserNumberintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/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"
}
}
}
200
Successful operation.
{
"StatusMessage": "text",
"Details": "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
}
]
}
Last updated
Was this helpful?