Log API
| API | Log API |
| Purpose | To fetch the logs for a ticket by reading the contents of a file from a given location which is configured in web.config file of Web API |
| API URL | https://<API_URL>:<API_Port>/api/v1/kafka/orgentityid/{orgentityid}/downloadattachment?topic={topic} &outputPath={path} |
| Authentication type | Basic/Token |
| Method Type | Get |
Output:
{
"Content": "<Log content>"
}
Parameters Returned in API result
| Column | Column type | Remarks |
|---|---|---|
| Content | string | The content of the log file |