listSystemActionAuthorizedEntities

This request returns a list of GUIDs identifying the organizational entities that are granted the specified system action.

Syntax

com.tibco.wcc.base.Requests.listActionAuthorisedEntities(requestId,
                                                         systemAction);

Parameters

  • requestId - (String) Uniquely identifies the request. For more information, see Submitting Server Requests.
  • systemAction - (String) The system action. Note that you can only specify the scoped system actions, that is, those that can be set at the group, organization unit, or position level. They are:

    - BRM.openOtherResourcesItems

    - BRM.closeOtherResourcesItems

    - BRM.reallocateWorkItemToWorld

    - BRM.reallocateToOfferSet

    - BRM-viewWorkList

    - BRM.workItemAllocation

    - BRM.setResourceOrderFilterCriteria

Returns

Returns a <ap:Guid> element for each organizational entity that is assigned the specified scoped system action. The <ap:Guid> element contains the GUID of the organizational entity to which the system action is assigned.

For example:

<ap:Requests>
  <ap:ListActionAuthorisedEntitiesResponse Id="ApiSample.listActionAuthorisedEntities">
    <ap:Guids>
      <ap:Guid>_9y7hYMpREd64gM7QE8RwxA</ap:Guid>
      <ap:Guid>_O2JmsFntEd-wEpVSqlaWLw</ap:Guid>
      <ap:Guid>_ArjUUMpSEd64gM7QE8RwxA</ap:Guid>
      <ap:Guid>_CWsngMpSEd64gM7QE8RwxA</ap:Guid>
      <ap:Guid>_6lTHwMpREd64gM7QE8RwxA</ap:Guid>
      <ap:Guid>_8NnJYMpREd64gM7QE8RwxA</ap:Guid>
      <ap:Guid>_0Ogk0MpREd64gM7QE8RwxA</ap:Guid>
      <ap:Guid>_4oI3gMpREd64gM7QE8RwxA</ap:Guid>
      <ap:Guid>__O368MpREd64gM7QE8RwxA</ap:Guid>
      <ap:Guid>_2ieLgMpREd64gM7QE8RwxA</ap:Guid>
    </ap:Guids>
  </ap:ListActionAuthorisedEntitiesResponse>
</ap:Requests>