Hi
- I am fetching the lucid contents information using REST API https://api.lucid.co/documents/e8fa915b-210e-493e-876e-b851c4a3b42e/contents
- Response gives data collections array with collection “id” as string.
- I am trying to fetch the collection data items using Lucid Data REST API.
- Here the request requires collection id as number.
Can someone help, how I can identify the collection id (number) used in DATA API, using the collectionId get from documentContents RESTAPI.
Thanks.