Get Company Note List
Get Company Note List
Path Parameters
Name
Type
Description
{
"meta": {
"totalResults": 10,
"start": 0,
"perPage": 50,
"count": 3
},
"results": [
{
"id": 2,
"companyId": 4,
"noteText": "<p>Company Note 1</p>\n",
"createdByUserId": 1,
"createdDate": "2022-06-12 06:06:03 UTC",
"modifiedDate": "2022-07-13 01:32:10"
},
{
"id": 4,
"companyId": 4,
"noteText": "<p>Company Note 2</p>\n",
"createdByUserId": 1,
"createdDate": "2022-07-13 01:27:27 UTC",
"modifiedDate": "2022-07-13 01:27:27"
},
{
"id": 5,
"companyId": 4,
"noteText": "<p>Company Note 3</p>\n",
"createdByUserId": 1,
"createdDate": "2022-07-13 01:29:41 UTC",
"modifiedDate": "2022-07-13 01:29:41"
},
]
}
Example Request
Company Note
Property
Type
Description
Last updated