- Subcategories:
- Resource Assigned Users
- Resource File Properties
- Resource Locations
- Resource Positions
- Resource Routes
- Resource Work Plans
- Resource Work Schedules
- Resource Work Skills
- Resource Work Zones
Resources REST Endpoints
Core/Resources
The resources resource is used to view, create, or update a resource. It is also used to view child resources, view or create resource inventories, and so on. Actions such as bulk update and find matching resources are also supported on this resource. A resource is a defined company asset or an individual who performs an activity.
- Bulk update resource inventories
- Method: postPath:
/rest/ofscCore/v1/resources/custom-actions/bulkUpdateInventories - Bulk update resource work schedules
- Method: postPath:
/rest/ofscCore/v1/resources/custom-actions/bulkUpdateWorkSchedules - Bulk update resource work skills
- Method: postPath:
/rest/ofscCore/v1/resources/custom-actions/bulkUpdateWorkSkills - Bulk update resource work zones
- Method: postPath:
/rest/ofscCore/v1/resources/custom-actions/bulkUpdateWorkZones - Create a resource
- Method: putPath:
/rest/ofscCore/v1/resources/{resourceId} - Create a resource inventory
- Method: postPath:
/rest/ofscCore/v1/resources/{resourceId}/inventories - Find matching resources
- Method: postPath:
/rest/ofscCore/v1/resources/custom-actions/findMatchingResources - Find nearby activities
- Method: getPath:
/rest/ofscCore/v1/resources/{resourceId}/findNearbyActivities - Find resources for urgent assignment
- Method: postPath:
/rest/ofscCore/v1/resources/custom-actions/findResourcesForUrgentAssignment - Get a list of assistants
- Method: getPath:
/rest/ofscCore/v1/resources/{resourceId}/assistants - Get a resource
- Method: getPath:
/rest/ofscCore/v1/resources/{resourceId} - Get child resources
- Method: getPath:
/rest/ofscCore/v1/resources/{resourceId}/children - Get resource descendants
- Method: getPath:
/rest/ofscCore/v1/resources/{resourceId}/descendants - Get resource inventories
- Method: getPath:
/rest/ofscCore/v1/resources/{resourceId}/inventories - Get resources
- Method: getPath:
/rest/ofscCore/v1/resources - Install an inventory
- Method: postPath:
/rest/ofscCore/v1/resources/{resourceId}/inventories/{inventoryId}/custom-actions/install - Update a resource
- Method: patchPath:
/rest/ofscCore/v1/resources/{resourceId}