An Actor in the resultsummary recipe is a watcher of a resultsummary. They are identified here by email address and the mbox value provided in the statements.
Provides access to all of the actors/watchers found by this recipe.
https://server.abc/Recipes/actors?recipeId=http://id.tincanapi.com/recipe/resultsummary/1
200ToggleContent-Type: application/json
{ "results" : [ { "actors" : [ { "mbox" : "mailto:jimmy@testing.com",
              "objectType" : "Agent"
            },
            { "mbox" : "mailto:joe.user.4@testing.com",
              "objectType" : "Agent"
            },
            { "mbox" : "mailto:joe.user.5@testing.com",
              "objectType" : "Agent"
            },
            { "mbox" : "mailto:joe.user3@testing.com",
              "objectType" : "Agent"
            },
            { "mbox" : "mailto:test@tester.com",
              "objectType" : "Agent"
            },
            { "mbox" : "mailto:tester@testing.com",
              "objectType" : "Agent"
            },
            { "mbox" : "mailto:tester2@testing.com",
              "objectType" : "Agent"
            }
          ] } ] }
400ToggleContent-Type: application/json
{"results":[],"error":"recipeId was not supplied in the queryParams"}
Provides access to all of the actors/watchers found by this recipe filtered by the provided email fragment.
https://server.abc/Recipes/actors?recipeId=http://id.tincanapi.com/recipe/resultsummary/1&email=testing.com
200ToggleContent-Type: application/json
{ "results" : [ { "actors" : [ { "mbox" : "mailto:jimmy@testing.com",
              "objectType" : "Agent"
            },
            { "mbox" : "mailto:joe.user.4@testing.com",
              "objectType" : "Agent"
            },
            { "mbox" : "mailto:joe.user.5@testing.com",
              "objectType" : "Agent"
            },
            { "mbox" : "mailto:joe.user3@testing.com",
              "objectType" : "Agent"
            },
            { "mbox" : "mailto:tester@testing.com",
              "objectType" : "Agent"
            },
            { "mbox" : "mailto:tester2@testing.com",
              "objectType" : "Agent"
            }
          ] } ] }
400ToggleContent-Type: application/json
{"results":[],"error":"recipeId was not supplied in the queryParams"}
Provides access to all the objects/resultsummarys found by this recipe. Use this to populate selectors for object/resultsummary specific queries.
Provides access to all of the actors/watchers found by this recipe.
https://server.abc/Recipes/objects?recipeId=http://id.tincanapi.com/recipe/resultsummary/1
Aggregate data from all statements matching the recipe. Perform a pre-defined query on the datastore with optional parameters
https://server.abc/Recipes/results?recipeQueryId=GetResults&recipeId=http://id.tincanapi.com/recipe/resultsummary/1
URI (required) Example: http://registry.tincanapi.com/recipes/resultsummary/1resultsQuery (required) Example: GetResultsChoices: GetResults
queryStringParameter (optional) Example: objectId=123Generated by aglio on 06 Aug 2015