Get a specific feedback.
retrieve(
feedbackID: string,
query: FeedbackRetrieveParams | null | undefined = {},
options: RequestOptions
): APIPromise<FeedbackSchema>| Name | Type | Description |
|---|---|---|
feedbackID* | string | |
query | FeedbackRetrieveParams | null | undefined | Default: {} |
options | RequestOptions |