2022.2

Table Of Contents
Status Code Content Content-
Type
Add. Headers Description
either the basic
authentication
credentials or the
authorization token
specified in the
request headers
are invalid.
404
Not Found
Template not found
in File Store.
406 Not
Acceptable
None of the content
types are
supported by the
server.
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
Page 758