Plug-in
Request results screen URL
intro instead of requesting the url for the complete plug in with the recording screen, as described in request plug in url docid\ odjxifncpcgwmttwd6j1c , you can also request the url for just the results screen of a previously performed health check this allows you to display the results screen anywhere in your app this might be handy for certain use cases, such as the custom questions screen before results docid\ mfsadtvqsx3eaoloffb0a use case prerequisites make sure you've gone through the documentation below or have already set this up before request plug in url docid\ odjxifncpcgwmttwd6j1c embed plug in docid\ vywpzgyzobqqswusjqy 4 request url you can retrieve the url for the results screen by calling the api endpoint below and providing the uuid of the health check the uuid uniquely identifies the health check and can be retrieved via the message events docid\ nhmyw3igywbv wbatholb that are sent by the plug in during the recording phase to display the results screen, you can follow the same procedure as for the complete plug in, but with a different iframe src url loaded head back to embed in web app docid\ feylfv5rr6ibn0lfjdyio or embed in mobile app docid\ rjzlbxefmlxfdcpkovrea for more information about how to accomplish this { "name" "get temporary plug in results url", "method" "get", "url" "https //engine intelliprove com/v1/plugin/make/results/{uuid}", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "vdsinht1h1g3yuqbzuqyh", "language" "curl", "code" "curl 'https //engine intelliprove com/v1/plugin/make/results/\<your uuid>?apikey=\<your api key>'", "customlabel" "" } ], "selectedlanguageid" "vdsinht1h1g3yuqbzuqyh" }, "results" { "languages" \[ { "id" "ef0sgkvntwe2wdwshdiif", "language" "200", "customlabel" "", "code" "\\"https //plugin intelliprove com/#/measurement/result/\<uuid>?action token=eyjhbgcioijiuzi1niisinr5cci6ikpxvcj9 eyj1c2vyijp7imvtywlsijoiiiwiy3vzdg9tzxiioij0zxn0aw5nlwfwas1rzxkilcjncm91cci6inn1cgvylwfkbwluiiwibwf4x21lyxn1cmvtzw50x2nvdz50ijoxmdawmh0sim1ldgeiont9lcjlehaioje3mde4mja4mdb9 cmvqcq2yfufk6ovnlbmqcw6eoc3cnjltyr4ouygdvde\\"" }, { "id" "gttopuuxfeohi3fbz9mzm", "language" "401", "code" "{\n \\"reason\\" \\"missing or invalid authentication credentials \\"\n}", "customlabel" "" }, { "id" "iprkjrznoluusk8m6syok", "language" "400", "code" "{\n \\"detail\\" \\"measurement with uuid not found!\\"\n}", "customlabel" "" }, { "id" "b2uwrw32kmh7 6jjpazru", "language" "422", "code" "{\n \\"errorcode\\" 99,\n \\"errortype\\" \\"somekindoferror\\",\n \\"errordescription\\" \\"reason why this error is thrown\\"\n}", "customlabel" "" } ], "selectedlanguageid" "b2uwrw32kmh7 6jjpazru" }, "request" { "pathparameters" \[ { "name" "uuid", "kind" "required", "type" "string", "description" "the unique reference id for the measurement", "children" \[] } ], "queryparameters" \[ { "name" "apikey", "kind" "optional", "type" "string", "description" "customer api key", "children" \[] }, { "name" "language", "kind" "optional", "type" "string", "description" "set a language for the plug in default is english when not given \n", "children" \[] } ], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "query parameter", "value" "queryparameters" } }