Ideas REST Endpoints

Product Lifecycle Management/Ideas
The Ideas resource gets the details about an idea. An idea represents a suggestion to improve a product or a process, or it could represent a suggestion to launch a new product or a new process.
Create an idea
Method: post
Path: /fscmRestApi/resources/11.13.18.05/ideas
Delete an idea
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}
Get all ideas
Method: get
Path: /fscmRestApi/resources/11.13.18.05/ideas
Get one idea
Method: get
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}
Update an idea
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}