Souvenirs
List one subject's Memories
GET
/api/v1/memories/subjects/{subjectId}Nécessite une clé API d'organisation dotée de la capacité member.
Authorization
apiKey AuthorizationBearer <token>
In: header
Path Parameters
subjectId*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/memories/subjects/string"{ "data": [ { "id": "string", "organizationId": "string", "subjectId": "string", "text": "string", "conversationId": null, "createdAt": "string" } ]}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}