Get Resource List

Support for SOAP is deprecated starting with Unifier 23.10.

Description

This method gets a list of resources created at company level.

Support

This method is only supported at company level.

Installation: ASP and Self host

Level

Yes or No

Company Level

Yes

Project/Shell Level

No

Prototype

public XMLObject getResourceList(String shortname, String authcode, String filterCondition);

Parameters

Parameter

Description

shortname

identifier of the company, company's short name

authcode

authentication key for the company, in text string

filtercondition

Condition based on which list of roles can be filtered

Return Value

See Appendix A: Return Values.

Sample Method

getRoleList("acme", "acme_authcode",uuu_resc_status=Active)

Additional Information

Only one filter condition can be provided at a time.

Only operator available for filter condition will be "=".

Example:

If user wants to get a list of resources with status Active, filterCondition should be <filterCondition>uuu_resc_status = Active</filterCondition>

Related Topics

Resource Manager Methods

Create or update Role

Get Role List

Create or update Resource



Last Published Wednesday, April 9, 2025