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: Is it possible to update both the Sample Status and other fields in the Sample Table at the same time?
AnswerWe can update multiple fields simultaneously in the Sample Table using the following API endpoint:PATCH /samples/{sampleId}/properties - Update Sample Properties . This endpoint allows you to...
-
Signals Notebook: Is there a specific API that can fetch a list of containers for a particular location using the Location ID as input and return the associated Material ID and Batch ID details?
AnswerTo retrieve the Batch ID associated with containers, use the POST /inventory/containers/search API. This endpoint allows you to search for multiple containers in a single request by providin...
-
Signals Notebook: Is there any API endpoint to fetch complete reaction data from the ChemDraw section in different formats such as SMILES, MOL, and JPG?
At present, the Fetch Reaction and Return Reaction functionalities are available only in CDXML file format. There is no option to directly return reactions in other formats such as SMILES, MOL, or ...
-
Signals Notebook: What is the use of including fields[entity]=name,description in the POST/entities/search endpoint?
The 'fields[entity]=name,description' parameter in API endpoints serves as a filter to specify which fields of an entity should be returned in the API response. This parameter is part of the API's...