Balan, Anoop
- Total activity 100
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 56
Articles
Recent activity by Balan, Anoop-
Signals Notebook: What is the data format we receive if we decide to discontinue the use of Signals Notebook
The precise format will be determined at the time, however it is likely to be JSON similar to exports currently available via the public API. Attached files, such as PDF, MS Office, images, CDXML w...
-
Signals Notebook: Is it possible to have an experiment entity with same name
We can have the same name for a different entity , but for now we do not have the same name for the same entity.Ex 1 : If we have a text element and a chemdraw document, we can give "ABC" for both ...
-
Signals Notebook: Is it also possible to upload entire folders in a single user action
Signals notebook gives us the File Upload option to add any file which you want to appear on your experiment and notebook like xlsx, pdf, pptx, docx, png, jpg etc. We cannot upload as a folder as p...
-
Signals Notebook: When user clicks "Dismiss all but starred" button, don’t clear all notifications if many notifications exists
As per the current behavior system will only dismiss 100 notifications at a time, but also immediately refresh the notification pane so it shows the next batch. For example , If we have 101 notific...
-
Signals Notebook: How can I change the field type of a Samples property
We cannot update the field type of property if we already used it. However, we can delete and create the same property. Step 1: Remove the property in the added Sample Templates Step 2: Delete the ...
-
Signals Notebook: What is the limit with the offset of an API
The limit with the offset of an API endpoint call set on 5000, therefore a maximum of 5000 records can be fetched with the same call. To retrieve records above this limit, please add query paramete...
-
Signals Notebook: Experiments created in the shared notebook with write access do not have Move option.
When content that inherits access via Sharing from a Notebook is moved to root (i.e. without a Notebook) it is possible that the content is orphaned and no-one has access. Access can be re-establis...
-
Signals Notebook: Is there a limit to how many internal references can be in a multi-internal reference field
There is currently no limit.
-
Signals Notebook: What is the difference between API Key and Bearer Token Exchange?
Signals Notebook supports two authentication methods for programmatic access to our External APIs. The decision of which to use is best determined by the type of use cases being delivered. 1. API K...
-
Signals Notebook: What is the date format in JASON and Signals Notebook’s UI
Dates in the JSON are provided in UTC. Dates in the UI are normalized to the local time zone from UTC. Dates in PDF are also in UTC. Our PDF and backend (hence JSON) dates follow ISO8601.