Home / API Documentation

Get contact log type by Id

Method: GET api/v1/ContactLog/GetContactLogType?TypeId={TypeId}

Response Format:

application/json

Required Parameters Description Additional information
TypeId

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        {
  "contactlogtypeid": 1,
  "companyid": 2,
  "isactive": true,
  "contactlogtypename": "sample string 4",
  "type": 5
};