Skip to main content

Search Match

{
"object": {
"id": "integer",
"type": "string",
"added_at": "string",
"html": "string"
},
"author": {
"id": "integer",
"username": "string",
"real_name": "string",
"email": "string",
"email_isvalid": "boolean",
"date_joined": "string",
"bio": "string",
"location": "string",
"birthday": "string",
"description": "string",
"gender": "string",
"status": "string",
"website": "string",
"avatar": "string",
"cover": "string"
}
}

Properties

NameTypeRequiredRestrictionsDescription
objectobjectfalsenoneGeneral reference for Discussion, Post or Comment
» idintegerfalseread-onlyObject id
» typestringfalseread-onlyType of the object
» added_atstring(date-time)falseread-onlyDatetime of creation
» htmlstringfalseread-onlyThe content of the object in html format, it contains the match of the search wrapped into <b> tag
authorUserfalseread-onlyThe user object

Enumerated Values

PropertyValueDescription
typediscussionIdentify a Discussion object
typepostIdentify a Post object
typecommentIdentify a Comment object