Idea REST Endpoints

Idea
Use the idea service you to create, view, update, and delete idea. Update Keys : 'workspaceCode, ideaName' or 'ideaId'
Assign Permission Profiles To User
Method: post
Path: /api/restapi/idea/assignUser
Batch Create Ideas
Method: post
Path: /api/restapi/idea/batch
Batch Delete Ideas
Method: delete
Path: /api/restapi/idea/batch
Batch Sync Ideas
Method: post
Path: /api/restapi/idea/syncBatch
Batch Update Ideas
Method: put
Path: /api/restapi/idea/batch
Count Ideas with a Status
Method: get
Path: /api/restapi/idea/status/{status}
Create an Idea
Method: post
Path: /api/restapi/idea
Delete an Idea
Method: delete
Path: /api/restapi/idea/{ideaId}
Update an Idea
Method: put
Path: /api/restapi/idea
View an Idea
Method: get
Path: /api/restapi/idea/{ideaId}
View Idea by Name and Workspace Code
Method: get
Path: /api/restapi/idea/{ideaName}/workspace/code/{workspaceCode}
View Ideas by Name and Workspace
Method: get
Path: /api/restapi/idea/{ideaName}/workspace/{workspaceId}
View Ideas by Status and Workspace
Method: get
Path: /api/restapi/idea/status/{status}/workspace/{workspaceId}
View Ideas under a Workspace
Method: get
Path: /api/restapi/idea/workspace/{workspaceId}
View Ideas under a Workspace using Code
Method: get
Path: /api/restapi/idea/workspace/code/{workspaceCode}
View User Permission Sets for Idea
Method: get
Path: /api/restapi/idea/permissionSets