추가된 모든 공개 지식 가져오기
This operation retrieves the list of the shared knowledge (also known as common knowlege) that the user has subscribed to. Each shared knowledge includes a list of document ids where user can access.
GEThttps://api.rememberizer.ai/api/v1/common_knowledge/subscribed-list/
Response
A list of subscribed common knowledge items.
Body
idinteger
The ID of the common knowledge.
1
num_of_subscribersinteger
Number of subscribers.
76
publisher_namestring
Name of the publisher.
"Rememberizer AI"
published_by_meboolean
Indicates if published by the requester.
false
subscribed_by_meboolean
Indicates if subscribed by the requester.
true
sizeinteger
Size of the common knowledge.
66741
createdstring (date-time)
Creation timestamp.
modifiedstring (date-time)
Modification timestamp.
priority_scorenumber (float)
Priority score.
2.053
namestring
Name of the common knowledge.
"Rememberizer Docs"
image_urlstring (uri)
URL of the image.
descriptionstring
Description of the common knowledge.
"The latest documentation and blog posts about Rememberizer."
api_keynullable string
API key associated with the common knowledge.
is_sharingboolean
Sharing status.
true
mementointeger
Associated memento ID.
159
Request
Response
Last updated