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>/v1/logs/orgentityid/{orgentityid}/{ticketnumber}/{logtype} ticketnumber: The ticket for which logs are to be downloaded. logtype: the type of log to be downloaded such as log, error, console |
| 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 |