Returns information on a Community based on ID. User needs to be previously authenticated through LoginUser before being able to make a call to this web service.
Input Object (XML)
Element |
SQL Data Type |
Mandatory |
Description |
VendorTokenGUID |
GUID |
Yes |
Specific GUID that Synergetic will give the third party app to validate them upon every web service request. |
VendorPassword |
Varchar(100) |
Yes |
Password provided to the vendor by CDA. |
ID |
Numeric |
Yes |
Community ID to retrieve information on. |
INCLUDEPHOTOFLAG |
Boolean |
No |
When set to true, this will also return the photo. Set to false (default) to lower bandwidth usage. |
LASTPHOTODATE |
DateTime |
No |
Populate this with then the photo was last retrieved. |
Sample Input
3FC2ABA9-8F37-4CC9-934C-6ABCCA9F44B7
s3cr3t
56
Output Object (XML)
Element/Attribute |
SQL Data Type |
Description |
NameExternal |
Varchar |
Community Name |
MobilePhone |
Varchar |
|
OccupMobilePhone |
Varchar |
Occupation (work) mobile phone |
Varchar |
|
|
Photo |
Varbinary |
|
PhotoType |
Varchar |
BMP / JPG |
ModifiedDate |
DateTime |
Timestamp of when the photo was modified |
See Also
- SelectCommunityPhoto
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article