Docs Menu
API Developer Guide / middleware / pub / service / getLogs

Service: getLogs

This service is used to retrieve log files associated with a specified resource.

Input Parameter:

Name Type Description
pathParameters: Document This parameter contains information related to the resource for which log files are requested.
resource: String The resource identifier for which log files are requested.
id: String The unique ID associated with the resource.

Output Parameter:

Name Type Description
files: String Array An array of log file paths associated with the specified resource.
*multiPart: Object Internal object as file output.