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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAiAgentResults
Delete a cached result for a specific AI agent
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAiAgentResults/{publicSectorAiAgentResultsUniqID}
Get a cached result for a specific AI agent
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAiAgentResults/{publicSectorAiAgentResultsUniqID}
Get all cached results for all AI agents
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAiAgentResults
Update a cached result for a specific AI agent
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAiAgentResults/{publicSectorAiAgentResultsUniqID}