GET api/SqlLogging/{id}

Get all of the applications for a business. id = The ID of the business.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

uspWDTFExceptionLoggingSelectByID_Result
NameDescriptionTypeAdditional information
ID

integer

None.

MethodName

string

None.

InputFields

string

None.

ExceptionMsg

string

None.

ExceptionType

string

None.

ExceptionInner

string

None.

ExceptionSource

string

None.

ExceptionURL

string

None.

Logdate

date

None.

UserID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "MethodName": "sample string 2",
  "InputFields": "sample string 3",
  "ExceptionMsg": "sample string 4",
  "ExceptionType": "sample string 5",
  "ExceptionInner": "sample string 6",
  "ExceptionSource": "sample string 7",
  "ExceptionURL": "sample string 8",
  "Logdate": "2025-04-29T09:44:45.452384-06:00",
  "UserID": 1
}

text/html

Sample:
{"ID":1,"MethodName":"sample string 2","InputFields":"sample string 3","ExceptionMsg":"sample string 4","ExceptionType":"sample string 5","ExceptionInner":"sample string 6","ExceptionSource":"sample string 7","ExceptionURL":"sample string 8","Logdate":"2025-04-29T09:44:45.452384-06:00","UserID":1}

application/xml, text/xml

Sample:
<uspWDTFExceptionLoggingSelectByID_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <ExceptionInner>sample string 6</ExceptionInner>
  <ExceptionMsg>sample string 4</ExceptionMsg>
  <ExceptionSource>sample string 7</ExceptionSource>
  <ExceptionType>sample string 5</ExceptionType>
  <ExceptionURL>sample string 8</ExceptionURL>
  <ID>1</ID>
  <InputFields>sample string 3</InputFields>
  <Logdate>2025-04-29T09:44:45.452384-06:00</Logdate>
  <MethodName>sample string 2</MethodName>
  <UserID>1</UserID>
</uspWDTFExceptionLoggingSelectByID_Result>