Get On Going Issues Count
Get On Going Issues Count

This method returns a row count value for all issues. The client makes a GET request providing input parameters UserID and LanguageID. The output value will be an integer type.

Name Value
REST-API METHOD GET ON GOING ISSUES COUNT
HTTP METHOD GET
RESPONSE TYPE XML
URL https://api.csm.next4biz.net/services/IssueService/{CompanyID}/allIssuesCount.json/{langID}https://api.csm.next4biz.net/services/IssueService/{CompanyID}/allIssuesCount.xml/{langID}
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
                                    
                                        <int>{AllIssuesRowCount}</int>
                                    
                                
                                                                        
                                        {
    "0": "{AllIssuesRowCount}"
}