Constructors
Methods
getOrganisation
- getOrganisation(
context: "team" | "organisation" | "admin",
contextId: number,
organisationId: number,
): Promise<
{
country: string;
createdAt: string;
custom_fields?: CustomField[];
entityType: EntityType;
id: number;
resourceType: string;
timezone: string;
title: string;
updatedAt: string;
},
> Parameters
- context: "team" | "organisation" | "admin"
- contextId: number
- organisationId: number
Returns Promise<
{
country: string;
createdAt: string;
custom_fields?: CustomField[];
entityType: EntityType;
id: number;
resourceType: string;
timezone: string;
title: string;
updatedAt: string;
},
>
The point of view from where the request takes place