get_job_id {ibmAcousticR}R Documentation

Get Job Id of Submitted Job

Description

This function is called by other functions that submit jobs to the Acoustic/Silverpop API. It extracts the Job Id from the XML returned by the API call.

Usage

get_job_id(request_obj, path)

Arguments

request_obj

Name of the object returned from API call, should always be "request".

path

XML path to the job id.

Details

Job results are available as exports in the Silverpop portal by going to Resources -> Data Jobs.

It is not recommended that these authentication parameters be stored directly in your code. There are various methods and packages available that are more secure; this package does not require you to use any one in particular.

Value

A vector with the Job Id.


[Package ibmAcousticR version 0.2.1 Index]