Home / API Documentation

Get Contact Log Source by Id

Method: GET api/v1/ContactLog/GetContactLogSource?SourceId={SourceId}

Response Format:

application/json

Required Parameters Description Additional information
SourceId

Define this parameter in the request URI.

application/json, text/json

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