9.1. SOAP API Examples for Platform Version 6.2.314.3321ΒΆ
Each of these sections contains examples that show the HTTP request and response for each step in a given workflow.
- 9.1.1. Basic API Authentication
- 9.1.2. Create User
- 9.1.2.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.2.2. Step 2 - Get the server version via /info.json
- 9.1.2.3. Step 3 - Get the server version via /info.json
- 9.1.2.4. Step 4 - Issue a GetObject to find the object to be deleted
- 9.1.2.5. Step 5 - Issue a GetObject to find an object
- 9.1.2.6. Step 6 - Issue an AddObject to add a User object
- 9.1.2.7. Step 7 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.2.8. Step 8 - Issue a GetObject to find the object to be deleted
- 9.1.2.9. Step 9 - Issue a DeleteObject to delete an object
- 9.1.3. Create Package
- 9.1.3.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.3.2. Step 2 - Get the server version via /info.json
- 9.1.3.3. Step 3 - Get the server version via /info.json
- 9.1.3.4. Step 4 - Issue a GetObject to find the object to be deleted
- 9.1.3.5. Step 5 - Issue a GetObject to get the full object of a sensor for inclusion in a question or action
- 9.1.3.6. Step 6 - Issue an AddObject to add a Group object for this package
- 9.1.3.7. Step 7 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.3.8. Step 8 - Issue an AddObject to add a Group object for this package
- 9.1.3.9. Step 9 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.3.10. Step 10 - Issue a GetObject to find the object to be deleted
- 9.1.3.11. Step 11 - Issue a DeleteObject to delete an object
- 9.1.4. Create Group
- 9.1.4.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.4.2. Step 2 - Get the server version via /info.json
- 9.1.4.3. Step 3 - Get the server version via /info.json
- 9.1.4.4. Step 4 - Issue a GetObject to find the object to be deleted
- 9.1.4.5. Step 5 - Issue a GetObject to get the full object of specified sensors for inclusion in a group
- 9.1.4.6. Step 6 - Issue an AddObject to add a Group object
- 9.1.4.7. Step 7 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.4.8. Step 8 - Issue a GetObject to find the object to be deleted
- 9.1.4.9. Step 9 - Issue a DeleteObject to delete an object
- 9.1.5. Create Whitelisted Url
- 9.1.5.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.5.2. Step 2 - Get the server version via /info.json
- 9.1.5.3. Step 3 - Get the server version via /info.json
- 9.1.5.4. Step 4 - Issue a GetObject to find the object to be deleted
- 9.1.5.5. Step 5 - Issue an AddObject to add a WhitelistedURL object
- 9.1.5.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.5.7. Step 7 - Issue a GetObject to find the object to be deleted
- 9.1.5.8. Step 8 - Issue a DeleteObject to delete an object
- 9.1.6. Create Package From JSON
- 9.1.6.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.6.2. Step 2 - Get the server version via /info.json
- 9.1.6.3. Step 3 - Get the server version via /info.json
- 9.1.6.4. Step 4 - Issue a GetObject to find an object
- 9.1.6.5. Step 5 - Issue a GetObject to find the object to be deleted
- 9.1.6.6. Step 6 - Issue a DeleteObject to delete an object
- 9.1.6.7. Step 7 - Issue an AddObject to add an object
- 9.1.6.8. Step 8 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.7. Create User From JSON
- 9.1.7.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.7.2. Step 2 - Get the server version via /info.json
- 9.1.7.3. Step 3 - Get the server version via /info.json
- 9.1.7.4. Step 4 - Issue a GetObject to find an object
- 9.1.7.5. Step 5 - Issue a GetObject to find the object to be deleted
- 9.1.7.6. Step 6 - Issue a DeleteObject to delete an object
- 9.1.7.7. Step 7 - Issue an AddObject to add an object
- 9.1.7.8. Step 8 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.8. Create Saved Question From JSON
- 9.1.8.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.8.2. Step 2 - Get the server version via /info.json
- 9.1.8.3. Step 3 - Get the server version via /info.json
- 9.1.8.4. Step 4 - Issue a GetObject to find an object
- 9.1.8.5. Step 5 - Issue a GetObject to find the object to be deleted
- 9.1.8.6. Step 6 - Issue a DeleteObject to delete an object
- 9.1.8.7. Step 7 - Issue an AddObject to add an object
- 9.1.8.8. Step 8 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.9. Create Action From JSON
- 9.1.9.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.9.2. Step 2 - Get the server version via /info.json
- 9.1.9.3. Step 3 - Get the server version via /info.json
- 9.1.9.4. Step 4 - Issue a GetObject to find an object
- 9.1.9.5. Step 5 - Issue an AddObject to add an object
- 9.1.9.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.10. Create Sensor From JSON
- 9.1.10.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.10.2. Step 2 - Get the server version via /info.json
- 9.1.10.3. Step 3 - Get the server version via /info.json
- 9.1.10.4. Step 4 - Issue a GetObject to find an object
- 9.1.10.5. Step 5 - Issue a GetObject to find the object to be deleted
- 9.1.10.6. Step 6 - Issue a DeleteObject to delete an object
- 9.1.10.7. Step 7 - Issue an AddObject to add an object
- 9.1.10.8. Step 8 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.11. Create Question From JSON
- 9.1.11.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.11.2. Step 2 - Get the server version via /info.json
- 9.1.11.3. Step 3 - Get the server version via /info.json
- 9.1.11.4. Step 4 - Issue a GetObject to find an object
- 9.1.11.5. Step 5 - Issue an AddObject to add an object
- 9.1.11.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.12. Create Whitelisted Url From JSON
- 9.1.12.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.12.2. Step 2 - Get the server version via /info.json
- 9.1.12.3. Step 3 - Get the server version via /info.json
- 9.1.12.4. Step 4 - Issue a GetObject to find an object
- 9.1.12.5. Step 5 - Issue a GetObject to find the object to be deleted
- 9.1.12.6. Step 6 - Issue a DeleteObject to delete an object
- 9.1.12.7. Step 7 - Issue an AddObject to add an object
- 9.1.12.8. Step 8 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.13. Create Group From JSON
- 9.1.13.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.13.2. Step 2 - Get the server version via /info.json
- 9.1.13.3. Step 3 - Get the server version via /info.json
- 9.1.13.4. Step 4 - Issue a GetObject to find an object
- 9.1.13.5. Step 5 - Issue a GetObject to find the object to be deleted
- 9.1.13.6. Step 6 - Issue a DeleteObject to delete an object
- 9.1.13.7. Step 7 - Issue an AddObject to add an object
- 9.1.13.8. Step 8 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.14. Deploy Action Simple
- 9.1.14.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.14.2. Step 2 - Get the server version via /info.json
- 9.1.14.3. Step 3 - Get the server version via /info.json
- 9.1.14.4. Step 4 - Issue a GetObject to get the full object of a package for inclusion in an action
- 9.1.14.5. Step 5 - Issue an AddObject to add a single Action (6.2 logic)
- 9.1.14.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.14.7. Step 7 - Issue a GetObject to get the package for an Action
- 9.1.14.8. Step 8 - Issue a GetResultInfo on an Action to have the Server create a question that tracks the results for a Deployed Action
- 9.1.14.9. Step 9 - Issue a GetObject on the package for an action to get the full object
- 9.1.14.10. Step 10 - ID 193: Issuing an AddObject of a Question object with no Selects and the same Group used by the Action object. The number of systems that should successfully run the Action will be taken from result_info.passed_count for the Question asked when all answers for the question have reported in.
- 9.1.14.11. Step 11 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.14.12. Step 12 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.14.13. Step 13 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.14.14. Step 14 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.14.15. Step 15 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.14.16. Step 16 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.14.17. Step 17 - Issue a GetResultData with the aggregate option set to True.This will return row counts of machines that have answered instead of all the data
- 9.1.14.18. Step 18 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.14.19. Step 19 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.14.20. Step 20 - Issue a GetResultData with the aggregate option set to True.This will return row counts of machines that have answered instead of all the data
- 9.1.14.21. Step 21 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.14.22. Step 22 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.14.23. Step 23 - Issue a GetResultData with the aggregate option set to True.This will return row counts of machines that have answered instead of all the data
- 9.1.14.24. Step 24 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.14.25. Step 25 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.14.26. Step 26 - Issue a GetResultData with the aggregate option set to True.This will return row counts of machines that have answered instead of all the data
- 9.1.14.27. Step 27 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.14.28. Step 28 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.14.29. Step 29 - Issue a GetResultData for an Action with the aggregate option set to False. This will return all of the Action Statuses for each computer that have run this Action
- 9.1.15. Deploy Action Simple Without Results
- 9.1.15.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.15.2. Step 2 - Get the server version via /info.json
- 9.1.15.3. Step 3 - Get the server version via /info.json
- 9.1.15.4. Step 4 - Issue a GetObject to get the full object of a package for inclusion in an action
- 9.1.15.5. Step 5 - Issue an AddObject to add a single Action (6.2 logic)
- 9.1.15.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.15.7. Step 7 - Issue a GetObject to get the package for an Action
- 9.1.15.8. Step 8 - Issue a GetResultInfo on an Action to have the Server create a question that tracks the results for a Deployed Action
- 9.1.15.9. Step 9 - Issue a GetObject on the package for an action to get the full object
- 9.1.16. Deploy Action Simple Against Windows Computers
- 9.1.16.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.16.2. Step 2 - Get the server version via /info.json
- 9.1.16.3. Step 3 - Get the server version via /info.json
- 9.1.16.4. Step 4 - Issue a GetObject to get the full object of a package for inclusion in an action
- 9.1.16.5. Step 5 - Issue a GetObject to get the full object of a sensor for inclusion in a Group for an Action
- 9.1.16.6. Step 6 - Issue an AddObject to add a single Action (6.2 logic)
- 9.1.16.7. Step 7 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.16.8. Step 8 - Issue a GetObject to get the package for an Action
- 9.1.16.9. Step 9 - Issue a GetResultInfo on an Action to have the Server create a question that tracks the results for a Deployed Action
- 9.1.16.10. Step 10 - Issue a GetObject on the package for an action to get the full object
- 9.1.16.11. Step 11 - Issue a GetObject on the target_group for an action to get the full Group object
- 9.1.16.12. Step 12 - ID 195: Issuing an AddObject of a Question object with no Selects and the same Group used by the Action object. The number of systems that should successfully run the Action will be taken from result_info.passed_count for the Question asked when all answers for the question have reported in.
- 9.1.16.13. Step 13 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.16.14. Step 14 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.16.15. Step 15 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.16.16. Step 16 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.16.17. Step 17 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.16.18. Step 18 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.16.19. Step 19 - Issue a GetResultData with the aggregate option set to True.This will return row counts of machines that have answered instead of all the data
- 9.1.16.20. Step 20 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.16.21. Step 21 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.16.22. Step 22 - Issue a GetResultData with the aggregate option set to True.This will return row counts of machines that have answered instead of all the data
- 9.1.16.23. Step 23 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.16.24. Step 24 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.16.25. Step 25 - Issue a GetResultData with the aggregate option set to True.This will return row counts of machines that have answered instead of all the data
- 9.1.16.26. Step 26 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.16.27. Step 27 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.16.28. Step 28 - Issue a GetResultData for an Action with the aggregate option set to False. This will return all of the Action Statuses for each computer that have run this Action
- 9.1.16.29. Step 29 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.16.30. Step 30 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.16.31. Step 31 - Issue a GetResultData for an Action with the aggregate option set to False. This will return all of the Action Statuses for each computer that have run this Action
- 9.1.16.32. Step 32 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.16.33. Step 33 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.16.34. Step 34 - Issue a GetResultData for an Action with the aggregate option set to False. This will return all of the Action Statuses for each computer that have run this Action
- 9.1.16.35. Step 35 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.16.36. Step 36 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.16.37. Step 37 - Issue a GetResultData for an Action with the aggregate option set to False. This will return all of the Action Statuses for each computer that have run this Action
- 9.1.17. Deploy Action With Params Against Windows Computers
- 9.1.17.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.17.2. Step 2 - Get the server version via /info.json
- 9.1.17.3. Step 3 - Get the server version via /info.json
- 9.1.17.4. Step 4 - Issue a GetObject to get the full object of a package for inclusion in an action
- 9.1.17.5. Step 5 - Issue a GetObject to get the full object of a sensor for inclusion in a Group for an Action
- 9.1.17.6. Step 6 - Issue an AddObject to add a single Action (6.2 logic)
- 9.1.17.7. Step 7 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.17.8. Step 8 - Issue a GetObject to get the package for an Action
- 9.1.17.9. Step 9 - Issue a GetResultInfo on an Action to have the Server create a question that tracks the results for a Deployed Action
- 9.1.17.10. Step 10 - Issue a GetObject on the package for an action to get the full object
- 9.1.17.11. Step 11 - Issue a GetObject on the target_group for an action to get the full Group object
- 9.1.17.12. Step 12 - ID 196: Issuing an AddObject of a Question object with no Selects and the same Group used by the Action object. The number of systems that should successfully run the Action will be taken from result_info.passed_count for the Question asked when all answers for the question have reported in.
- 9.1.17.13. Step 13 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.17.14. Step 14 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.17.15. Step 15 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.17.16. Step 16 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.17.17. Step 17 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.17.18. Step 18 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.17.19. Step 19 - Issue a GetResultData with the aggregate option set to True.This will return row counts of machines that have answered instead of all the data
- 9.1.17.20. Step 20 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.17.21. Step 21 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.17.22. Step 22 - Issue a GetResultData with the aggregate option set to True.This will return row counts of machines that have answered instead of all the data
- 9.1.17.23. Step 23 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.17.24. Step 24 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.17.25. Step 25 - Issue a GetResultData with the aggregate option set to True.This will return row counts of machines that have answered instead of all the data
- 9.1.17.26. Step 26 - Issue a GetObject for an Action in order to have access to the latest values for stopped_flag and status
- 9.1.17.27. Step 27 - Issue a GetResultInfo for an Action to ensure fresh data is available for a GetResultData call
- 9.1.17.28. Step 28 - Issue a GetResultData for an Action with the aggregate option set to False. This will return all of the Action Statuses for each computer that have run this Action
- 9.1.18. Get Action By Id
- 9.1.19. Get Question By Id
- 9.1.20. Get Saved Question By Names
- 9.1.21. Get Userrole By Id
- 9.1.22. Get Setting By Name
- 9.1.23. Get User By Name
- 9.1.24. Get Sensor By Id
- 9.1.25. Get Sensor By Mixed
- 9.1.26. Get Whitelisted Url By Id
- 9.1.27. Get Group By Name
- 9.1.28. Get Sensor By Hash
- 9.1.29. Get Package By Name
- 9.1.30. Get Sensor By Names
- 9.1.31. Get Saved Question By Name
- 9.1.32. Get User By Id
- 9.1.33. Get Sensor By Name
- 9.1.34. Get Saved Action By Name
- 9.1.35. Get All Users
- 9.1.36. Get All Saved Actions
- 9.1.37. Get All Settings
- 9.1.38. Get All Saved Questions
- 9.1.39. Get All Userroless
- 9.1.40. Get All Questions
- 9.1.41. Get All Groups
- 9.1.42. Get All Sensors
- 9.1.43. Get All Whitelisted Urls
- 9.1.44. Get All Clients
- 9.1.45. Get All Packages
- 9.1.46. Get All Actions
- 9.1.47. Ask Manual Question Simple Single Sensor No Results
- 9.1.47.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.47.2. Step 2 - Get the server version via /info.json
- 9.1.47.3. Step 3 - Get the server version via /info.json
- 9.1.47.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.47.5. Step 5 - Issue an AddObject to add a Question object
- 9.1.47.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.48. Ask Manual Question Simple Multiple Sensors
- 9.1.48.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.48.2. Step 2 - Get the server version via /info.json
- 9.1.48.3. Step 3 - Get the server version via /info.json
- 9.1.48.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.48.5. Step 5 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.48.6. Step 6 - Issue an AddObject to add a Question object
- 9.1.48.7. Step 7 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.48.8. Step 8 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.48.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.48.10. Step 10 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.48.11. Step 11 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.48.12. Step 12 - Issue a GetResultData to get answers for a question
- 9.1.49. Ask Manual Question Simple Single Sensor Sse
- 9.1.49.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.49.2. Step 2 - Get the server version via /info.json
- 9.1.49.3. Step 3 - Get the server version via /info.json
- 9.1.49.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.49.5. Step 5 - Issue an AddObject to add a Question object
- 9.1.49.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.49.7. Step 7 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.49.8. Step 8 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.49.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.49.10. Step 10 - Issue a GetResultData to get answers for a question
- 9.1.50. Ask Manual Question Simple Single Sensor
- 9.1.50.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.50.2. Step 2 - Get the server version via /info.json
- 9.1.50.3. Step 3 - Get the server version via /info.json
- 9.1.50.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.50.5. Step 5 - Issue an AddObject to add a Question object
- 9.1.50.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.50.7. Step 7 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.50.8. Step 8 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.50.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.50.10. Step 10 - Issue a GetResultData to get answers for a question
- 9.1.51. Ask Manual Question Sensor With Parameters And Some Supplied Parameters
- 9.1.51.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.51.2. Step 2 - Get the server version via /info.json
- 9.1.51.3. Step 3 - Get the server version via /info.json
- 9.1.51.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.51.5. Step 5 - Issue an AddObject to add a Question object
- 9.1.51.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.51.7. Step 7 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.51.8. Step 8 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.51.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.51.10. Step 10 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.51.11. Step 11 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.51.12. Step 12 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.51.13. Step 13 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.51.14. Step 14 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.51.15. Step 15 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.51.16. Step 16 - Issue a GetResultData to get answers for a question
- 9.1.52. Ask Manual Question Multiple Sensors With Parameters And Some Supplied Parameters
- 9.1.52.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.52.2. Step 2 - Get the server version via /info.json
- 9.1.52.3. Step 3 - Get the server version via /info.json
- 9.1.52.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.52.5. Step 5 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.52.6. Step 6 - Issue an AddObject to add a Question object
- 9.1.52.7. Step 7 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.52.8. Step 8 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.10. Step 10 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.11. Step 11 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.12. Step 12 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.13. Step 13 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.14. Step 14 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.15. Step 15 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.16. Step 16 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.17. Step 17 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.18. Step 18 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.19. Step 19 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.20. Step 20 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.21. Step 21 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.22. Step 22 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.23. Step 23 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.24. Step 24 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.25. Step 25 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.26. Step 26 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.52.27. Step 27 - Issue a GetResultData to get answers for a question
- 9.1.53. Ask Manual Question Sensor With Parameters And No Supplied Parameters
- 9.1.53.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.53.2. Step 2 - Get the server version via /info.json
- 9.1.53.3. Step 3 - Get the server version via /info.json
- 9.1.53.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.53.5. Step 5 - Issue an AddObject to add a Question object
- 9.1.53.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.53.7. Step 7 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.8. Step 8 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.10. Step 10 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.11. Step 11 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.12. Step 12 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.13. Step 13 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.14. Step 14 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.15. Step 15 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.16. Step 16 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.17. Step 17 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.18. Step 18 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.19. Step 19 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.20. Step 20 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.21. Step 21 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.22. Step 22 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.23. Step 23 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.53.24. Step 24 - Issue a GetResultData to get answers for a question
- 9.1.54. Ask Manual Question Sensor With Parameters And Filter
- 9.1.54.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.54.2. Step 2 - Get the server version via /info.json
- 9.1.54.3. Step 3 - Get the server version via /info.json
- 9.1.54.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.54.5. Step 5 - Issue an AddObject to add a Question object
- 9.1.54.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.54.7. Step 7 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.8. Step 8 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.10. Step 10 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.11. Step 11 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.12. Step 12 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.13. Step 13 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.14. Step 14 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.15. Step 15 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.16. Step 16 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.17. Step 17 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.18. Step 18 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.19. Step 19 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.20. Step 20 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.21. Step 21 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.22. Step 22 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.23. Step 23 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.24. Step 24 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.25. Step 25 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.26. Step 26 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.27. Step 27 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.54.28. Step 28 - Issue a GetResultData to get answers for a question
- 9.1.55. Ask Manual Question Sensor With Filter And 2 Options
- 9.1.55.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.55.2. Step 2 - Get the server version via /info.json
- 9.1.55.3. Step 3 - Get the server version via /info.json
- 9.1.55.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.55.5. Step 5 - Issue an AddObject to add a Question object
- 9.1.55.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.55.7. Step 7 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.55.8. Step 8 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.55.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.55.10. Step 10 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.55.11. Step 11 - Issue a GetResultData to get answers for a question
- 9.1.56. Ask Manual Question Sensor With Filter
- 9.1.56.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.56.2. Step 2 - Get the server version via /info.json
- 9.1.56.3. Step 3 - Get the server version via /info.json
- 9.1.56.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.56.5. Step 5 - Issue an AddObject to add a Question object
- 9.1.56.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.56.7. Step 7 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.56.8. Step 8 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.56.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.56.10. Step 10 - Issue a GetResultData to get answers for a question
- 9.1.57. Ask Manual Question Sensor With Parameters And Filter And Options
- 9.1.57.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.57.2. Step 2 - Get the server version via /info.json
- 9.1.57.3. Step 3 - Get the server version via /info.json
- 9.1.57.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.57.5. Step 5 - Issue an AddObject to add a Question object
- 9.1.57.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.57.7. Step 7 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.57.8. Step 8 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.57.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.57.10. Step 10 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.57.11. Step 11 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.57.12. Step 12 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.57.13. Step 13 - Issue a GetResultData to get answers for a question
- 9.1.58. Ask Manual Question Sensor With Filter And 3 Options
- 9.1.58.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.58.2. Step 2 - Get the server version via /info.json
- 9.1.58.3. Step 3 - Get the server version via /info.json
- 9.1.58.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.58.5. Step 5 - Issue an AddObject to add a Question object
- 9.1.58.6. Step 6 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.58.7. Step 7 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.58.8. Step 8 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.58.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.58.10. Step 10 - Issue a GetResultData to get answers for a question
- 9.1.59. Ask Manual Question Complex Query1
- 9.1.59.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.59.2. Step 2 - Get the server version via /info.json
- 9.1.59.3. Step 3 - Get the server version via /info.json
- 9.1.59.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.59.5. Step 5 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.59.6. Step 6 - Issue a GetObject to get the full object of a sensor for inclusion in a Group for a Question
- 9.1.59.7. Step 7 - Issue a GetObject to get the full object of a sensor for inclusion in a Group for a Question
- 9.1.59.8. Step 8 - Issue an AddObject to add a Question object
- 9.1.59.9. Step 9 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.59.10. Step 10 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.59.11. Step 11 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.59.12. Step 12 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.59.13. Step 13 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.59.14. Step 14 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.59.15. Step 15 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.59.16. Step 16 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.59.17. Step 17 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.59.18. Step 18 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.59.19. Step 19 - Issue a GetResultData to get answers for a question
- 9.1.60. Ask Manual Question Complex Query2
- 9.1.60.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.60.2. Step 2 - Get the server version via /info.json
- 9.1.60.3. Step 3 - Get the server version via /info.json
- 9.1.60.4. Step 4 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.60.5. Step 5 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.60.6. Step 6 - Issue a GetObject to get the full object of a sensor for inclusion in a Select for a Question
- 9.1.60.7. Step 7 - Issue a GetObject to get the full object of a sensor for inclusion in a Group for a Question
- 9.1.60.8. Step 8 - Issue an AddObject to add a Question object
- 9.1.60.9. Step 9 - Issue a GetObject on the recently added object in order to get the full object
- 9.1.60.10. Step 10 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.60.11. Step 11 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.60.12. Step 12 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.60.13. Step 13 - Issue a GetResultData to get answers for a question
- 9.1.61. Ask Saved Question Refresh Data
- 9.1.61.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.61.2. Step 2 - Get the server version via /info.json
- 9.1.61.3. Step 3 - Get the server version via /info.json
- 9.1.61.4. Step 4 - Issue a GetObject to find saved question objects
- 9.1.61.5. Step 5 - Issue a GetObject to get the full object of the last question asked by a saved question
- 9.1.61.6. Step 6 - Issue a GetResultInfo for a saved question in order to issue a new question, which refreshes the data for that saved question
- 9.1.61.7. Step 7 - Issue a GetObject for the saved question in order get the ID of the newly asked question
- 9.1.61.8. Step 8 - Issue a GetObject to get the full object of the last question asked by a saved question
- 9.1.61.9. Step 9 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.61.10. Step 10 - Issue a GetResultInfo for a Question to check the current progress of answers
- 9.1.61.11. Step 11 - Issue a GetResultData to get the answers for the last asked question of this saved question
- 9.1.62. Ask Saved Question By Name Sse
- 9.1.62.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.62.2. Step 2 - Get the server version via /info.json
- 9.1.62.3. Step 3 - Get the server version via /info.json
- 9.1.62.4. Step 4 - Issue a GetObject to find saved question objects
- 9.1.62.5. Step 5 - Issue a GetObject to get the full object of the last question asked by a saved question
- 9.1.62.6. Step 6 - Issue a GetResultData to get the answers for the last asked question of this saved question
- 9.1.63. Ask Saved Question By Name
- 9.1.63.1. Step 1 - Authenticate to the SOAP API via /auth
- 9.1.63.2. Step 2 - Get the server version via /info.json
- 9.1.63.3. Step 3 - Get the server version via /info.json
- 9.1.63.4. Step 4 - Issue a GetObject to find saved question objects
- 9.1.63.5. Step 5 - Issue a GetObject to get the full object of the last question asked by a saved question
- 9.1.63.6. Step 6 - Issue a GetResultData to get the answers for the last asked question of this saved question