X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fapi.md;h=7d6f440c58c0008ecbaf909048c194f1b09c52ff;hb=db44ea0482e4cd2b9d74318f246343bb1b6e09aa;hp=bf287585d3fde8c4be8b44ceec3cee2d6b461103;hpb=9847083e79d473dbefc0566bbb374ec9de1411ae;p=friendica.git diff --git a/doc/api.md b/doc/api.md index bf287585d3..7d6f440c58 100644 --- a/doc/api.md +++ b/doc/api.md @@ -388,6 +388,18 @@ Friendica doesn't allow showing friends of other users. --- ### statusnet/config (*) +--- +### statusnet/conversation (*; AUTH) +It shows all direct answers (excluding the original post) to a given id. + +#### Parameter +* id: id of the post +* count: Items per page (default: 20) +* page: page number +* since_id: minimal id +* max_id: maximum id +* include_entities: "true" shows entities for pictures and links (Default: false) + --- ### statusnet/version (*)