Notes related to accounts
| createdAt | string or null <date-time>
The date and time the account note was created. |
| message | string or null <= 65535 characters The text content of this account note. |
| noteType | string or null <= 255 characters The context of this account 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 account note is pinned. |
{- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}object The account this account note is related to. You can use only the attribute id to filter accountNotes by account (e.g. filter[account][id]=X). | |
object The creator of the account note. Relationship creator cannot be used as a filter. | |
object The opportunity this account note is related to. Relationship opportunity cannot be used as a filter. |
{
}{- "data": [
- {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "id": 0,
- "relationships": {
}, - "type": "string"
}
]
}object |
Created
JSON error message
{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "relationships": {
}, - "type": "string"
}
}{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "id": 0,
- "relationships": {
}, - "type": "string"
}
}{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "id": 0,
- "relationships": {
}, - "type": "string"
}
}{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "id": 0,
- "relationships": {
}, - "type": "string"
}
}{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "noteType": "string",
- "opportunityAssociationRule": "string",
- "pinned": true
}, - "id": 0,
- "relationships": {
}, - "type": "string"
}
}