Cemberle

<back to all web services

MyCircleRequest

The following routes are available for this service:
All Verbs/mycircle
MyCircleRequest Parameters:
NameParameterData TypeRequiredDescription
UseridqueryintNo
MyCircleResponse Parameters:
NameParameterData TypeRequiredDescription
SuccessformboolNo
myCircleformList<MyCircleModel>No
MycountformintNo
MyCircleModel Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
UseridformintNo
CircleuseridformintNo

To override the Content-type in your clients, use the 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 /mycircle HTTP/1.1 
Host: service.cemberle.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	userid: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	success: False,
	myCircle: 
	[
		{
			id: 0,
			userid: 0,
			circleuserid: 0
		}
	],
	mycount: 0
}