new GetPushDestinationRequest(entityType, entityGuid, version)
Object GetPushDestinationRequest
Usage:
RestApiService.getOrgModelService().getPushDestination(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
entityType |
string | The type of organization model entity. Must be ORGANIZATIONAL_UNIT, POSITION, GROUP, or RESOURCE. |
entityGuid |
string | The identifier of the organization model entity. Organization unit, position, and group GUIDs can be obtained from listOrgModelOverview or openOrgModel. Resource GUIDs can be obtained from lookupUser, listMappedEntities, listContainerResources, or listAssociatedResources. |
version |
number | (Java type: int) The major organization model version in which the entity is located. |
- Since:
- 4.0.0
Members
qualifier :string
Query parameter: 'qualifier'
Type:
- string
- Since:
- 4.0.0
qualifiers :Array.<string>
Query parameter: 'qualifierSet' (Java type: List)
Type:
- Array.<string>
- Since:
- 4.0.0