Skip to content

Function: getOrganizationField()

ts
function getOrganizationField<T>(
   client, 
   parameters, 
options?): Promise<FieldValue<T>>;

Defined in: api/organizations.ts:121

Type Parameters

Type ParameterDefault type
Tunknown

Parameters

ParameterTypeDescription
clientClient-
parameters{ field: string | string & object; id: string; }-
parameters.fieldstring | string & objectAn organization field
parameters.id?stringThe ID or name of the organization
options?RequestOptions-

Returns

Promise<FieldValue<T>>