post https://portal.xpertdoc.com/odata4/v6/TemplateGroups(:templategroupid)/Xpertdoc.Portal.SearchTemplateExecutionData
Log in to see full request history
Responses
xxxxxxxxxx
var templateGroup = portalContext.TemplateGroups.Where(tg => tg.TemplateGroupId == Guid.Parse("00000000-0000-0000-0000-000000000000")).FirstOrDefault();
​
var response = templateGroup.SearchTemplateExecutionData("Search criteria").Execute();
Try It!
to start a request and see the response here! Or choose an example: