Get a Note
get
/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/notes/{gtmCaLineNoteSeqNo}
Request
Path Parameters
-
gtmCaLineNoteSeqNo(required): string
Resource ID
-
gtmCampaignGid(required): string
Resource ID
-
gtmCampaignLineGid(required): string
Resource ID
Query Parameters
-
expand: string
Comma-delimited string of child resource names that you want to expand so that the contents return with the parent in the same GET request.
-
fields: string
Comma-delimited string of field names that you wanted returned in a GET request.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/vnd.oracle.resource+json;type=singular
Default Response
Default Response.
Root Schema : schema
Type:
Show Source
object
-
domainName: string
No description.
-
gtmCaLineNoteSeqNo: number
(int64)
The sequence number for campaign line note.
-
isSystemGenerated: string
No description.
-
links: array
links
Read Only:
true
-
note: string
Holds details note of user or system comment.
-
noteDate:
noteDate
This fields holds the date on which note was added on campaign line.
-
noteEnteredBy: string
User id of user who provides the comment.
-
summary: string
Summery of user or system comment.
Nested Schema : noteDate
This fields holds the date on which note was added on campaign line.
Match All
This fields holds the date on which note was added on campaign line.
Show Source