Note

Get Note Target

POST
/note/get-notes-by-target
idstring
typestring
page?number
pageSize?number
sort?object

Response Body

curl -X POST "http://crm-apiprod.b2bleadsmarket.com/note/get-notes-by-target" \  -H "Content-Type: application/json" \  -d '{    "id": "string",    "type": "string"  }'
{
  "docs": [
    {
      "id": "string",
      "position": 0,
      "title": "string",
      "body": "string",
      "createdBy": {
        "source": "string",
        "workspaceMemberId": "19b2e9e0-2ca5-440b-89b8-7d3df62cd046",
        "name": "string"
      },
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z",
      "deletedAt": "2019-08-24T14:15:22Z",
      "targetEntities": {
        "type": "string",
        "id": "string"
      }
    }
  ],
  "total": 0,
  "pagination": {}
}