{ "info": { "_postman_id": "fdd026ea-dee1-4738-82fc-95ea0fb05cfb", "name": "API Reference Accounts Notes API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:07:22.000Z", "updatedAt": "2026-07-28T02:07:22.000Z", "lastUpdatedBy": "35240", "uid": "35240-fdd026ea-dee1-4738-82fc-95ea0fb05cfb" }, "item": [ { "name": "v1", "item": [ { "name": "notes", "item": [ { "name": "{id}", "item": [ { "name": "Update a note", "id": "6153fe14-fa82-4a3a-9883-b92f867d7728", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "id": "5017d5ed-13bb-4174-8591-081115d8a157", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Updates an existing note by ID. Only included fields and relationships are modified.\n\nBoth `$account` and `$opportunity` relationships can be modified via `add` or `remove` operations.\n\nSupports idempotency via the `Idempotency-Key` header.\n\n**[Required scope](/using-the-api/scopes/):** `notes:update`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Write" }, "response": [ { "id": "b8d123de-044b-437f-a1da-d75fe46ed7d7", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"adipisicing_a\": {\n \"valueType\": \"MARKDOWN\",\n \"value\": \"\"\n },\n \"ad1a4\": {\n \"valueType\": \"NUMBER\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"officiab6\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-b8d123de-044b-437f-a1da-d75fe46ed7d7" }, { "id": "062a3f35-7a4c-4fb7-a0d5-8d629c1b1ae2", "name": "400", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-062a3f35-7a4c-4fb7-a0d5-8d629c1b1ae2" }, { "id": "6696baf0-f323-4bb1-9681-aa31b067df8d", "name": "401", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-6696baf0-f323-4bb1-9681-aa31b067df8d" }, { "id": "6fff16a1-3e67-46e5-a920-d783bccb1467", "name": "403", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-6fff16a1-3e67-46e5-a920-d783bccb1467" }, { "id": "71ac12e7-05a1-4eb4-8202-d790ab5873d9", "name": "404", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-71ac12e7-05a1-4eb4-8202-d790ab5873d9" }, { "id": "fd2db6a6-ac20-488d-9a46-1bee15c81349", "name": "409", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-fd2db6a6-ac20-488d-9a46-1bee15c81349" }, { "id": "b5849f35-81cd-45a1-82b0-3df76b8d0338", "name": "415", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-b5849f35-81cd-45a1-82b0-3df76b8d0338" }, { "id": "4ae2e292-c4bf-4b82-a532-8567e7ad3c61", "name": "422", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-4ae2e292-c4bf-4b82-a532-8567e7ad3c61" }, { "id": "9f641c1b-0cf3-4c44-a5e3-9188de5ef0f1", "name": "429", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-9f641c1b-0cf3-4c44-a5e3-9188de5ef0f1" }, { "id": "514ea2a9-6503-420a-aa50-5c1af95acbb0", "name": "500", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-514ea2a9-6503-420a-aa50-5c1af95acbb0" }, { "id": "98749da4-4374-4159-852c-3f1051410d55", "name": "503", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-98749da4-4374-4159-852c-3f1051410d55" }, { "id": "58082fa3-7c2b-4556-89c7-d0e562db1384", "name": "504", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\"\n },\n \"$opportunity\": {\n \"add\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-58082fa3-7c2b-4556-89c7-d0e562db1384" } ], "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-6153fe14-fa82-4a3a-9883-b92f867d7728" }, { "name": "Retrieve a note", "id": "5d088823-00dd-405f-87de-fa4b1d9db0c6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "id": "1a489901-50bb-40f2-aa8d-824bbce855a1", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves a single note by its ID.\n\n**[Required scope](/using-the-api/scopes/):** `notes:read`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Read" }, "response": [ { "id": "59c8ae5e-3030-4d23-b7b5-e05aee6a6cfd", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"adipisicing_a\": {\n \"valueType\": \"MARKDOWN\",\n \"value\": \"\"\n },\n \"ad1a4\": {\n \"valueType\": \"NUMBER\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"officiab6\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-59c8ae5e-3030-4d23-b7b5-e05aee6a6cfd" }, { "id": "18cff6f9-25b3-4071-b1ca-0c89a7dc8bd3", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-18cff6f9-25b3-4071-b1ca-0c89a7dc8bd3" }, { "id": "69fe7c9e-f50c-4109-8ff7-89da13e67f1f", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-69fe7c9e-f50c-4109-8ff7-89da13e67f1f" }, { "id": "2a83caa2-9d2f-4914-8d92-44fd1120e572", "name": "403", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-2a83caa2-9d2f-4914-8d92-44fd1120e572" }, { "id": "652d46b6-cd07-4a6a-8c2f-77672d335c06", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-652d46b6-cd07-4a6a-8c2f-77672d335c06" }, { "id": "2992f630-4ab0-4ad9-abf9-de149f50c1f6", "name": "409", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-2992f630-4ab0-4ad9-abf9-de149f50c1f6" }, { "id": "9f9156c3-3673-4af5-82c2-9574360fa83f", "name": "415", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-9f9156c3-3673-4af5-82c2-9574360fa83f" }, { "id": "19254b23-c99f-45eb-9918-fa61ca305780", "name": "422", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-19254b23-c99f-45eb-9918-fa61ca305780" }, { "id": "0f29899a-713c-42c3-97a3-5cf95c68bed2", "name": "429", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-0f29899a-713c-42c3-97a3-5cf95c68bed2" }, { "id": "3dd861b5-ffe8-4469-a639-e5e7b90084d5", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-3dd861b5-ffe8-4469-a639-e5e7b90084d5" }, { "id": "da4bdc98-d483-4f5b-ae38-8985aea5df42", "name": "503", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-da4bdc98-d483-4f5b-ae38-8985aea5df42" }, { "id": "8860dabd-5357-490d-9ed4-be3b6bc3fa80", "name": "504", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-8860dabd-5357-490d-9ed4-be3b6bc3fa80" } ], "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-5d088823-00dd-405f-87de-fa4b1d9db0c6" } ], "id": "05bed071-fa17-4188-bdae-09a802ad7a4e", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-05bed071-fa17-4188-bdae-09a802ad7a4e" }, { "name": "Create a note", "id": "a990ac45-52af-4871-946b-28589e101ee3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] }, "description": "Creates a new note record.\n\nThe note author is automatically set to the API key owner.\n\nSupports idempotency via the `Idempotency-Key` header.\n\n**[Required scope](/using-the-api/scopes/):** `notes:create`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Write" }, "response": [ { "id": "0e504764-3c2f-4a3c-b4d1-664673f1618e", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"adipisicing_a\": {\n \"valueType\": \"MARKDOWN\",\n \"value\": \"\"\n },\n \"ad1a4\": {\n \"valueType\": \"NUMBER\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"officiab6\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-0e504764-3c2f-4a3c-b4d1-664673f1618e" }, { "id": "24be1682-f40f-4c86-b3d6-217777ea0103", "name": "400", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-24be1682-f40f-4c86-b3d6-217777ea0103" }, { "id": "ef870841-5990-4c8d-a184-97a2316a269e", "name": "401", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-ef870841-5990-4c8d-a184-97a2316a269e" }, { "id": "24abd6bf-fff0-4e34-863a-cb370f1f53ca", "name": "403", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-24abd6bf-fff0-4e34-863a-cb370f1f53ca" }, { "id": "ec0527c8-dd0f-4393-b854-94dbc162e118", "name": "404", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-ec0527c8-dd0f-4393-b854-94dbc162e118" }, { "id": "b4b648e2-eeea-4c95-bd84-3fb1d43b3a9f", "name": "409", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-b4b648e2-eeea-4c95-bd84-3fb1d43b3a9f" }, { "id": "ad1efd33-0251-4ce2-93d5-0c17ce500d26", "name": "415", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-ad1efd33-0251-4ce2-93d5-0c17ce500d26" }, { "id": "c7f1c6c8-f021-4f6c-9c39-a789050704e4", "name": "422", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-c7f1c6c8-f021-4f6c-9c39-a789050704e4" }, { "id": "76e0f22e-1225-4340-a4c6-7647ba6cba29", "name": "429", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-76e0f22e-1225-4340-a4c6-7647ba6cba29" }, { "id": "dd0c46d0-8900-4dba-92e5-0193307c1cad", "name": "500", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-dd0c46d0-8900-4dba-92e5-0193307c1cad" }, { "id": "6001e29a-7e23-4d62-8dd6-7c1504afcf15", "name": "503", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-6001e29a-7e23-4d62-8dd6-7c1504afcf15" }, { "id": "3cacff9f-29e2-48c5-86ff-bb2f420780d1", "name": "504", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$title\": \"\",\n \"$content\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"$opportunity\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-3cacff9f-29e2-48c5-86ff-bb2f420780d1" } ], "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-a990ac45-52af-4871-946b-28589e101ee3" }, { "name": "List notes", "id": "4ee103c8-7494-4d80-b4ad-10a7ac439ce2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] }, "description": "Returns a paginated list of notes. Use `offset` and `limit` to paginate through results. See [List endpoints](/using-the-api/list-endpoints/) for more information about pagination.\n\n**[Required scope](/using-the-api/scopes/):** `notes:read`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Search" }, "response": [ { "id": "f8dc31cc-7531-4f7c-87b9-cf0dad584e57", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"object\": \"\",\n \"data\": [\n {\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"reprehenderit_e\": {\n \"valueType\": \"CURRENCY\",\n \"value\": \"\"\n },\n \"consectetur1\": {\n \"valueType\": \"FULL_NAME\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"fugiat1d\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"consequat_09_\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n },\n {\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"labore_0b\": {\n \"valueType\": \"ADDRESS\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"commodo_67\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"ut_a\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n }\n ],\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-f8dc31cc-7531-4f7c-87b9-cf0dad584e57" }, { "id": "cdf4ac7d-d6ed-42c8-972a-77c591ca65bc", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-cdf4ac7d-d6ed-42c8-972a-77c591ca65bc" }, { "id": "9c1350c9-dab3-4534-aa74-b14a4d73a5ac", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-9c1350c9-dab3-4534-aa74-b14a4d73a5ac" }, { "id": "a3f586b7-26ea-4b80-90c8-f3cc96928173", "name": "403", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-a3f586b7-26ea-4b80-90c8-f3cc96928173" }, { "id": "ff0d3cd0-ab30-423f-9510-90e230b0a0b0", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-ff0d3cd0-ab30-423f-9510-90e230b0a0b0" }, { "id": "2621bb16-2163-45c1-836b-91ff7772ad4a", "name": "409", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-2621bb16-2163-45c1-836b-91ff7772ad4a" }, { "id": "2782367a-8bb8-4059-ac03-1bbba2281316", "name": "415", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-2782367a-8bb8-4059-ac03-1bbba2281316" }, { "id": "5891849b-1389-4d5b-a61f-5b245879a450", "name": "422", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-5891849b-1389-4d5b-a61f-5b245879a450" }, { "id": "d6ff0215-3f05-46cd-90ca-7c05aadd448b", "name": "429", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-d6ff0215-3f05-46cd-90ca-7c05aadd448b" }, { "id": "89795d17-93b2-413b-9e37-1cd216d33003", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-89795d17-93b2-413b-9e37-1cd216d33003" }, { "id": "967a32be-9c40-4116-9542-ec21b862fb65", "name": "503", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-967a32be-9c40-4116-9542-ec21b862fb65" }, { "id": "c810faaa-cb4d-4caa-a0e2-5e683d1bfd5a", "name": "504", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-c810faaa-cb4d-4caa-a0e2-5e683d1bfd5a" } ], "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-4ee103c8-7494-4d80-b4ad-10a7ac439ce2" } ], "id": "60de907b-18b9-4dea-a35a-64142c5a1454", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-60de907b-18b9-4dea-a35a-64142c5a1454" } ], "id": "16bae38c-bd23-4260-a760-ea6506a26ef6", "createdAt": "2026-07-28T02:07:23.000Z", "updatedAt": "2026-07-28T02:07:23.000Z", "uid": "35240-16bae38c-bd23-4260-a760-ea6506a26ef6" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }