Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

GET /ariel/saved_search_dependent_tasks/{task_id}/results

SUMMARY Retrieves the Ariel saved search dependent task results.

Retrieves the Ariel saved search dependent task results.

Table 1: GET /ariel/saved_search_dependent_tasks/{task_id}/results resource details:

GET /ariel/saved_search_dependent_tasks/{task_id}/results resource details

MIME Type

application/json

Table 2: GET /ariel/saved_search_dependent_tasks/{task_id}/results request parameter details:

GET /ariel/saved_search_dependent_tasks/{task_id}/results request parameter details

Parameter Type Optionality Data Type MIME Type Description

task_id

path

Required

Number (Integer)

text/plain

null

fields

query

Optional

String

text/plain

Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas.

Table 3: GET /ariel/saved_search_dependent_tasks/{task_id}/results response codes:

GET /ariel/saved_search_dependent_tasks/{task_id}/results response codes

HTTP Response Code Unique Code Description

200

The Ariel saved search dependents were retrieved.

404

1002

The Dependent Task Status does not exist.

500

1020

An error occurred during the attempt to retrieve the Ariel saved searches.

Response Description

An list of Dependent objects. A Dependent object contains the following fields:
  • dependent_id - String - The ID of the dependent resource.
  • dependent_name - String - The name of the dependent resource. ( Default resources can have localized names )
  • dependent_owner - String - The owner of the dependent resource.
  • dependent_type - String - The type of the dependent resource.
  • dependent_database - String - The database of the dependent resource.
  • dependent_group_ids - Array of Longs - List of groups that the dependent resource belongs to.
  • user_has_edit_permissions - Boolean - The true if the user who created the task has permission to edit this dependent resource.

Response Sample