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

Success

Last updated