Get the comments for a job
Gets all comments associated with a job. Returns a list of all comments associated with a job which includes the following fields: job
, comment
, comment
, last
, last
.
Users must have the job's associated job template shared with them to get job comments.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/jobs/{jobId}/comments \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"jobComments": [
{
"jobId": "string",
"comment": "string",
"commentId": "string",
"lastModifiedBy": "string",
"lastModified": "2019-08-24T14:15:22Z"
}
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| The comments on a job | Inline | |
| error | ||
| error |
Response details
Status Code 200
JobComments
Name | Type | Required |
---|---|---|
| ||
|
| |
|
| |
|
| |
|
| |
|
|