Overview
SDK 2
API playground
- Agent Sessions
- Context Files
- Contexts
- Labels
- SDK Users
Contexts API
Parameters full description
Note
You can find below the full description of Parameters for each POST/PATCH/GET/DELETE methods and also what parameters you can expect from the API responses.
If you want to play with the API, please see the Contexts API playground.
Parameters:
name String
Displayed name of the context
description String
Description of the context
externalId String
Unique Identifier of the context you can optionally provide
isSynced Boolean
When a context is synced, files ingestion are synced with automatic mechanism (external process). Hence, the files ingested in the context cannot be managed manually via the Mindset App admin portal.
Note: You cannot delete a context containing files. You will receive a 422 response code if you try.
You will get the same response data when calling POST, PATCH or GET
Note: When retrieving a collection of contexts, the response will be an array of objects.
uid String
Mindset internal context uid
externalId String
Unique Identifier of the context you can optionally provide
name String
Displayed name of the context
description String
Description of the context
createdAt ISO timestamp
Context creation date
isSynced Boolean
Set to True when you need to syncronize the context files with an ingestion integrated process (Via Cyclr)