Get a specific example.
retrieve(
exampleID: string,
query: ExampleRetrieveParams | null | undefined = {},
options: RequestOptions
): APIPromise<Example>| Name | Type | Description |
|---|---|---|
exampleID* | string | |
query | ExampleRetrieveParams | null | undefined | Default: {} |
options | RequestOptions |