Notes related to prospects
| createdAt | string or null <date-time>
The date and time the prospect note was created. |
| message | string or null <= 65535 characters The text content of this prospect note. |
| noteType | string or null <= 255 characters The context of this prospect note, one of {note,call,coffee,beer,meeting}. |
| opportunityAssociationRule | string or null <= 255 characters The rule used to associate the account note with an opportunity, one of {recent_created,recent_updated}. |
| pinned | boolean or null A boolean value indicating whether this prospect note is pinned. |
{- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}object The creator of the prospect note. Relationship creator cannot be used as a filter. | |
object The opportunity this prospect note is related to. Relationship opportunity cannot be used as a filter. | |
object The prospect this prospect note is related to. You can use only the attribute id to filter prospectNotes by prospect (e.g. filter[prospect][id]=X). |
{- "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
},
},
}{- "data": [
- {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "id": 0,
- "relationships": {
- "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
},
},
}, - "type": "string"
}
]
}object |
Created
JSON error message
{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "relationships": {
- "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
},
},
}, - "type": "string"
}
}{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "id": 0,
- "relationships": {
- "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
},
},
}, - "type": "string"
}
}{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "id": 0,
- "relationships": {
- "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
},
},
}, - "type": "string"
}
}{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "id": 0,
- "relationships": {
- "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
},
},
}, - "type": "string"
}
}{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "id": 0,
- "relationships": {
- "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
},
},
}, - "type": "string"
}
}