v1
latestOpenAPI 3.1.02026-07-2438302.6 MBGet Job Notes
get/jobs/{job_uid}/note
Path parameters
job_uidstring required
Query parameters
sort'ASC' | 'DESC'
sort_by'created_at' | 'attachment_name'
Response
200
Example response
{
"type": "success",
"data": [
{
"note_uid": "4cf5df5e-9d25-474f-8cb5-ad4374923ae6",
"note_type": "TEXT",
"note": "<p>hi</p>",
"created_by": {
"user_uid": "b9c91ee7-850f-47b7-b2cd-a6b78f4254d3",
"first_name": "Tom",
"last_name": "R",
"email": "tom.r@zuper.co",
"designation": "Admin",
"emp_code": "001",
"profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/4ddf323f-19ed-4b56-81cc-70d0bdf628c5/ea2602d9-0379-4ffb-a2c0-916dc2558c56.JPG",
"is_active": true,
"created_at": "2024-06-14T07:34:28.000Z",
"updated_at": "2024-09-18T04:03:31.000Z"
},
"created_at": "2024-09-19T08:56:51.359Z",
"updated_at": "2024-09-19T08:56:51.373Z",
"is_v2_note": true
}
]
}