Ottieni tutte le conoscenze pubbliche aggiunte

get

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.

Responses
chevron-right
200

Successful operation

application/json
idintegerOptional

This is the unique identifier of the shared knowledge. Do not show this information anywhere.

num_of_subscribersintegerOptional

This indicates the number of users who have subscribed to this shared knowledge

publisher_namestringOptional
published_by_mebooleanOptional

This indicates whether the shared knowledge was published by the current user or not

subscribed_by_mebooleanOptional

This indicates whether the shared knowledge was subscribed by the current user or not, it should be true in this API

createdstringOptional

This is the time when the shared knowledge was created

modifiedstringOptional

This is the time when the shared knowledge was last modified

namestringOptional

This is the name of the shared knowledge

image_urlstringOptional

This is the image url of the shared knowledge

descriptionstringOptional

This is the description of the shared knowledge

mementointegerOptional

This is the ID of the Rememberizer memento where the shared knowledge was created from.

document_idsinteger[]Optional

This is the list of document ids that belong to the shared knowledge

get
/common-knowledge/subscribed-list/
200

Successful operation

Esempi di Richieste

curl -X GET \
  https://api.rememberizer.ai/api/v1/common-knowledge/subscribed-list/ \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"
circle-info

Sostituisci YOUR_JWT_TOKEN con il tuo token JWT reale.

Formato di Risposta

Questo endpoint recupera un elenco di tutte le conoscenze pubbliche (note anche come conoscenze comuni) a cui l'utente attuale è iscritto. Ogni elemento include metadati sulla fonte di conoscenza, come la data di pubblicazione, la dimensione e i documenti associati.

Last updated