osapi.jive.corev3.extprops.ExtProps

Extended Properties is a way to store app / integration specific properties for content / people or places. Each property have a name, value and a parent object. Only Jive Apps and Jive Integrations can make use of extended properties. Extended properties are stored within the context of app or integration, i.e. properties created by an integration or app are available only for that app or integration.

Example:
Save Extended Properties

Extended Properties can be created by executing createExtProp methods on any person or place or content object. For e.g. Read createExtProps() to learn how to save extended props.

Fetch Extended Properties

Extended Properties can be fetched by executing getExtProp methods on any person or place or content object. For e.g. Read getExtProps() to learn how to fetch extended props.

Delete Extended Properties

Extended Properties can be deleted by executing deleteExtProp methods on any person or place or content object. For e.g. Read deleteExtProps() to learn how to delete extended props.

Properties

Properties

PropertyTypeMode Description
idStringread-only

Identifier (unique within an object type and Jive instance) of this object.

resourcesObjectread-only

Resource links (and related permissions for the requesting person) relevant to this object.

→ Fields used by update and create operations
→ Fields used only by create operations
→ Fields not used by update or create operations