Ciele
Recuerdos

List one subject's Memories

GET/api/v1/memories/subjects/{subjectId}

Necesitas una clave API de organización con la capacidad de miembro.

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"  }}