NewsfeedMessage

A news feed message [NewsfeedMessage] is a message concerning a project and including project status information.

XML

SOAP

REST

Database table

Object

NewsfeedMessage

oaNewsfeedMessage

newsfeed_message

Supported Commands

Add, Read, Modify, Delete

add(), read(), modify(), upsert(), delete()

The NewsfeedMessage object has the following properties:

XML / SOAP

Database

Description

authorid

author_id

The ID of the user who created the record. At least one of authorid and editorid is required.

content

content

The text or HTML content of the newsfeed entry. Limited to 3,000 characters. The following HTML tags are allowed (HTML Allowlist): strong, em, u, br, h3, p, ol, ul, li, a, img, span.

created

created

[Read-only] Time the record was created. See Date Fields.

editorid

editor_id

The ID of the user who last updated or modified the record. At least one of authorid and editorid is required.

id

id

[Read-only] Unique ID. Automatically assigned by OpenAir.

newsfeedid

newsfeed_id

[Required] The ID of the associated project status newsfeed.

tagid

tag_id

The ID of the project status tag. The tagid values correspond to predefined project status tags as follows: 0 = Empty (no status); 1 = On Track 2 = Needs Attention; 3 = Off Track; 4 = Proposed; 5 = Not Started; 6 = On Hold; 7 = Completed; 8 = Cancelled.

title

title

The title of the newsfeed entry. Limited to 125 characters. Optional.

updated

updated

[Read-only] Time the record was last updated or modified. See Date Fields.