new GetAttributesRequest()
    Object GetAttributesRequest
Usage: 
RestApiService.getAuditService().getAttributes(request, callback);
- Since:
 - 4.0.0
 
Members
componentId :number
    Query parameter: 'componentid' (Java type: long) (optional) The ID of the component for which attributes are to be listed. Omit the parameter to get all attributes. The ID can be obtained from the lookupQueryByTag function.
    Type:
- number
 
- Since:
 - 4.0.0
 
- Default Value:
 - = -1
 
requireAllExtendedData :boolean
    Query parameter: 'requireallextendeddata' (optional) If true, return all the available extended data for the attributes.
    Type:
- boolean
 
- Since:
 - 4.0.0
 
- Default Value:
 - = false
 
requiredExtendedData :string
    Query parameter: 'requiredextendeddata' (optional) Specifies one or more specific items of extended data (separated by semi-colons) to display.
    Type:
- string
 
- Since:
 - 4.0.0
 
- Default Value:
 - = ""