On the Swagger UI page for SystemLink File Service, go to the section for
GET/v1/service-groups/Default/files command.
This HTTP API returns files information base on your query settings.
- You can test this HTTP API by clicking Try it Out.
- Set the skip (how many files to skip in the result when paging), take (how many files to return in the result) and other filter parameters as desired.
The below example sends query to take and return a list of 50 available files.
- Click Execute
If the HTTP API is executed normally,
Code 200 for
Response body will be returned. Moreover, the total number of files currently available on your SystemLink server can also be verified at the last line of this
Response body text
as the
totalCount value.
A similar request can be excecuted from LabVIEW using the below Isample program. (
JSONtext library is needed in this example to reorder the
Response body text and retrieve the
totalCount value. JSONtext can be downloaded from
VI package manager )