FindPersonNotifications

Returns a list of all User notifications created within a specific time frame.

Sample SOAP Request

Request Parameters

Name

Description

Type

Optional

searchParameters

Specifies the date range to use when searching for notifications; the following parameters are supported:

  • startDate: earliest date and time of the notifications to include in the search results, specified in the following format (GMT):

dd/mm/yyyy h:mm:ss AM/PM

  • endDate: latest date and time of the notifications to include in the search results, specified in the following format (GMT):

dd/mm/yyyy h:mm:ss AM/PM

list

no

Sample SOAP Response

Response Parameters

Name

Description

Type

personNotificationList

List of User notifications matching the specified search criteria. Each notification returned includes the following details:

  • personNotificationId: User notification identifier
  • eventIdentifier: event ID of the notification's associated event
  • targetName: target name of the User
  • targetGroupName: name of the User's immediate parent Group (if User was notified as part of a Group)
  • targetTeamName: name of the User's immediate parent Team (if User was notified as part of a Team)
  • notificationTimestamp: time at which the notification was created

list

serverTimestamp

Time corresponding to the server time when the request was made (this should match the associated persisted audit event)

string

status

Final status of the request

string

Note: The result set for this web service only contains records from the runtime data tables; any matching results for the specified date range in the archive tables will not be returned.

Standard SOAP Parameters

SOAP Response Status Messages