- Subcategories:
- Large Object (LOB) Attributes - Content
AI Agent Results REST Endpoints
Common Setup/AI Agent Results
The AI agent results resource caches AI agent output for future use and better performance.
- Create a set of records to cache output of AI agents
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAiAgentResults - Delete a cached result for a specific AI agent
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorAiAgentResults/{publicSectorAiAgentResultsUniqID} - Get a cached result for a specific AI agent
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAiAgentResults/{publicSectorAiAgentResultsUniqID} - Get all cached results for all AI agents
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAiAgentResults - Update a cached result for a specific AI agent
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAiAgentResults/{publicSectorAiAgentResultsUniqID}