06-04-2014 07:43 AM
06-04-2014 11:30 AM
06-05-2014 07:29 AM
06-05-2014 10:24 AM
06-06-2014 04:05 AM
10-10-2014 07:58 AM
10-15-2014 04:24 AM
10-29-2014 05:51 AM
11-03-2014 08:19 AM
<webscript>
<shortname>Get current ticket</shortname>
<description>Returns a valid ticket for the currently logged in user
</description>
<url>/auth/get-ticket</url>
<format default="json" />
<authentication>user</authentication>
<transaction>none</transaction>
</webscript>
model.sessionTicket = session.getTicket();
<#escape x as jsonUtils.encodeJSONString(x)>
{
"ticket": "${sessionTicket}"
}
</#escape>
11-12-2014 05:58 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.