CRM
List CRM notes
GET
/
v1
/
crm
/
object-types
/
{objectKind}
/
records
/
{objectID}
/
notes
List CRM notes
curl --request GET \
--url https://api.wazapin.com/v1/crm/object-types/{objectKind}/records/{objectID}/notesconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/crm/object-types/{objectKind}/records/{objectID}/notes', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/crm/object-types/{objectKind}/records/{objectID}/notes"
response = requests.get(url)
print(response.text){
"items": [
{
"body": "<string>",
"created_at": "<string>",
"id": "<string>",
"targets": [
{
"created_at": "<string>",
"id": "<string>",
"object_id": "<string>",
"object_kind": "<string>",
"updated_at": "<string>",
"created_by": "<string>"
}
],
"title": "<string>",
"updated_at": "<string>",
"body_rich": {
"json": "<unknown>",
"plain_text": "<string>",
"type": "<string>"
},
"created_by": "<string>",
"object_id": "<string>",
"object_kind": "<string>"
}
]
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}⌘I
List CRM notes
curl --request GET \
--url https://api.wazapin.com/v1/crm/object-types/{objectKind}/records/{objectID}/notesconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/crm/object-types/{objectKind}/records/{objectID}/notes', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/crm/object-types/{objectKind}/records/{objectID}/notes"
response = requests.get(url)
print(response.text){
"items": [
{
"body": "<string>",
"created_at": "<string>",
"id": "<string>",
"targets": [
{
"created_at": "<string>",
"id": "<string>",
"object_id": "<string>",
"object_kind": "<string>",
"updated_at": "<string>",
"created_by": "<string>"
}
],
"title": "<string>",
"updated_at": "<string>",
"body_rich": {
"json": "<unknown>",
"plain_text": "<string>",
"type": "<string>"
},
"created_by": "<string>",
"object_id": "<string>",
"object_kind": "<string>"
}
]
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}