Comment Type

  • Updated

Comment Type

 

 


GET /v2/common/get/commentType

Returns a list of comment types.


Parameter
includeInactive    Boolean

true  if you would like to include inactive results as well,  false otherwise.


Response:

Returns a list of comment types satisfying the search criteria.

{
"success": true,
"result": [{
"Position": 1,
"Inactive": false,
"IsSystem": false,
"Id": 1841,
"Name": "Booking"
},
{
"Position": 2,
"Inactive": false,
"IsSystem": false,
"Id": 1021,
"Name": "General"
},
{
"Position": 3,
"Inactive": false,
"IsSystem": false,
"Id": 7,
"Name": "System"
}]
}

Was this article helpful?

Have more questions? Submit a request