Note

Get All Notes

GET
/note/all

Query Parameters

sort?object
pagination?object
searchQuery?string
filters?array<NoteFilterDto>

Response Body

curl -X GET "http://crm-apiprod.b2bleadsmarket.com/note/all?field=string&orderby=ASC&page=0&pageSize=0&searchQuery=string&filters=%5Bobject+Object%5D"
{
  "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": {}
}