GET api/ErrorLog/{ErrorID}/{ErrorType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ErrorID | integer |
Required |
|
ErrorType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ErrorLogDetailsName | Description | Type | Additional information |
---|---|---|---|
SiteName | string |
None. |
|
FileName | string |
None. |
|
Line | string |
None. |
|
Col | string |
None. |
|
ErrorDate | date |
None. |
|
Server | string |
None. |
|
LogType | string |
None. |
|
Referer | string |
None. |
|
URL | string |
None. |
|
QueryString | string |
None. |
|
EntireURL | string |
None. |
|
UserAgent | string |
None. |
|
Cookie | string |
None. |
|
Description | string |
None. |
|
Today | integer |
None. |
|
Last30Days | integer |
None. |
|
Last6Months | integer |
None. |
|
Last12Months | integer |
None. |
|
Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "SiteName": "sample string 1", "FileName": "sample string 2", "Line": "sample string 3", "Col": "sample string 4", "ErrorDate": "2025-04-26T02:22:54.6161799-04:00", "Server": "sample string 6", "LogType": "sample string 7", "Referer": "sample string 8", "URL": "sample string 9", "QueryString": "sample string 10", "EntireURL": "sample string 11", "UserAgent": "sample string 12", "Cookie": "sample string 13", "Description": "sample string 14", "Today": 15, "Last30Days": 16, "Last6Months": 17, "Last12Months": 18, "Total": 19 }
text/html
Sample:
{"SiteName":"sample string 1","FileName":"sample string 2","Line":"sample string 3","Col":"sample string 4","ErrorDate":"2025-04-26T02:22:54.6161799-04:00","Server":"sample string 6","LogType":"sample string 7","Referer":"sample string 8","URL":"sample string 9","QueryString":"sample string 10","EntireURL":"sample string 11","UserAgent":"sample string 12","Cookie":"sample string 13","Description":"sample string 14","Today":15,"Last30Days":16,"Last6Months":17,"Last12Months":18,"Total":19}
application/xml, text/xml
Sample:
<ErrorLogDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCAPI.Models"> <Col>sample string 4</Col> <Cookie>sample string 13</Cookie> <Description>sample string 14</Description> <EntireURL>sample string 11</EntireURL> <ErrorDate>2025-04-26T02:22:54.6161799-04:00</ErrorDate> <FileName>sample string 2</FileName> <Last12Months>18</Last12Months> <Last30Days>16</Last30Days> <Last6Months>17</Last6Months> <Line>sample string 3</Line> <LogType>sample string 7</LogType> <QueryString>sample string 10</QueryString> <Referer>sample string 8</Referer> <Server>sample string 6</Server> <SiteName>sample string 1</SiteName> <Today>15</Today> <Total>19</Total> <URL>sample string 9</URL> <UserAgent>sample string 12</UserAgent> </ErrorLogDetails>