Function: getOrganizationField()
ts
function getOrganizationField<T>(client, parameters): Promise<FieldValue<T>>;Defined in: api/organizations.ts:101
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { field: string; id: string; } | - |
parameters.field | string | An organization field |
parameters.id | string | The ID or name of the organization |
Returns
Promise<FieldValue<T>>