Get the list of saved LST Entries.

get

/rest/{version}/configuration/lst/lstentries

Retrieves the list of all saved LST Entries in specified LST XML files in the standard lst file directory (/code/lst) in filesystem. Request needs to be specified with filename query parameter. This is applied only to ECB.

Request

Path Parameters
Query Parameters
  • Indicates the filename for which LST entries has to be retrieved This parameter must specify a valid LST XML file located in the /code/lst directory. The value should be the filename only; specifying a path in the filename results in an error.
Header Parameters
  • The value in the Authorization header must be the string "Bearer {access token}", where {access token} is a valid, unexpired token received in response to a prior /rest/{version}/auth/token request.
Back to Top

Response

200 Response

OK. Requested data is returned in response body

400 Response

The request is malformed in some way or is missing required information and therefore cannot be processed.

401 Response

Unauthorized - Request lacks valid authentication credentials.

404 Response

Unsupported versionId in URI, or requested element type not supported, or element instance specified by key attribute(s) not found
Back to Top