Hi,
Client is a Workspace user and has a question on API Endpoints. If they know the specific Excel formula corresponding to a certain data field, is there a way to identify exactly which API endpoint they should use?
Regards,
Dan
Hi @dangabriel ,
Normally to retrieve the data from Workspace Excel formula, endpoint /data/datagrid/beta1/ can be used. Here's the URL to this endpoint in API Playground
Thank you @raksina.samasiri. Ill share this to the user
@dangabriel
If the client is a Workspace user, we don't provide the endpoint for Workspace users to directly access data.
The client needs to use the LSEG Data Libraries (Python, Typescript, or .NET) to access data through the Workspace application.
For example, the data from the =@RDP.Data Excel formula can be accessed by using the ld.get_data method.