REST API - getOrgEntityConfigAttributes

The table summarizes the REST API - getOrgEntityConfigAttributes.

Request

Format
GET <baseurl>/orgentityconfig/getattr/<resourceid>
Path parameters resourceid: The resource GUID for which configuration attribute information is required.

Response

JSON Returns a JSON representation of the content of the getOrgEntityConfigAttributesResponse element.
XML Returns the content of the getOrgEntityConfigAttributesResponse element (from the OrganisationalEntityConfigService schema). May return multiple orgEntityConfigAttribute elements.

Example

Request
GET <baseurl>/orgentityconfig/getattr/tibco-admin
Response
{
    "orgEntityConfigAttribute": {
        "attributeName": "WorkItemAutoOpen",
        "attributeValue": false,
        "readOnly": false
    }
}