Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/custom/mapreduce/getjobs
/custom/mapreduce/getjobs/{list-of-ids-or-titles}
Info

Returns a list of jobs the current user has access to. Filtering can be performed by passing a comma-separated list of jobtitles or ids into the URL.

Authentication

Required, see Auth - Login.

Arguments

list-of-ids-or-titles (optional)
A comma-separated list of ids or titles to return (the list must contain either all ids or all titles, not a mixture of both)

Parameters

project_id (optional): the id of a share of type "infinite_project_config", this will filter the search to only communities active in this project. See projects documentation for more information

Example

http://infinite.ikanow.com/api/custom/mapreduce/getjobs

http://infinite.ikanow.com/api/custom/mapreduce/getjobs/twitterSentiment

http://infinite.ikanow.com/api/custom/mapreduce/getjobs/twitterSentiment,geoClustering

http://infinite.ikanow.com/api/custom/mapreduce/getjobs/4fe48dfe8c56e75b5fde868a,4f8d9a19f0c62dcba3281a7f

cURL Example

Example Response

...