<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: QRS endpoint for trigger start on schedule in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/QRS-endpoint-for-trigger-start-on-schedule/m-p/1907178#M21589</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29266"&gt;@Aurelien_Martinez&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So, I read the description and created a rest connection on &lt;A href="https://localhost:4242/qrs/schemaevent/full/" target="_blank"&gt;https://localhost:4242/qrs/schemaevent/full/&lt;/A&gt; .&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simonaubert_0-1647636919932.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74867iD7BEC1EC86D943F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="simonaubert_0-1647636919932.png" alt="simonaubert_0-1647636919932.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then here is my code. Attention required : Qlik didn't gave me all the fields in the second party (avec the rest query) so I had to edit manuallay the load script.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;LIB CONNECT TO 'REST_Custom_Monitor_SchemaEvent';

RestConnectorMasterTable:
SQL SELECT 
	"id" AS "id_u8",
	"createdDate",
	"modifiedDate",
	"modifiedByUserName",
	"timeZone",
	"daylightSavingTime",
	"startDate",
	"expirationDate",
	"incrementDescription",
	"incrementOption",
	"name" AS "name_u1",
	"enabled" AS "enabled_u1",
	"eventType",
	"userSyncTask",
	"externalProgramTask",
	"privileges" AS "privileges_u8",
	"schemaPath",
	"reloadTask",
	"__KEY_root",
	(SELECT 
		"@Value",
		"__FK_schemaFilterDescription"
	FROM "schemaFilterDescription" FK "__FK_schemaFilterDescription" ArrayValueAlias "@Value"),
// 	(SELECT 
// 		"id",
// 		"nextExecution",
// 		"timesTriggered",
// 		"privileges",
// 		"__FK_operational"
// 	FROM "operational" FK "__FK_operational"),
	(SELECT 
		"id" AS "id_u3",
		"name",
		"taskType",
		"enabled",
		"taskSessionTimeout",
		"maxRetries",
		"privileges" AS "privileges_u3",
		"__FK_reloadTask",
		"__KEY_reloadTask"//,
// 		(SELECT 
// 			"id" AS "id_u2",
// 			"nextExecution" AS "nextExecution_u0",
// 			"privileges" AS "privileges_u2",
// 			"__FK_operational_u0",
// 			"__KEY_operational",
// 			(SELECT 
// 				"id" AS "id_u1",
// 				"executingNodeName",
// 				"status",
// 				"startTime",
// 				"stopTime",
// 				"duration",
// 				"fileReferenceID",
// 				"scriptLogAvailable",
// 				"scriptLogLocation",
// 				"scriptLogSize",
// 				"privileges" AS "privileges_u1",
// 				"__FK_lastExecutionResult",
// 				"__KEY_lastExecutionResult",
// 				(SELECT 
// 					"id" AS "id_u0",
// 					"detailsType",
// 					"message",
// 					"detailCreatedDate",
// 					"privileges" AS "privileges_u0",
// 					"__FK_details"
// 				FROM "details" FK "__FK_details")
// 			FROM "lastExecutionResult" PK "__KEY_lastExecutionResult" FK "__FK_lastExecutionResult")
// 		FROM "operational" PK "__KEY_operational" FK "__FK_operational_u0")
	FROM "reloadTask" PK "__KEY_reloadTask" FK "__FK_reloadTask"),
	(SELECT 
		"id" AS "id_u7",
		"name" AS "name_u0",
		"taskType" AS "taskType_u0",
		"enabled" AS "enabled_u0",
		"taskSessionTimeout" AS "taskSessionTimeout_u0",
		"maxRetries" AS "maxRetries_u0",
		"privileges" AS "privileges_u7",
		"__FK_userSyncTask",
		"__KEY_userSyncTask"//,
// 		(SELECT 
// 			"id" AS "id_u6",
// 			"nextExecution" AS "nextExecution_u1",
// 			"privileges" AS "privileges_u6",
// 			"__FK_operational_u1",
// 			"__KEY_operational_u0",
// 			(SELECT 
// 				"id" AS "id_u5",
// 				"executingNodeName" AS "executingNodeName_u0",
// 				"status" AS "status_u0",
// 				"startTime" AS "startTime_u0",
// 				"stopTime" AS "stopTime_u0",
// 				"duration" AS "duration_u0",
// 				"fileReferenceID" AS "fileReferenceID_u0",
// 				"scriptLogAvailable" AS "scriptLogAvailable_u0",
// 				"scriptLogLocation" AS "scriptLogLocation_u0",
// 				"scriptLogSize" AS "scriptLogSize_u0",
// 				"privileges" AS "privileges_u5",
// 				"__FK_lastExecutionResult_u0",
// 				"__KEY_lastExecutionResult_u0",
// 				(SELECT 
// 					"id" AS "id_u4",
// 					"detailsType" AS "detailsType_u0",
// 					"message" AS "message_u0",
// 					"detailCreatedDate" AS "detailCreatedDate_u0",
// 					"privileges" AS "privileges_u4",
// 					"__FK_details_u0"
// 				FROM "details" FK "__FK_details_u0")
// 			FROM "lastExecutionResult" PK "__KEY_lastExecutionResult_u0" FK "__FK_lastExecutionResult_u0")
// 		FROM "operational" PK "__KEY_operational_u0" FK "__FK_operational_u1")
	FROM "userSyncTask" PK "__KEY_userSyncTask" FK "__FK_userSyncTask")
FROM JSON (wrap on) "root" PK "__KEY_root";

[schemaFilterDescription]:
LOAD	[@Value],
[__FK_schemaFilterDescription] as __KEY_root
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__FK_schemaFilterDescription]);


// [operational]:
// LOAD	[id],
// 	[nextExecution],
// 	[timesTriggered],
// 	[privileges]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_operational]);


// [details]:
// LOAD	[id_u0] AS [id_u0],
// 	[detailsType],
// 	[message],
// 	[detailCreatedDate],
// 	[privileges_u0] AS [privileges_u0]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_details]);


// [lastExecutionResult]:
// LOAD	[id_u1] AS [id_u1],
// 	[executingNodeName],
// 	[status],
// 	[startTime],
// 	[stopTime],
// 	[duration],
// 	[fileReferenceID],
// 	[scriptLogAvailable],
// 	[scriptLogLocation],
// 	[scriptLogSize],
// 	[privileges_u1] AS [privileges_u1]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_lastExecutionResult]);


// [operational_u0]:
// LOAD	[id_u2] AS [id_u2],
// 	[nextExecution_u0] AS [nextExecution_u0],
// 	[privileges_u2] AS [privileges_u2]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_operational_u0]);


[reloadTask]:
LOAD	[id_u3] AS [id_u3],
	[name],
	[taskType],
	[enabled],
	[taskSessionTimeout],
	[maxRetries],
    [__FK_reloadTask] as __KEY_root,
    __KEY_reloadTask//,
// 	[privileges_u3] AS [privileges_u3]
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__FK_reloadTask]);


// [details_u0]:
// LOAD	[id_u4] AS [id_u4],
// 	[detailsType_u0] AS [detailsType_u0],
// 	[message_u0] AS [message_u0],
// 	[detailCreatedDate_u0] AS [detailCreatedDate_u0]//,
// 	//[privileges_u4] AS [privileges_u4]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_details_u0]);


// [lastExecutionResult_u0]:
// LOAD	[id_u5] AS [id_u5],
// 	[executingNodeName_u0] AS [executingNodeName_u0],
// 	[status_u0] AS [status_u0],
// 	[startTime_u0] AS [startTime_u0],
// 	[stopTime_u0] AS [stopTime_u0],
// 	[duration_u0] AS [duration_u0],
// 	[fileReferenceID_u0] AS [fileReferenceID_u0],
// 	[scriptLogAvailable_u0] AS [scriptLogAvailable_u0],
// 	[scriptLogLocation_u0] AS [scriptLogLocation_u0],
// 	[scriptLogSize_u0] AS [scriptLogSize_u0],
// 	[privileges_u5] AS [privileges_u5]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_lastExecutionResult_u0]);


// [operational_u1]:
// LOAD	[id_u6] AS [id_u6],
// 	[nextExecution_u1] AS [nextExecution_u1],
// 	[privileges_u6] AS [privileges_u6]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_operational_u1]);


[userSyncTask]:
LOAD	[id_u7] AS [id_u7],
	[name_u0] AS [name_u0],
	[taskType_u0] AS [taskType_u0],
	[enabled_u0] AS [enabled_u0],
	[taskSessionTimeout_u0] AS [taskSessionTimeout_u0],
	[maxRetries_u0] AS [maxRetries_u0],
//     __KEY_userSyncTask//,
   [__FK_userSyncTask] as __KEY_root
	//[privileges_u7] AS [privileges_u7]
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__FK_userSyncTask]);


[root]:
LOAD	[id_u8] AS [id_u8],
	[createdDate],
	[modifiedDate],
	[modifiedByUserName],
	[timeZone],
	[daylightSavingTime],
	[startDate],
	[expirationDate],
	[incrementDescription],
	[incrementOption],
	[name_u1] AS [name_u1],
	[enabled_u1] AS [enabled_u1],
	[eventType],
	[userSyncTask],
	[externalProgramTask],
// 	[privileges_u8] AS [privileges_u8],
	[schemaPath],
	[reloadTask],
    __KEY_userSyncTask,
   __KEY_root
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__KEY_root]);


DROP TABLE RestConnectorMasterTable;


exit script;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Mar 2022 20:55:33 GMT</pubDate>
    <dc:creator>simonaubert</dc:creator>
    <dc:date>2022-03-18T20:55:33Z</dc:date>
    <item>
      <title>QRS endpoint for trigger start on schedule</title>
      <link>https://community.qlik.com/t5/Management-Governance/QRS-endpoint-for-trigger-start-on-schedule/m-p/1906386#M21567</link>
      <description>&lt;P&gt;Hello all,&lt;BR /&gt;&lt;BR /&gt;I try to find a way to retrieve these informations : &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simonaubert_0-1647506177150.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74706i5BEF61EDF5F9FB8A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="simonaubert_0-1647506177150.png" alt="simonaubert_0-1647506177150.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;All I manage to do right now is retrieve the informations for event trigger. But I guess there is a way to get the same thing for schedule event ?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Simon&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 08:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QRS-endpoint-for-trigger-start-on-schedule/m-p/1906386#M21567</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2022-03-17T08:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: QRS endpoint for trigger start on schedule</title>
      <link>https://community.qlik.com/t5/Management-Governance/QRS-endpoint-for-trigger-start-on-schedule/m-p/1906454#M21570</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;QMC calling the SchemaEvent for displaying these informations:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="amartinez35_0-1647513592033.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74716i3FAF7FAC64D415D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amartinez35_0-1647513592033.png" alt="amartinez35_0-1647513592033.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Doc: &lt;A href="https://help.qlik.com/en-US/sense-developer/February2022/APIs/RepositoryServiceAPI/index.html?page=169" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2022/APIs/RepositoryServiceAPI/index.html?page=169&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Aurélien&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 10:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QRS-endpoint-for-trigger-start-on-schedule/m-p/1906454#M21570</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2022-03-17T10:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: QRS endpoint for trigger start on schedule</title>
      <link>https://community.qlik.com/t5/Management-Governance/QRS-endpoint-for-trigger-start-on-schedule/m-p/1907178#M21589</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29266"&gt;@Aurelien_Martinez&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So, I read the description and created a rest connection on &lt;A href="https://localhost:4242/qrs/schemaevent/full/" target="_blank"&gt;https://localhost:4242/qrs/schemaevent/full/&lt;/A&gt; .&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simonaubert_0-1647636919932.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74867iD7BEC1EC86D943F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="simonaubert_0-1647636919932.png" alt="simonaubert_0-1647636919932.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then here is my code. Attention required : Qlik didn't gave me all the fields in the second party (avec the rest query) so I had to edit manuallay the load script.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;LIB CONNECT TO 'REST_Custom_Monitor_SchemaEvent';

RestConnectorMasterTable:
SQL SELECT 
	"id" AS "id_u8",
	"createdDate",
	"modifiedDate",
	"modifiedByUserName",
	"timeZone",
	"daylightSavingTime",
	"startDate",
	"expirationDate",
	"incrementDescription",
	"incrementOption",
	"name" AS "name_u1",
	"enabled" AS "enabled_u1",
	"eventType",
	"userSyncTask",
	"externalProgramTask",
	"privileges" AS "privileges_u8",
	"schemaPath",
	"reloadTask",
	"__KEY_root",
	(SELECT 
		"@Value",
		"__FK_schemaFilterDescription"
	FROM "schemaFilterDescription" FK "__FK_schemaFilterDescription" ArrayValueAlias "@Value"),
// 	(SELECT 
// 		"id",
// 		"nextExecution",
// 		"timesTriggered",
// 		"privileges",
// 		"__FK_operational"
// 	FROM "operational" FK "__FK_operational"),
	(SELECT 
		"id" AS "id_u3",
		"name",
		"taskType",
		"enabled",
		"taskSessionTimeout",
		"maxRetries",
		"privileges" AS "privileges_u3",
		"__FK_reloadTask",
		"__KEY_reloadTask"//,
// 		(SELECT 
// 			"id" AS "id_u2",
// 			"nextExecution" AS "nextExecution_u0",
// 			"privileges" AS "privileges_u2",
// 			"__FK_operational_u0",
// 			"__KEY_operational",
// 			(SELECT 
// 				"id" AS "id_u1",
// 				"executingNodeName",
// 				"status",
// 				"startTime",
// 				"stopTime",
// 				"duration",
// 				"fileReferenceID",
// 				"scriptLogAvailable",
// 				"scriptLogLocation",
// 				"scriptLogSize",
// 				"privileges" AS "privileges_u1",
// 				"__FK_lastExecutionResult",
// 				"__KEY_lastExecutionResult",
// 				(SELECT 
// 					"id" AS "id_u0",
// 					"detailsType",
// 					"message",
// 					"detailCreatedDate",
// 					"privileges" AS "privileges_u0",
// 					"__FK_details"
// 				FROM "details" FK "__FK_details")
// 			FROM "lastExecutionResult" PK "__KEY_lastExecutionResult" FK "__FK_lastExecutionResult")
// 		FROM "operational" PK "__KEY_operational" FK "__FK_operational_u0")
	FROM "reloadTask" PK "__KEY_reloadTask" FK "__FK_reloadTask"),
	(SELECT 
		"id" AS "id_u7",
		"name" AS "name_u0",
		"taskType" AS "taskType_u0",
		"enabled" AS "enabled_u0",
		"taskSessionTimeout" AS "taskSessionTimeout_u0",
		"maxRetries" AS "maxRetries_u0",
		"privileges" AS "privileges_u7",
		"__FK_userSyncTask",
		"__KEY_userSyncTask"//,
// 		(SELECT 
// 			"id" AS "id_u6",
// 			"nextExecution" AS "nextExecution_u1",
// 			"privileges" AS "privileges_u6",
// 			"__FK_operational_u1",
// 			"__KEY_operational_u0",
// 			(SELECT 
// 				"id" AS "id_u5",
// 				"executingNodeName" AS "executingNodeName_u0",
// 				"status" AS "status_u0",
// 				"startTime" AS "startTime_u0",
// 				"stopTime" AS "stopTime_u0",
// 				"duration" AS "duration_u0",
// 				"fileReferenceID" AS "fileReferenceID_u0",
// 				"scriptLogAvailable" AS "scriptLogAvailable_u0",
// 				"scriptLogLocation" AS "scriptLogLocation_u0",
// 				"scriptLogSize" AS "scriptLogSize_u0",
// 				"privileges" AS "privileges_u5",
// 				"__FK_lastExecutionResult_u0",
// 				"__KEY_lastExecutionResult_u0",
// 				(SELECT 
// 					"id" AS "id_u4",
// 					"detailsType" AS "detailsType_u0",
// 					"message" AS "message_u0",
// 					"detailCreatedDate" AS "detailCreatedDate_u0",
// 					"privileges" AS "privileges_u4",
// 					"__FK_details_u0"
// 				FROM "details" FK "__FK_details_u0")
// 			FROM "lastExecutionResult" PK "__KEY_lastExecutionResult_u0" FK "__FK_lastExecutionResult_u0")
// 		FROM "operational" PK "__KEY_operational_u0" FK "__FK_operational_u1")
	FROM "userSyncTask" PK "__KEY_userSyncTask" FK "__FK_userSyncTask")
FROM JSON (wrap on) "root" PK "__KEY_root";

[schemaFilterDescription]:
LOAD	[@Value],
[__FK_schemaFilterDescription] as __KEY_root
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__FK_schemaFilterDescription]);


// [operational]:
// LOAD	[id],
// 	[nextExecution],
// 	[timesTriggered],
// 	[privileges]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_operational]);


// [details]:
// LOAD	[id_u0] AS [id_u0],
// 	[detailsType],
// 	[message],
// 	[detailCreatedDate],
// 	[privileges_u0] AS [privileges_u0]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_details]);


// [lastExecutionResult]:
// LOAD	[id_u1] AS [id_u1],
// 	[executingNodeName],
// 	[status],
// 	[startTime],
// 	[stopTime],
// 	[duration],
// 	[fileReferenceID],
// 	[scriptLogAvailable],
// 	[scriptLogLocation],
// 	[scriptLogSize],
// 	[privileges_u1] AS [privileges_u1]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_lastExecutionResult]);


// [operational_u0]:
// LOAD	[id_u2] AS [id_u2],
// 	[nextExecution_u0] AS [nextExecution_u0],
// 	[privileges_u2] AS [privileges_u2]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_operational_u0]);


[reloadTask]:
LOAD	[id_u3] AS [id_u3],
	[name],
	[taskType],
	[enabled],
	[taskSessionTimeout],
	[maxRetries],
    [__FK_reloadTask] as __KEY_root,
    __KEY_reloadTask//,
// 	[privileges_u3] AS [privileges_u3]
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__FK_reloadTask]);


// [details_u0]:
// LOAD	[id_u4] AS [id_u4],
// 	[detailsType_u0] AS [detailsType_u0],
// 	[message_u0] AS [message_u0],
// 	[detailCreatedDate_u0] AS [detailCreatedDate_u0]//,
// 	//[privileges_u4] AS [privileges_u4]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_details_u0]);


// [lastExecutionResult_u0]:
// LOAD	[id_u5] AS [id_u5],
// 	[executingNodeName_u0] AS [executingNodeName_u0],
// 	[status_u0] AS [status_u0],
// 	[startTime_u0] AS [startTime_u0],
// 	[stopTime_u0] AS [stopTime_u0],
// 	[duration_u0] AS [duration_u0],
// 	[fileReferenceID_u0] AS [fileReferenceID_u0],
// 	[scriptLogAvailable_u0] AS [scriptLogAvailable_u0],
// 	[scriptLogLocation_u0] AS [scriptLogLocation_u0],
// 	[scriptLogSize_u0] AS [scriptLogSize_u0],
// 	[privileges_u5] AS [privileges_u5]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_lastExecutionResult_u0]);


// [operational_u1]:
// LOAD	[id_u6] AS [id_u6],
// 	[nextExecution_u1] AS [nextExecution_u1],
// 	[privileges_u6] AS [privileges_u6]
// RESIDENT RestConnectorMasterTable
// WHERE NOT IsNull([__FK_operational_u1]);


[userSyncTask]:
LOAD	[id_u7] AS [id_u7],
	[name_u0] AS [name_u0],
	[taskType_u0] AS [taskType_u0],
	[enabled_u0] AS [enabled_u0],
	[taskSessionTimeout_u0] AS [taskSessionTimeout_u0],
	[maxRetries_u0] AS [maxRetries_u0],
//     __KEY_userSyncTask//,
   [__FK_userSyncTask] as __KEY_root
	//[privileges_u7] AS [privileges_u7]
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__FK_userSyncTask]);


[root]:
LOAD	[id_u8] AS [id_u8],
	[createdDate],
	[modifiedDate],
	[modifiedByUserName],
	[timeZone],
	[daylightSavingTime],
	[startDate],
	[expirationDate],
	[incrementDescription],
	[incrementOption],
	[name_u1] AS [name_u1],
	[enabled_u1] AS [enabled_u1],
	[eventType],
	[userSyncTask],
	[externalProgramTask],
// 	[privileges_u8] AS [privileges_u8],
	[schemaPath],
	[reloadTask],
    __KEY_userSyncTask,
   __KEY_root
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__KEY_root]);


DROP TABLE RestConnectorMasterTable;


exit script;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 20:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QRS-endpoint-for-trigger-start-on-schedule/m-p/1907178#M21589</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2022-03-18T20:55:33Z</dc:date>
    </item>
  </channel>
</rss>

