Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This API fetches text data from the machine on which this utility is installed.

API Endpoint:

The API format isĀ 

GET <BASE_URL>{{vutilBaseURL}}/file

HereĀ {{vutilBaseURL}} is the base URL of the vutil server.

and this API accepts a single query parameter "filePath" and its value is the absolute path of the file path which you want to fetch from system.

...