api.jobs.note.get
GET /job/{jobDisplayId}/note/{id}— ACPortal
Python
api.jobs.note.get(job_display_id: int, note_id: str) -> JobNote
CLI
ab jobs note get <job_display_id> <note_id>
Fetch a single note (GET /job/{jobDisplayId}/note/{id}).
Response
Returns JobNote.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Creation timestamp |
|
|
no |
Last modification timestamp |
|
|
no |
Creator identifier |
|
|
no |
Last modifier identifier |
|
|
no |
Note ID |
|
|
no |
Note content |
|
|
no |
Flagged as important |
|
|
no |
Completion status |
|
|
no |
Author name |
|
|
no |
Last modified (API typo preserved) |
|
|
no |
Associated timeline task |