Creating the Smart Collection
On our Live Demo, we’ve stored theLegal Documents of a Company on Amazon S3. In the following example, we show you how to create the Smart Collection to see and manipulate them in your Forest admin.
Implementing the GET (all records)
At this time, there’s no Smart Collection Implementation because no route in your admin backend handles the API call yet.Implementing the GET (specific record)
Implementing the PUT
To handle the update of a record we have to catch the PUT API call. In our example, all S3-related fields are set as read-only and onlyis_verified can be updated.