fetchOrganization
Fetch an organization from the portal
Note: IHubOrganization is a read-only interface for a subset of the IPortal object
The full portal is exposed as the portal
property on the IHubOrganization object.
Parameters
Available requestOptions
Property | Type | Notes |
---|
Returns
Property | Type | Notes |
---|---|---|
AccessLevel |
Access level of the org - only public or private |
|
IPortal |
Access to the whole Portal object |
|
string[] |
tags. Always empty for an org |
|
string[] |
typeKeywords. Always empty for an org |
|
string |
URL to the org |
|
Inherited | Date |
Date the entity was created |
Inherited | string |
Source of the creation date as a property path
e.q |
Inherited | string |
Id of the entity as a string |
Inherited | string |
Name of the Entity For Entities backed by items, this is typically the title |
Inherited | string |
For Item backed results, this will be |
Inherited | Date |
Date when the entity was last updated Depending on the entity, this could be derived in many different ways |
Inherited | string |
Source of the updated date |
Optional | string |
description of the org |
Optional | IHubLocation |
location - always null for an org |
Optional | string |
ID of the org, same as the id property |
Optional | string |
owner. Always null for an org |
Optional | string |
thumbnail image w/o URL |
Optional | string |
URL to the thumbnail image |
Optional | IWithViewSettings |
view settings - always null for an org |
Optional Inherited | IHubEntityLinks |
Links to related things |
Optional Inherited | string |
Source of the entity. Exact logic for this tbd, but the intent is to allow the result to be attributed to something other than "owner" |
Optional Inherited | string |
Sanitized summary derived from item.snippet, item.description, group.description, user.description, event.description etc |
Function defined in common/src/org/fetch.ts:17