- Home
- Resources
- Posts
REST interface for the social networking library (feeds).
GET /posts/getAllLikedPostIdsByUser
This method has been deprecated.
Response Body
| media type |
data type |
description |
| application/json |
object
(JSON) |
|
| text/plain |
object
|
Example
Request
GET /posts/getAllLikedPostIdsByUser
Content-Type: */*
Accept: application/json
...
Response
HTTP/1.1 200 OK
Content-Type: application/json
...
GET /posts/getAllLikedPostsByUser
This method has been deprecated.
Request Parameters
| name |
type |
description |
default |
constraints |
| limit |
query |
|
10 |
int |
Response Body
| media type |
data type |
description |
| application/json |
object
(JSON) |
|
| text/plain |
object
|
Example
Request
GET /posts/getAllLikedPostsByUser
Content-Type: */*
Accept: application/json
...
Response
HTTP/1.1 200 OK
Content-Type: application/json
...
GET /posts/getAllPostsByApp
This method has been deprecated.
Response Body
| media type |
data type |
description |
| application/json |
object
(JSON) |
|
| text/plain |
object
|
Example
Request
GET /posts/getAllPostsByApp
Content-Type: */*
Accept: application/json
...
Response
HTTP/1.1 200 OK
Content-Type: application/json
...
GET /posts/getAllPostsByUser
This method has been deprecated.
Response Body
| media type |
data type |
description |
| application/json |
object
(JSON) |
|
| text/plain |
object
|
Example
Request
GET /posts/getAllPostsByUser
Content-Type: */*
Accept: application/json
...
Response
HTTP/1.1 200 OK
Content-Type: application/json
...
GET /posts/getAllPostsByVRE
This method has been deprecated.
Response Body
| media type |
data type |
description |
| application/json |
object
(JSON) |
|
| text/plain |
object
|
Example
Request
GET /posts/getAllPostsByVRE
Content-Type: */*
Accept: application/json
...
Response
HTTP/1.1 200 OK
Content-Type: application/json
...
GET /posts/getRecentPostsByUser
This method has been deprecated.
Request Parameters
| name |
type |
description |
default |
constraints |
| quantity |
query |
|
10 |
int |
Response Body
| media type |
data type |
description |
| application/json |
object
(JSON) |
|
| text/plain |
object
|
Example
Request
GET /posts/getRecentPostsByUser
Content-Type: */*
Accept: application/json
...
Response
HTTP/1.1 200 OK
Content-Type: application/json
...
GET /posts/getRecentPostsByUserAndDate
This method has been deprecated.
Request Parameters
| name |
type |
description |
constraints |
| time |
query |
|
required long |
Response Body
| media type |
data type |
description |
| application/json |
object
(JSON) |
|
| text/plain |
object
|
Example
Request
GET /posts/getRecentPostsByUserAndDate
Content-Type: */*
Accept: application/json
...
Response
HTTP/1.1 200 OK
Content-Type: application/json
...
POST /posts/writePostApplication
This method has been deprecated.
Request Parameters
| name |
type |
description |
default |
| enablenotification |
form |
|
false |
| httpimageurl |
form |
|
|
| params |
form |
|
|
| previewdescription |
form |
|
|
| previewtitle |
form |
|
|
| text |
form |
|
|
Response Body
| media type |
data type |
description |
| text/plain |
object
|
|
Example
Request
POST /posts/writePostApplication
Content-Type: application/x-www-form-urlencoded
Accept: text/plain
...
Response
HTTP/1.1 201 Created
Content-Type: text/plain
...
POST /posts/writePostUser
This method has been deprecated.
Request Parameters
| name |
type |
description |
default |
| enablenotification |
form |
|
false |
| httpimageurl |
form |
|
|
| previewdescription |
form |
|
|
| previewhost |
form |
|
|
| previewtitle |
form |
|
|
| previewurl |
form |
|
|
| text |
form |
|
|
Response Body
| media type |
data type |
description |
| text/plain |
object
|
|
Example
Request
POST /posts/writePostUser
Content-Type: application/x-www-form-urlencoded
Accept: text/plain
...
Response
HTTP/1.1 201 Created
Content-Type: text/plain
...