The following APIs were changed or updated in Telligent Evolution release 7.1 December 2012 hotfix. These APIs are part of Telligent Community 7.1 and Telligent Enterprise 4.1 builds from this date.

Updated In-Process APIs

FieldFacet In-Process API

FieldFacetResult In-Process API

SearchResultsListOptions In-Process API

UserAfterCreateEventArgs In-Process API

string Bio(); string Bio(string postTarget);
string Bio();

string Bio(string postTarget) parameters/return type and string Bio ( ) parameters/return type were also added.

UserAfterDeleteEventArgs In-Process API

string Bio(); string Bio(string postTarget);
string Bio();

string Bio(string postTarget) parameters/return type and string Bio ( ) parameters/return type were also added.

UserAfterIdentifyEventArgs In-Process API

string Bio();string Bio(string postTarget);
string Bio();

string Bio(string postTarget) parameters/return type and string Bio ( ) parameters/return type were also added.

UserBeforeDeleteEventArgs In-Process API

string Bio();string Bio(string postTarget);
string Bio();

string Bio(string postTarget) parameters/return type and string Bio ( ) parameters/return type were also added.

Updated REST Endpoints

Abuse Appeal REST Endpoints

286 <ContentIsReply>true</ContentIsReply>
287 <RequiresManualActionToCorrectContent>true</RequiresManualActionToCorrectContent>
288 <Content>

XML example line 636 added (note that due to previous insertion, all lines are shifted down):

635 <ContentIsReply>true</ContentIsReply>
636 <RequiresManualActionToCorrectContent>true</RequiresManualActionToCorrectContent>
637 <Content>

JSON example line 298 added:

297 "ContentIsReply": true,
298 "RequiresManualActionToCorrectContent": true,
299 "Content": {

JSON example line 674 added (note that due to previous insertion, all lines are shifted down):

673  "ContentIsReply": true,
674  "RequiresManualActionToCorrectContent": true,
675  "Content": {
450 <ContentIsReply>true</ContentIsReply>
451 <RequiresManualActionToCorrectContent>true</RequiresManualActionToCorrectContent>
452 <Content>

JSON example line 489 added:

488 "ContentIsReply": true,
489 "RequiresManualActionToCorrectContent":true,
490 "Content": {
450 <ContentIsReply>true</ContentIsReply>
451 <RequiresManualActionToCorrectContent>true</RequiresManualActionToCorrectContent>
452 <Content>

JSON example line 489 added:

488 "ContentIsReply": true,
489 "RequiresManualActionToCorrectContent": true,
450 "Content": {

Comment REST Endpoint

Search Result REST Endpoints

User REST Endpoint

User Avatar REST Endpoint

Wiki Page Revision REST Endpoints