| Requires any of the roles: | Client, Admin, Partner |
| GET | /avatars |
|---|
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 AvatarsLookup
<DataMember(Order:=2)>
Public Overridable Property TenantsId As Integer
<DataMember(Order:=3)>
Public Overridable Property Name As String
<DataMember(Order:=4)>
Public Overridable Property Gender As String
<DataMember(Order:=5)>
Public Overridable Property AgeGroup As String
<DataMember(Order:=6)>
Public Overridable Property Style As String
<DataMember(Order:=7)>
Public Overridable Property ImageUrl As String
<DataMember(Order:=8)>
Public Overridable Property EthnicGroup As String
End Class
End Namespace
End Namespace
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /avatars HTTP/1.1 Host: duengageapi.uat.scadsoftware.com Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
[{"TenantsId":0,"Name":"String","Gender":"String","AgeGroup":"String","Style":"String","ImageUrl":"String","EthnicGroup":"String","ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}]