K2 + Assuresign

  • 27 June 2022
  • 1 reply
  • 145 views

Userlevel 2

View the following video to learn how to use the community based Assuresign Connector for K2. The official connector for Assuresign is in the works.

 

Watch the video here: https://1drv.ms/v/s!ApLP-07ijCOigYAQyH7QjH24zaMGBw?e=0nHV7x

 

 

 

Swagger file is attached to this blog post.

 

1. How to create API User/Key

https://community.nintex.com/t5/Nintex-AssureSign/Setup-Nintex-AssureSign-API-Key-User/ta-p/212520

 

2. Http Header String (Please update with API User and Key)

{"$type":"SourceCode.SmartObjects.Services.Endpoints.Common.HttpHeader[], SourceCode.SmartObjects.Services.Endpoints.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null","$values":[{"$type":"SourceCode.SmartObjects.Services.Endpoints.Common.HttpHeader, SourceCode.SmartObjects.Services.Endpoints.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null","Name":"apiUsername","Value":"INSERTAPIUSERNAME"},{"$type":"SourceCode.SmartObjects.Services.Endpoints.Common.HttpHeader, SourceCode.SmartObjects.Services.Endpoints.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null","Name":"key","Value":"INSERTAPIKEY"},{"$type":"SourceCode.SmartObjects.Services.Endpoints.Common.HttpHeader, SourceCode.SmartObjects.Services.Endpoints.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null","Name":"contextUsername","Value":"andy.hayes@safalo.com"}]}

 


1 reply

Hi Andy


I dont think the second part where Assuresign hits the OData endpoint with Create method will work for Onprem. Im using K2 five 5.5 and it has OData V3 that only supports List methods, I think V4 like in K2 Cloud is needed for the rest of the methods to be available. Unless I'm missing something. Think for onprem we will have to go the looping route to get the documents.


 


https://help.nintex.com/en-US/k2five/userguide/current/default.htm#k2-management-site/integration/SmartObjectODataService.htm#Considerations


vs


https://help.nintex.com/en-US/k2cloud/userguide/current/default.htm#../Subsystems/Default/Content/Runtime/SmO-OData/SmO-ODataV4-endpoints.htm?Highlight=Odata


 


Are there any plans to get OData V4 into Onprem on the next release?


 


Regards


Vernon


 

Reply