答案为“REST APIparameters match with those of the FME workspace user parameters ?" https://knowledge.safe.com/questions/86777/do-the-rest-api-parameters-match-with-those-of-the.html The latest answers for the question "Do the REST API parameters match with those of the FME workspace user parameters ?" Answer by david_r https://knowledge.safe.com/answers/86780/view.html

You can only reference the workspace published parameter through the REST API, e.g.:

So if you need to set a transformer parameter using the REST API, you have to publish that particular parameter first.

Tue, 12 Feb 2019 11:42:53 GMT david_r
Answer by nielsgerrits https://knowledge.safe.com/answers/86778/view.html

Not sure if I understand what you need. The published parameters from a workspace in server?

get /repositories/< repository >/items/< item >/parameters will return those.

Tue, 12 Feb 2019 11:26:33 GMT nielsgerrits