🟢Get Direct Following
Given a list of input FIDs, return a list of FIDs that only the input FIDs are directly following.
/links/following/fids
Given a list of input fids, return a list of fids that only the input fids are direcly following.
Query parameters
limitany ofOptionalDefault:
100
integer · max: 1000Optional
nullOptional
Body
integer[]Optional
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
post
POST /links/following/fids HTTP/1.1
Host: graph.cast.k3l.io
Content-Type: application/json
Accept: */*
Content-Length: 5
[
1,
2
]
No content
Last updated