GET api/consultations/getComment?commentType={commentType}&userId={userId}"ationId={quotationId}&consultId={consultId}&isRead={isRead}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| commentType | integer |
Required |
|
| userId | string |
Required |
|
| quotationId | integer |
None. |
|
| consultId | integer |
None. |
|
| isRead | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3",
"code": 4
}