Get Element Type
Overview
API URI
GET: /mbse/api/1.0/element-types?projectId=<projectId>&elementTypeId=<elementTypeId>URI Parameters
Name
In
Required
Type
Description
Response Payload
{
"multiStepUpdate": "NO_SUB_STEPS, STATIC_SUB_STEPS, DYNAMIC_SUB_STEPS",
"commitStrategy": "COMMIT_TO_MAIN_BRANCH, COMMIT_TO_TEMP_BRANCH_AND_MERGE",
"history": {
"type": "FIELD_BASED, FULL_STATE_BASED",
"revisionDateFormat": "dd/MM/YYYY’T’hh:mm:ss.SSSz",
"revisionUserDataType": "USERNAME_AS_USER, EMAIL_AS_USER",
"isRevisionIdNumeric": "true/false | datatype: boolean",
"sortableFields":"CREATED_UPDATED_TIME, ENTITY_ID, REVISION_ID"
},
"elementScope": {
"additionalScopePropertyName": "property id used as additional scope"
},
"isTagIdConstantAcrossProjects": "true/false | datatype: boolean",
"isInternalValueExistForEnumeration": "true/false | datatype: boolean",
"searchElementInfo": {
"isRecursiveSearchSupported" : "true/false | datatype: boolean",
"sortableFields": "CREATED_UPDATED_TIME, ENTITY_ID, REVISION_ID",
"isGroupingSupported": "true / false",
"isSearchPossibleOnAnyField": "true / false",
"isCriteriaInSystemNativeFormat": "true / false",
"dateTimeFormat": "dd/MM/YYYY’T’hh:mm:ss.SSSz",
"batchSizeForInQuery": "number of entities that can be passed in 'IN' or 'OR' query"
},
"comments": {
"commentElementMetadata": {
"elementTypeId": "id of the element type",
"titlePropertyName": "property name of element in which title of comment is stored",
"bodyPropertyName": "property name of the element in which body of the comment is stored"
},
"commentBodyDataType": "TEXT, HTML, WIKI",
"authorDataType": "USERNAME_AS_USER, EMAIL_AS_USER",
"typesOfComments": [
"Private",
"Public",
"etc."
]
},
"files": {
"deleteSupported": "true/false | datatype: boolean"
},
"relations": {
"deleteSupported": "true/false | datatype: boolean",
"relationTypes": [
{
"relationType": "Name of the relation between current element and the other element",
"reverseRelationType": "Name of the relation from the other element to the current element.",
"isMultiRelationAllowed": "true/false | datatype: boolean",
"isMandatory": "true/false | datatype: boolean"
}
]
},
"updateLockScope": "ELEMENT, PROJECT, NONE"
}Response Parameters
Parent Parameters
Name
Required
Type
Description
Parent Parameter
Name
Required
Type
Description
Parent Parameter
Name
Required
Type
Description
Parent Parameter
Name
Required
Type
Description
Parent Parameter
Name
Required
Type
Description
Parent Parameter
Name
Required
Type
Description
Last updated

