Note

Get A Note By Id

GET
/note/{id}

Path Parameters

idstring

Response Body

curl -X GET "http://crm-apiprod.b2bleadsmarket.com/note/string"
{
  "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"
  }
}