Path Parameters
HTTP Header
api-key REQUIRED string - Your Accelerate API Key | URL Substitution
subdomain REQUIRED
relationship ID REQUIRED |
Relationship Note Requests
GET POST
GET POST - Retrieve notes for a relationship or add a new note into a relationship.
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/notes/
Example Payload
POST
{
"text": "Do we need to contact James to make sure he wishes to proceed?"
}
Response
400 Returned if the request sent is invalid. | 404 Returned if the request is not found or the user does not have permission to view it. |
200
Expand to see example of a successful response. { |
Relationship Note Attributes
When adding a new note to a relationship via the API, there is one field that is needed.
β
Mandatory Fields
Expand to see the list of mandatory fields
Expand to see the list of mandatory fields
text - string
Maximum of 4000 characters. If you want to send a newline, you can use <br>,<br/> or <br />
Non Mandatory Fields
There are no Non-Mandatory fields for this type of request.