IsConfigValid

IsConfigValid is a supplementary method to check whether RES is successfully configured for a RES user and a Company pair. If this method returns false, there is no reason to call GetEvents and FlagAsRead methods.

IsConfigValid Returns true or false depending on the validity of RES configuration for the particular user and the company.
Name Value
REST-API METHOD IsConfigValid
HTTP METHOD GET
RESPONSE TYPE XML
URL https://api.csm.next4biz.net/api/RES/IsConfigValid?companyId={CompanyId}&userId={UserId}
REQUEST HEAD Authorization: Basic {base64 encoded username:password} Accept: text/html,application/xhtml+json,application/json;q=0.9,*/*;q=0.8 Content-Type: application/jsonAuthorization: Basic {base64 encoded username:password} Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Content-Type: application/xml
  • XML
  • JSON
ENDPOINT DEFINITION
GET
RESPONSE BODY
                                    
                                        true or false string                                    
                                
                                                                        
                                        false