Person.GetCount

Summary

Returns the number of people currently registered with Ditto.

Signatures

Web Service Method Signature
int GetCount(string apiKey, string site)
REST Signature
/rest/person/GetCount?apiKey={apiKey}&site={site}

Return Value

The number of people in the system.

Arguments

apiKey

Your API key. For more information see here.

site

The site the API should be executed against, e.g. www.ditto.net.

REST Example

http://api.ditto.net/rest/person/GetCount?apiKey=xxxx&site=www.ditto.net

Response Example

<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6193</int>