Bombshell Chat

<back to all web services

GetClient

The following routes are available for this service:
GET/v1/Client
GET/v1/Client/{ClientId}

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/GetClient HTTP/1.1 
Host: chatapi.bombshelltechnologies.com 
Content-Type: text/jsv
Content-Length: length

{
	ClientID: 00000000-0000-0000-0000-000000000000
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Result: 
	{
		ClientName: String,
		DefaultMaxContactDistance: 0,
		OpeningTime: PT0S,
		ClosingTime: PT0S,
		TimeZone: String,
		IsAfterHours: False,
		AfterHoursMessage: String,
		BackupAgentId: 00000000-0000-0000-0000-000000000000,
		BackupAgentFullName: String,
		BackupAgentEmail: String,
		BackupAgentInitialMessage: String,
		MatchingWithAgentMessage: String,
		MaxAgentResponseTime: PT0S,
		DefaultConversationPhotoURL: String,
		ContactInfoFormIntroMessage: String,
		ContactInfoFormErrorMessage: String,
		AgentNotificationTitle: String,
		AgentNotificationBody: String,
		ClaimConversationSuccessTitle: String,
		ClaimConversationSuccessMessage: String,
		ClaimConversationErrorTitle: String,
		ClaimConversationErrorMessage: String,
		DefaultAgentInitialMessage: String,
		NoAgentsAvailableMessage: String
	},
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}