Hi all,
I've been using the FME Flow REST API v3 for server metadata extraction and analysis, and one of the key endpoints I relied on was the datasets endpoint to extract reader/writer information from workspaces:
GET $(Environment_URL)/fmerest/v3/repositories/{repository}/items/{item}/datasets/source
GET $(Environment_URL)/fmerest/v3/repositories/{repository}/items/{item}/datasets/destination
This gave me a clean, simple output showing the format, location, and name of each reader/writer, exactly what I needed for server analysis and metadata:

With the v4 migration I can see this has been explicitly removed with no direct replacement:
| Description | V3 Endpoint | Suggested Action |
|---|---|---|
| Get dataset information for a repository item | /repositories/{repository}/items/{item}/datasets/* | This functionality has been removed. |
I've looked at reading the .fmw file directly using the FME Workspace Reader as an alternative, but the data is incomplete and doesn't come out in a clean usable format the way the old endpoint did.
Is there a v4 endpoint that provides equivalent reader/writer dataset information that I've missed? Or is there a recommended approach for getting this data cleanly in v4?
Thanks




