v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get Customer Note

get/customers/{customer_uid}/note

Path parameters

customer_uidstring required

Query parameters

sort'ASC' | 'DESC'
sort_by'attachment_name' | 'created_at'

Response

200

typestring

Example response

{
  "type": "success",
  "data": [
    {
      "note_uid": "57221a03-59b0-4888-8e2a-5075570310d7",
      "note_type": "TEXT",
      "note": "<p>Sample</p>",
      "created_by": {
        "user_uid": "641aacc5-3a7a-4c3c-beec-fa6c186e37ec",
        "first_name": "JohnDoe",
        "last_name": "S",
        "email": "johndoe.s@zuper.co",
        "designation": "Admin",
        "emp_code": "Z98",
        "profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/c5914720-043e-11ee-89dd-7d1eb09002c4.JPG",
        "hourly_labor_charge": 20,
        "is_active": true,
        "created_at": "2022-04-22T05:06:25.000Z",
        "updated_at": "2023-06-06T07:50:15.000Z"
      },
      "created_by_type": "EMPLOYEE",
      "created_at": "2024-09-20T05:54:57.567Z",
      "updated_at": "2024-09-20T05:54:57.568Z"
    }
  ]
}