2021.1

Table Of Contents
List Resources
Returns a list of one or more types of resources in the File Store: data files, templates, data
mapping configurations, job creation presets and output creation presets, depending on the
Type query parameter. If no Type value is passed, all OL Connect resources, but no generic or
data files are listed.
Examples:
/rest/serverengine/filestore/resources?type=TEMPLATE
/rest/serverengine/filestore/resources?type=TEMPLATE,DATA_MAPPING_CONFIG,JOB_
CREATION_CONFIG
Request takes no content, and on success returns a response containing a JSON structure that
has an array of objects holding base information on Connect resources.
Request
Method Type:
GET
URI:
/rest/serverengine/filestore/resources
Content:
Content
Type:
Add.
Headers:
If server security settings are enabled, then one of the following:
l Authorization Basic Authentication (Username and Password)
credentials (Base64 encoded)
l auth_token Authorization Token
Parameters
Path
Name Required Type Default Value Description
type
If the type parameter is The type or types
Page 759