- Subcategories:
 - Criteria
 - Worker Counts
 - Workers
 
Journey Allocations REST Endpoints
            
            Journey Allocations
            
        
        
    The journeyAllocations resource includes all the attributes required for journey allocation.
- Create a journey assignment
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/journeyAllocations - Delete a journey assignment
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/journeyAllocations/{journeyAllocationsUniqID} - Find an assigned journey
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/journeyAllocations/action/findByAdvancedSearchQuery - Get a journey assignment
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/journeyAllocations/{journeyAllocationsUniqID} - Get all journey assignments
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/journeyAllocations - Update a journey assignment
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/journeyAllocations/{journeyAllocationsUniqID}