ContextVars

Gets a list of currently known context variable names.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

Responses
chevron-right
200

Success

application/json

Response of a Get Context Var Names request.

contextVarNamesstring[] · nullableOptional

The list of currently known context variable names.

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/ContextVarNames/{strSessionID}
200

Success

Gets a list of currently known values for a named context variable.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

contextVarNamestringRequired

The name of the context variable

Responses
chevron-right
200

Success

application/json

Response of a Get Context Var Values request.

contextVarNamestring · nullableOptional

The name of the context variable.

contextVarValuesstring[] · nullableOptional

The list of currently known values for the named context variable.

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/ContextVarValues/{strSessionID}/{contextVarName}
200

Success

Gets a dictionary of all the known values of known context variables.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

Responses
chevron-right
200

Success

application/json

Response of a Get Context Vars request.

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/ContextVars/{strSessionID}
200

Success

Last updated