cURL
curl --request POST \ --url https://api.example.com/filesystem.Filesystem/GetWatcherEvents \ --header 'Content-Type: application/json' \ --data ' { "watcherId": "<string>" } '
{ "events": [ { "name": "<string>", "type": "EVENT_TYPE_UNSPECIFIED" } ] }
Success
Show child attributes
Was this page helpful?