Creates an attachment
X-Auth-Token | string Example: 8dd81ef52f1f2b1cc6af0d7dd9930499 Session Token |
Entity
location | string |
originalHeight | integer |
originalWidth | integer |
type | string |
{- "location": "string",
- "originalHeight": 0,
- "originalWidth": 0,
- "type": "string"
}
{- "message": "string",
- "status": "string"
}
Update an attachment
X-Auth-Token | string Example: 8dd81ef52f1f2b1cc6af0d7dd9930499 Session Token |
Entity
attachmentId | integer |
postId | integer |
{- "attachmentId": 0,
- "postId": 0
}
{- "message": "string",
- "status": "string"
}
Updates a post
X-Auth-Token | string Example: 8dd81ef52f1f2b1cc6af0d7dd9930499 Session Token |
Entity
id | integer |
text | string |
{- "id": 0,
- "text": "string"
}
{- "message": "string",
- "status": "string"
}
Follow a user
X-Auth-Token | string Example: 8dd81ef52f1f2b1cc6af0d7dd9930499 Session Token |
Entity
followUserId | integer |
{- "followUserId": 0
}
{- "message": "string",
- "status": "string"
}
Creates a post
X-Auth-Token | string Example: 8dd81ef52f1f2b1cc6af0d7dd9930499 Session Token |
Entity
originalPostId | integer |
repostPostId | integer |
text | string |
{- "originalPostId": 0,
- "repostPostId": 0,
- "text": "string"
}
{- "message": "string",
- "status": "string"
}
Bookmark a post
X-Auth-Token | string Example: 8dd81ef52f1f2b1cc6af0d7dd9930499 Session Token |
Entity
postId | integer |
{- "postId": 0
}
{- "message": "string",
- "status": "string"
}
Delete a post
X-Auth-Token | string Example: 8dd81ef52f1f2b1cc6af0d7dd9930499 Session Token |
Entity
postId | integer |
{- "postId": 0
}
{- "message": "string",
- "status": "string"
}
Like a post
X-Auth-Token | string Example: 8dd81ef52f1f2b1cc6af0d7dd9930499 Session Token |
Entity
postId | integer |
{- "postId": 0
}
{- "message": "string",
- "status": "string"
}
Output post using id and username
id | integer Example: id=30 int |
username | string Example: username="someusername" string |
X-Auth-Token | string Example: 8dd81ef52f1f2b1cc6af0d7dd9930499 Session Token |
{- "data": [
- {
- "attachments": [
- {
- "location": "string",
- "originalHeight": 0,
- "originalWidth": 0,
- "type": "string"
}
], - "badges": [
- "string"
], - "bookmarked": true,
- "bookmarks": 0,
- "createdAt": "string",
- "id": 0,
- "liked": true,
- "likes": 0,
- "name": "string",
- "photo": "string",
- "replies": 0,
- "repost": {
- "badges": [
- "string"
], - "createdAt": "string",
- "id": 0,
- "name": "string",
- "photo": "string",
- "text": "string",
- "updatedAt": "string",
- "userID": 0,
- "username": "string"
}, - "reposted": true,
- "reposts": 0,
- "text": "string",
- "updatedAt": "string",
- "userID": 0,
- "username": "string",
- "views": 0
}
], - "status": "string",
- "total": 0
}
Output posts using certain criteria
search | string Example: search="sometext" string |
limit | integer Example: limit=30 int |
offset | integer Example: offset=10 int |
originalPostId | integer Example: originalPostId=123 int |
bookmarked | string Example: bookmarked="true" string |
following | string Example: following="true" string |
liked | string Example: liked="true" string |
photos | string Example: photos="true" string |
mentions | string Example: mentions="username" string |
X-Auth-Token | string Example: 8dd81ef52f1f2b1cc6af0d7dd9930499 Session Token |
{- "data": [
- {
- "attachments": [
- {
- "location": "string",
- "originalHeight": 0,
- "originalWidth": 0,
- "type": "string"
}
], - "badges": [
- "string"
], - "bookmarked": true,
- "bookmarks": 0,
- "createdAt": "string",
- "id": 0,
- "liked": true,
- "likes": 0,
- "name": "string",
- "photo": "string",
- "replies": 0,
- "repost": {
- "badges": [
- "string"
], - "createdAt": "string",
- "id": 0,
- "name": "string",
- "photo": "string",
- "text": "string",
- "updatedAt": "string",
- "userID": 0,
- "username": "string"
}, - "reposted": true,
- "reposts": 0,
- "text": "string",
- "updatedAt": "string",
- "userID": 0,
- "username": "string",
- "views": 0
}
], - "status": "string",
- "total": 0
}