Updating Push Destinations for Resources

This topic describes how to push work items, via email, to resources.

Functions in OrgModelService and OrgResourceService are used to specify push destinations for resources.

Updating Push Destinations for Resources

Procedure

  1. Call findByEntity or findByName to get details about the resources in an organization model.

    The request identifies the organizational entity, which can be obtained using the getOrgModel function.

    The response from the findResources function provides a list of resources that are associated with the given organizational entity.

  2. Call getResource to get full details of the identified resource(s), including the push destinations already defined for the resource(s).
  3. Call updatePushDestinations to set push destinations for the specified resource(s).

    An empty response indicates a successful execution.