FindResponses

Searches for User responses created during a specified time frame.

Sample SOAP Request

Request Parameters

Name

Description

Type

Optional

searchParameters

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

  • startDate: earliest date and time of the responses 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 responses 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

responseList

List of responses matching the specified search criteria. Each response includes the following parameters:

  • personNotificationId: User notification identifier
  • eventIdentifier: event ID of the response'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)
  • responseTimestamp: time at which the response 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