Home / API Documentation

Get contact log source by name

Method: GET api/v1/ContactLog/GetContactLogSourceByName?sourcename={sourcename}

Response Format:

application/json

Required Parameters Description Additional information
sourcename

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        {
  "contactlogsourceid": 1,
  "companyid": 2,
  "isactive": true,
  "contactlogsourcename": "sample string 4"
};