| Requires any of the roles: | Client, Admin, Partner |
| GET | /error_messages |
|---|
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports digitaluapi.ServiceModel
Namespace Global
Namespace digitaluapi.ServiceModel
<DataContract>
Public Partial Class ErrorMessagesLookup
<DataMember(Order:=2)>
Public Overridable Property FunctionName As String
<DataMember(Order:=3)>
Public Overridable Property ErrorMessage As String
<DataMember(Order:=4)>
Public Overridable Property [Date] As DateTimeOffset
End Class
End Namespace
End Namespace
VB.NET ErrorMessagesLookup DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /error_messages HTTP/1.1 Host: duengageapi.uat.scadsoftware.com Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
[{"FunctionName":"String","ErrorMessage":"String","Date":"0001-01-01T00:00:00.0000000+00:00","ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}]