• log in
« Go back to the home page

Status

This endpoint may be used to get information of specific feed entries (posts, replies and shares) and modify them.


GET /status

Gets a specific FeedEntry by it's ID (type has to be POST or REPLY).

Parameters

Property Type Description
id integer The ID of the FeedEntry

Response

Returns a single FeedEntry object.


POST /status

Creates a new FeedEntry with either the type POST or REPLY, depending on whether the parent parameter is present.
Requires authorization

Parameters

Property Type Description
message string The message of this FeedEntry
attachments ?string[] The attachments of this FeedEntry, passed as an array of base64 strings
nsfw ?boolean Whether or not this FeedEntry contains adult content
parent ?integer The parent FeedEntry to use, if present, the created FeedEntry object will have the type REPLY

Response

Returns a single FeedEntry object.


DELETE /status

Deletes a specific FeedEntry by it's ID (type has to be POST or REPLY).
Requires authorization

Parameters

Property Type Description
id integer The ID of the FeedEntry

© Copyright 2018-2022 Gigadrive - All rights reserved.
Contact Info • About • Terms of Service • Privacy Policy • Disclaimer • Developers