REST Sample Project

The REST sample project contains the following processes:

  • AssociateEntities

    This process shows how to use the associate entities activity to associate or disassociate two entities.

  • CRUD

    This process shows how to create, retrieve, update, and delete entity records in the Microsoft Dynamics CRM server.

  • Query_With_FetchXML

    This process shows how to use the Query REST Entities activity to retrieve entity records using FetchXML mode from the Microsoft Dynamics CRM server.

  • Query_With_OData

    This process shows how to perform a query on entities without pagination. Query_With_OData contains two QueryREST activities:

    --QueryREST activities:QueryRESTEntities_OData_UseRef activity demonstrates useRef feature for a single valued navigation property.

    --QueryRESTEntities_OData_MultipleExpand_WithOutputattr activity shows how to expand on a collection valued navigation property and a single valued navigation property without useRef.

  • Query_With_OData_Pagination

    This process shows how to perform a query on entities using the Pagination feature.