GET api.ashx/v2/mentionables.{json|xml}
LIST mentionables.
Request Parameters
Name | Type | Location | Description | Required | Default | Options |
---|---|---|---|---|---|---|
ApplicationId | Guid? | Host content's application identifier | Optional | |||
ApplicationId | Guid? | Mentionable content's application identifier | Optional | |||
ApplicationTypeId | Guid? | Host content's application type identifier | Optional | |||
ApplicationTypeId | Guid? | Mentionable content's application type identifier | Optional | |||
ContainerId | Guid? | Host content's container identifier | Optional | |||
ContainerId | Guid? | Mentionable content's container identifier | Optional | |||
ContainerTypeId | Guid? | Host content's container type identifier | Optional | |||
ContainerTypeId | Guid? | Mentionable content's container type identifier | Optional | |||
ContentId | Guid? | Host content's type identifier | Optional | |||
ContentTypeId | Guid? | Host content's type identifier | Optional | |||
ContentTypeId | Guid? | Mentionable content's type identifier | Optional | |||
PageSize | int? | Page size to retrieve | Optional | |||
PostTarget | string | Render target. Options: Unknown, Web, Syndication, Offline, Other, Print, Nntp, Email, WebQuote, WebServices. | Optional | |||
QueryText | string | Text used to find matching mentionables | Optional |
Example Requests
Widget Javascript
Fullscreen
1
2
3
4
5
jQuery.telligent.evolution.get({
url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/mentionables.json'
}).then(function(response) {
// use response
});
Example Responses
JSON
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"PageSize": 2,
"Mentionables": [
{
"ContentId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"ContentTypeId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"Content": {
"CreatedByUser": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": {
"Author": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": null,
"Id": null
},
XML
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-16"?>
string
string
string
string
string
string
PageSize="2"
49fec544-6df7-4a82-872b-f8be586d5e9e
9f5a6721-639d-4e1d-ab6a-ce63b7750f46
25