Comments
API Endpoints for Comments
https://relatecrm.example.com/api/{resource}/{resourceId}/comments
|
|
|
| Content-Type (Required) |
string |
application/json |
| Accept (Required) |
string |
application/json |
| Authorization (Required) |
string |
Bearer {token} |
Path Parameters
|
|
|
| resource (Required) |
string |
Any of ['activities', 'calls', 'notes'] |
| resourceId (Required) |
integer |
Resource record ID |
https://relatecrm.example.com/api/{resource}/{resourceId}/comments
|
|
|
| Content-Type (Required) |
string |
application/json |
| Accept (Required) |
string |
application/json |
| Authorization (Required) |
string |
Bearer {token} |
Path Parameters
|
|
|
| resource (Required) |
string |
Any of ['activities', 'calls', 'notes'] |
| resourceId (Required) |
integer |
Resource record ID |
Body Parameters
|
|
|
| body (Required) |
string |
|
| via_resource (Optional) |
string |
Required if resource is any of ['notes','calls'] Any of ['contacts', 'companies', 'deals'] |
| via_resource_id (Optional) |
integer |
Required if resource is any of ['notes','calls'] |
https://relatecrm.example.com/api/comments/{id}
|
|
|
| Content-Type (Required) |
string |
application/json |
| Accept (Required) |
string |
application/json |
| Authorization (Required) |
string |
Bearer {token} |
Path Parameters
|
|
|
| id (Required) |
integer |
The ID of the record |
https://relatecrm.example.com/api/comments/{id}
|
|
|
| Content-Type (Required) |
string |
application/json |
| Accept (Required) |
string |
application/json |
| Authorization (Required) |
string |
Bearer {token} |
Path Parameters
|
|
|
| id (Required) |
integer |
The ID of the record |
Body Parameters
|
|
|
| body (Required) |
string |
|
| via_resource (Optional) |
string |
Required if resource is any of ['notes','calls'] Any of ['contacts', 'companies', 'deals'] |
| via_resource_id (Optional) |
integer |
Required if resource is any of ['notes','calls'] |
https://relatecrm.example.com/api/comments/{id}
|
|
|
| Content-Type (Required) |
string |
application/json |
| Accept (Required) |
string |
application/json |
| Authorization (Required) |
string |
Bearer {token} |
Path Parameters
|
|
|
| id (Required) |
integer |
The ID of the record |