ResourceDailyAvailabilities
This entity represents the daily availability, hours goal, and travel for a resource. It mirrors the fields found on the HR tab of the Resource Management section in the Autotask UI.
NOTE You can refer to the Online Help to find root and child access URLs of the entity you wish to query. Refer to Finding resource and child access URLs of REST API entities for more information.
Entity details
Entity Name: | ResourceDailyAvailability |
Entity Path: |
/atservicesrest/v1.0/ResourceDailyAvailability |
Can Create: | |
Can Update: | |
Can Query: | |
Can Delete: | |
Can Have UDFs: |
IMPORTANT Requests to this entity require special handling. Refer to the Entity URLs and relationships section of this article for details.
- If this entity has a Parent relationship, you must perform all Create, Update, and Delete actions on the parent entity.
- If this entity is a child of a parent, you can leverage our Swagger instance to find the URLs you should use in your API calls. For more information, refer to Finding resource and child access URLs of REST API entities.
- To learn how to access Swagger, refer to Using Swagger UI to explore REST API requests.
Parent | Resources |
Children | ResourceDailyAvailabilities |
URLs | ResourceDailyAvailabilities/{id} (GET) ResourceDailyAvailabilities/query (GET, POST) ResourceDailyAvailabilities/query/count (GET, POST) ResourceDailyAvailabilities/entityInformation (GET) ResourceDailyAvailabilities/entityInformation/fields (GET) Resources/{resourceId}/DailyAvailabilities (GET) Resources/{resourceId}/DailyAvailabilities/{id} (GET) Resources/{resourceId}/DailyAvailabilities (PUT, PATCH) |
Conditions and requirements
General
-
If the Weekly Billable Hours Goal feature is not active in Admin > Activations, the weeklyBillableGoalHours field will return NULL during query and disallow updates. You will be unable to filter on it during a query.
Special field attributes
Field | Conditions and Requirements |
---|---|
All "AvailableHours" fields | Daily available hours must be between 0 and 24 hours. |
weeklyBillableGoalHours | This value must be between 0 and 168 hours. |
Field definitions
The following table describes the standard Autotask fields for this entity. Refer to the following articles for more information about working with these fields:
- The entityInformation REST API call
- Making basic query calls to the REST API
- Advanced query features of the REST API
To learn how to query picklist endpoints, refer to Understanding picklists.
Notes
- For string datatypes, the number in parentheses ( ) indicates the maximum number of characters allowed.
- LT indicates Local Term.
- If this entity has child collections, they will appear in a Child collection access URLs or an Entity URLs and relationships drop-down in the Entity details section of this article.
- You can call the /query/count/ endpoint of a resource to determine how many records a collection holds.
Field Name | Datatype | Read-Only | Is Required | Reference Name | Picklist |
---|---|---|---|---|---|
sundayAvailableHours | decimal | ||||
mondayAvailableHours | decimal | ||||
tuesdayAvailableHours | decimal | ||||
wednesdayAvailableHours | decimal | ||||
thursdayAvailableHours | decimal | ||||
fridayAvailableHours | decimal | ||||
saturdayAvailableHours | decimal | ||||
weeklyBillableGoalHours | decimal | ||||
travelAvailablity | string (0) | ||||
resourceID | integer | ||||
id | long |