UnansweredQuestions

Lists all Unanswered Question objects.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

Responses
chevron-right
200

Success

application/json

Response of a List Unanswered Questions request.

countinteger · int32Optional

Total number of Unanswered Question objects.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is equivalent to the HTTP status code.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

get
/memori/v2/UnansweredQuestions/{strSessionID}
200

Success

Lists Unanswered Question objects with pagination.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

frominteger · int32Required

The 0-based index of the first Unanswered Question object to list

howManyinteger · int32Required

The number of the Unanswered Question objects to list

Responses
chevron-right
200

Success

application/json

Response of a List Unanswered Questions request.

countinteger · int32Optional

Total number of Unanswered Question objects.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is equivalent to the HTTP status code.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

get
/memori/v2/UnansweredQuestions/{strSessionID}/{from}/{howMany}
200

Success

Adds a new Unanswered Question object.

post

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

Body
unansweredQuestionIDstring · nullableOptional

Unanswered Question object ID.

textstring · nullableOptional

Text of the question.

occurrencesinteger · int32Optional

Number of times the question has been asked.

receiverIDstring · nullableOptional

ID of the Person object who initially asked this question. Null if the question was asked anonymously.

receiverTagstring · nullableOptional

Tag of the Person object who initially asked this question. Null if the question was asked anonymously.

receiverNamestring · nullableOptional

Name of the Person object who initially asked this question. Null if the Memory is public.

creationTimestampstring · date-time · nullableOptional

Timestamp of creation. Always present when reading/receiving an object, ignored when writing/sending an object.

creationSessionIDstring · nullableOptional

ID of the session that created this object.

lastChangeTimestampstring · date-time · nullableOptional

Timestamp of latest change. Always present when reading/receiving an object, ignored when writing/sending an object.

lastChangeSessionIDstring · nullableOptional

ID of the latest session that changed this object.

Responses
chevron-right
200

Success

application/json

Response of an Add Unanswered Question request.

unansweredQuestionIDstring · nullableOptional

Unanswered Question object ID.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is equivalent to the HTTP status code.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

post
/memori/v2/UnansweredQuestion/{strSessionID}
200

Success

Removes an existing Unanswered Question object.

delete

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

strUnansweredQuestionIDstringRequired

The Unanswered Question object ID

Responses
chevron-right
200

Success

application/json

Base response.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is equivalent to the HTTP status code.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

delete
/memori/v2/UnansweredQuestion/{strSessionID}/{strUnansweredQuestionID}
200

Success

Last updated