Skip to main content
GET
Get a meeting outcome
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
required

Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.

Path Parameters

id
string
required

The unique identifier of the meeting outcome.

Example:

"59413def-60eb-47c6-b390-098fcf583b66"

Response

200 - application/json

OK - Request succeeded

id
string

Unique identifier for the meeting outcome.

Example:

"59413def-60eb-47c6-b390-098fcf583b66"

name
string

Name of the meeting outcome.

Example:

"Pricing Discussion"

color
enum<string>

Color assigned to the meeting outcome.

Available options:
blue,
orange,
gray,
red,
yellow,
violet,
pink,
teal,
cyan,
green
Example:

"yellow"

kind
string

Kind of the meeting outcome.

Example:

"custom"

color_hex
string

Hex color code for the meeting outcome.

Example:

"#EAB308"

is_system
boolean

Whether this is a system-defined meeting outcome. System outcomes cannot be modified or deleted.

Example:

false

is_organization_owned
boolean

Whether this outcome belongs to the organization.

Example:

true