Skip to content

Attributes REST API

Published: 2024-05-15

Resource Name

/attributes

GET

Returns all attributes defined in MDCMS for the given query parameters

Request

Path parameters

appl  Required

string

The application code containing the attributes to list

lvl  Required

integer

The application level containing the attributes to list

objt  

string

The object type of the attributes to list

Example:

endpoint/mdcms/attributes?appl=TEST&lvl=10&objt=*SQLALS

Response

Example:

{"attributes": [{
   "appl": "TEST",
   "lvl": "10",
   "objt": "*SQLALS",
   "attr": "SQLALS",
   "desc": "alias",
   "objlib": "TEST8O_10"
}]}