UnansweredQuestions
This API requires a Giver session.
The session ID
GET /memori/v2/UnansweredQuestions/{strSessionID} HTTP/1.1
Host:
Accept: */*
Success
{
"count": 1,
"unansweredQuestions": [
{
"unansweredQuestionID": "text",
"text": "text",
"contextVars": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"occurrences": 1,
"receiverID": "text",
"receiverTag": "text",
"receiverName": "text",
"suggestions": [
{
"memory": {
"memoryID": "text",
"memoryType": "text",
"lastRead": "2025-07-23T12:35:09.794Z",
"readOccurrences": 1,
"receiverID": "text",
"receiverTag": "text",
"receiverName": "text",
"media": [
{
"mediumID": "text",
"url": "text",
"content": "text",
"mimeType": "text",
"title": "text",
"properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
}
],
"title": "text",
"titleVariants": [
"text"
],
"answers": [
{
"text": "text",
"preformatted": true,
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
}
],
"date": "2025-07-23T12:35:09.794Z",
"dateUncertaintyDays": 1,
"placeName": "text",
"placeLatitude": 1,
"placeLongitude": 1,
"placeUncertaintyKm": 1,
"conclusive": true,
"notPickable": true,
"help": true,
"hints": [
"text"
],
"minTimeout": 1,
"maxTimeout": 1,
"contextVarsToSet": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"contextVarsToMatch": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"dcmOutcomeType": "text",
"dcmOutcomeCode": "text",
"tags": [
"text"
],
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
},
"confidence": 1,
"confidenceLevel": "text"
}
],
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
}
],
"requestID": 1,
"requestDateTime": "2025-07-23T12:35:09.794Z",
"resultCode": 1,
"resultMessage": "text"
}
This API requires a Giver session.
The session ID
The 0-based index of the first Unanswered Question object to list
The number of the Unanswered Question objects to list
GET /memori/v2/UnansweredQuestions/{strSessionID}/{from}/{howMany} HTTP/1.1
Host:
Accept: */*
Success
{
"count": 1,
"unansweredQuestions": [
{
"unansweredQuestionID": "text",
"text": "text",
"contextVars": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"occurrences": 1,
"receiverID": "text",
"receiverTag": "text",
"receiverName": "text",
"suggestions": [
{
"memory": {
"memoryID": "text",
"memoryType": "text",
"lastRead": "2025-07-23T12:35:09.794Z",
"readOccurrences": 1,
"receiverID": "text",
"receiverTag": "text",
"receiverName": "text",
"media": [
{
"mediumID": "text",
"url": "text",
"content": "text",
"mimeType": "text",
"title": "text",
"properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
}
],
"title": "text",
"titleVariants": [
"text"
],
"answers": [
{
"text": "text",
"preformatted": true,
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
}
],
"date": "2025-07-23T12:35:09.794Z",
"dateUncertaintyDays": 1,
"placeName": "text",
"placeLatitude": 1,
"placeLongitude": 1,
"placeUncertaintyKm": 1,
"conclusive": true,
"notPickable": true,
"help": true,
"hints": [
"text"
],
"minTimeout": 1,
"maxTimeout": 1,
"contextVarsToSet": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"contextVarsToMatch": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"dcmOutcomeType": "text",
"dcmOutcomeCode": "text",
"tags": [
"text"
],
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
},
"confidence": 1,
"confidenceLevel": "text"
}
],
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
}
],
"requestID": 1,
"requestDateTime": "2025-07-23T12:35:09.794Z",
"resultCode": 1,
"resultMessage": "text"
}
This API requires a Giver session.
The session ID
Unanswered Question object ID.
Text of the question.
Number of times the question has been asked.
ID of the Person object who initially asked this question.
Null
if the question was asked anonymously.
Tag of the Person object who initially asked this question.
Null
if the question was asked anonymously.
Name of the Person object who initially asked this question.
Null
if the Memory is public.
Timestamp of creation. Always present when reading/receiving an object, ignored when writing/sending an object.
ID of the session that created this object.
Timestamp of latest change. Always present when reading/receiving an object, ignored when writing/sending an object.
ID of the latest session that changed this object.
POST /memori/v2/UnansweredQuestion/{strSessionID} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 1645
{
"unansweredQuestionID": "text",
"text": "text",
"contextVars": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"occurrences": 1,
"receiverID": "text",
"receiverTag": "text",
"receiverName": "text",
"suggestions": [
{
"memory": {
"memoryID": "text",
"memoryType": "text",
"lastRead": "2025-07-23T12:35:09.794Z",
"readOccurrences": 1,
"receiverID": "text",
"receiverTag": "text",
"receiverName": "text",
"media": [
{
"mediumID": "text",
"url": "text",
"content": "text",
"mimeType": "text",
"title": "text",
"properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
}
],
"title": "text",
"titleVariants": [
"text"
],
"answers": [
{
"text": "text",
"preformatted": true,
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
}
],
"date": "2025-07-23T12:35:09.794Z",
"dateUncertaintyDays": 1,
"placeName": "text",
"placeLatitude": 1,
"placeLongitude": 1,
"placeUncertaintyKm": 1,
"conclusive": true,
"notPickable": true,
"help": true,
"hints": [
"text"
],
"minTimeout": 1,
"maxTimeout": 1,
"contextVarsToSet": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"contextVarsToMatch": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"dcmOutcomeType": "text",
"dcmOutcomeCode": "text",
"tags": [
"text"
],
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
},
"confidence": 1,
"confidenceLevel": "text"
}
],
"creationTimestamp": "2025-07-23T12:35:09.794Z",
"creationSessionID": "text",
"lastChangeTimestamp": "2025-07-23T12:35:09.794Z",
"lastChangeSessionID": "text"
}
Success
{
"unansweredQuestionID": "text",
"requestID": 1,
"requestDateTime": "2025-07-23T12:35:09.794Z",
"resultCode": 1,
"resultMessage": "text"
}
This API requires a Giver session.
The session ID
The Unanswered Question object ID
DELETE /memori/v2/UnansweredQuestion/{strSessionID}/{strUnansweredQuestionID} HTTP/1.1
Host:
Accept: */*
Success
{
"requestID": 1,
"requestDateTime": "2025-07-23T12:35:09.794Z",
"resultCode": 1,
"resultMessage": "text"
}