Import

Tokai Web Service import functionality

APIDescription
POST Tk-Ws/Import/ImportOccurrenceList?templateId={templateId}&scheduleAlerts={scheduleAlerts}

Imports the received Occurrences using the specified Layout Template.

POST Tk-Ws/Import/UpdateOccurrenceList

Updates the existing Occurrences with the Input Results received in the Occurrence list.

POST Tk-Ws/Import/ImportAtsNotificationList?templateId={templateId}

Imports the received ATS Notifications using the specified Layout Template.

Export

Tokai Web Service export functionality

APIDescription
GET Tk-Ws/Export/GetExportTemplates

Get the list of all Transfer File templates available for the current organization.

GET Tk-Ws/Export/GetOrganizations

Get the list of all organizations available

GET Tk-Ws/Export/GetLayoutTemplatesByType?layoutType={layoutType}

Get the list of Layout Templates, by type (DataGathering / AtsReport).

GET Tk-Ws/Export/GetLayoutTemplate?templateId={templateId}

Get the full Layout Template with the specified Id.

GET Tk-Ws/Export/GetQueries

Get the list of Queries from the web service user account's organization.

GET Tk-Ws/Export/GetOccurrencesByQueryAndTemplate?queryId={queryId}&transferFileId={transferFileId}

Get the list of Occurrences returned by running the Query with the specified id. The returned Occurrences only contain results for the Terms included in the specified Transfer File (if any)

GET Tk-Ws/Export/GetAtsNotificationsByQueryAndTemplate?queryId={queryId}&transferFileId={transferFileId}

Get the list of ATS Notifications returned by running the Query with the specified id. The returned ATS Notifications only contain results for the Terms included in the specified Transfer File (if any)