Skip to Main Content
Digital Business Automation Ideas


This is an IBM Automation portal for Digital Business Automation products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Please use the following category to raise ideas for these offerings for all environments (traditional on premises, containers, on cloud):
  • Cloud Pak for Business Automation - including Business Automation Studio and App Designer, Business Automation Insights

  • Business Automation Workflow (BAW) - including BAW, Business Process Manager, Workstream Services, Business Performance Center, Advanced Case Management

  • Content Services - FileNet Content Manager

  • Content Services - Content Manager OnDemand

  • Content Services - Daeja Virtual Viewer

  • Content Services - Navigator

  • Content Services - Content Collector for Email, Sharepoint, Files

  • Content Services - Content Collector for SAP

  • Content Services - Enterprise Records

  • Content Services - Content Manager (CM8)

  • Datacap

  • Automation Document Processing

  • Automation Decision Services (ADS)

  • Operational Decision Manager

  • Robotic Process Automation

  • Robotic Process Automation with Automation Anywhere

  • Blueworks Live

  • Business Automation Manager Open Edition

  • IBM Process Mining


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Planned for future release
Created by Guest
Created on Jun 23, 2023

IBM Content Manager 8.7 Rest Services API; Please create a method to retrieve Attribute Definitions of an Itemtype

Hello CM8 Developer Team,

to build up our dynamically input mask with dynamic attribute input for each Itemtype for eventually creating a
search query, we miss an appropriate Rest Service Call to retrieve such attribute definition data.

We have some good reasons to use your new RestService Interface instead of using Java API as in our previous implementation.

Let me show an example by the (build in) Itemtype "XYZ_PolReport" which has an attribute "XYZ_ClaimNumber".

With Java API we can retrieve the following definitions of attribute:
description = "Claim Number (Content Manager Sample Attribute)"
Datatype =   109
charType = 205
length = 8
required/mandatory = true

But I cannot find a Rest Service Call to gather that data from the various defined Itemtypes in our System.

An idea would be to extend the output of such existing rest-call, for a particular Itemtype: 
.../cm8app/cm8rest/v1/itemtypes/XYZ_PolReport

current output:

{ "status": "success", "itemtype": { "name": "XYZ_PolReport", "description": "Police Report (Content Manager Sample Item Type)", "id": 1010, "classification": 2, "classificationName": "Document", "isRoot": true } }

output could be enriched by attribute definitions:

...  "attributes": [ { "name": "XYZ_ClaimNumber", "description": "Claim Number (Content Manager Sample Attribute)", "type": 1, "length": "8", "required":"true" }, { "name": "XYZ_ReportNum", "description": "Report Number (Content Manager Sample Attribute)", "type": 1, "length": "11", "required":"true" }, {   ...

To additionally explain our needs, from our current Application...

We created a dynamic input mask for discovering all available item types (>50) in our system.
Instead of having statically information’s about item type attributes definitions, we gather this data
from java API each time the item type (index class) is changed.

Let me illustrate that by two screenshots of our recent application with two different item types using traditionally Java API .
Besides the technical name of an attribute, we also need human readable Display name (Description), Length and Type (string, integer, float, date, time) for input mask.

<Sceenshot_no1.png>

By changing the item type (Index-Class) also our dynamically attribute list updates dynamically depending
on type, size and Description names.

<Screenshot_no2.png>

Depending of attribute (integer or float) appropriate info is needed, like:
"minValue":1 maxValue":99999 or "decimalPrecisions":15

Please feel free how to implement such rest-call, as long it is possible to create a dynamic input mask with some input checking.

From some output we learned that type:1 is alphanumeric and type:7 is date.
Other type:1072 seem to describe a children result. Can you provide explanation of such types?

Best regards, Timm Bergmann

------------------------------
System Architect/Developer
Hapag-Lloyd AG
Hamburg , Germany
------------------------------
 

Idea priority High
  • Guest
    Reply
    |
    Aug 3, 2023

    Hi Timm,

    Design has been provided to IBM contacts. The design was approved, so we will not look into scheduling this into a future release. Will update the status when we know more about delivery time frame.