API Investigation:SubtaskURI

From ToxBank API Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{REST Operations |REST_op_description=Get investigation data subtask |REST_resource=Investigation |REST_op_method=GET |REST_op_uri=/investigation/{id}/subtaskuri |REST_header_pa...")
 
Line 9: Line 9:
 
|REST_op_status=200
 
|REST_op_status=200
 
}}
 
}}
 +
==== cURL example ====
 +
curl -X GET -k -H 'Accept:text/uri-list' -H 'subjectid:MYTOKEN' https://services.toxbank.net/investigation/{id}/subtaskuri

Revision as of 07:41, 8 May 2014

Description Get investigation data subtask
Resource Investigation
Method GET
URI /investigation/{id}/subtaskuri
Parameters
Header Parameters Accept: text/uri-list or application/json, subjectid:SECURITY-TOKEN
Media Type (input)
Results SubTaskURI URI to task
Media Type (output) text/uri-list, application/json
Status code 200

cURL example

curl -X GET -k -H 'Accept:text/uri-list' -H 'subjectid:MYTOKEN' https://services.toxbank.net/investigation/{id}/subtaskuri
Personal tools