Akhil Tomy
- Total activity 78
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
Comments
Recent activity by Akhil Tomy-
Official comment By Default, no chat messages are not included in the Queue. This is because it is a different json structure to an Activity message. However we can toggle adding chat messages in the Queues by requ...
-
Official comment Yes you can export your risk as a pdf at any stage using Whitespace API on Swagger You can also download any supplementary attachments using the /attachments endpoints also found on Swagger
-
Official comment In Production we charge for the use of "Write API's", any API's that writes back data/changes something in Whitespace. We do not charge for "Read" API's, any apis you use to ingest data. NOTE: "Wri...
-
Official comment You can use Whitespace API on Swagger on the Quote and check the '.control' object. In it there will be a "originalDocID" which signifies the ID of the document this was created from. In the case ...
-
Official comment You will need to use Whitespace API on Swagger and check the .control object of the risk. Facility If the risk is a Facility, it will have a "isFacility" boolean field in control which is set to "t...
-
You can use Whitespace API on Swagger to return details of the risk. Specifically in the '.control' object, if the risk is a declaration it will have a "associatedFacilityIDs" array. This array wil...
-
Official comment You can use Whitespace API on Swagger or the compressed version Whitespace API on Swagger. These will return a list of all companies set up on Whitespace, including their users, teams, stamps etc. ...
-
Official comment The 401 Invalid WSAUTH error when calling a API can be due to numberous reasons. Usually it wil due related to your token. Common reasons are The token is expired - check the expiry of token Call...
-
Official comment No the connection string of a Queue does not expire
-
You can find a list of activities in the "Integrating with Queues" document found on Whitespace API Index specifically appendix C. This document will be updated with each release.