Get all links for an item
GET
/links/{itemId}
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters
Path Parameters
itemId*
Type
Requiredstring
Responses
OK
application/json
JSON "links": [ { "_id": "string", "source_id": "string", "source_type": "string", "target_id": "string", "target_type": "string", "label": "string", "owner": "string", "host_id": "string" } ]
{
}