Activity Query Profiles

This resource allows you to retrieve and manipulate Activity query profiles.

Activity query profiles allow activity queries to be grouped for asssignment to relevant employees and managers.

Activity queries allow employees and managers to search for activities that are relevant to them. Queries are helpful if there are many activities that need to be available to employees. Activity queries can be configured to filter out activities based on:

  • Query user’s home labor account

  • Query user’s labor transfer set

  • Labor accounts in account sets

  • Activity completion and held status

  • Activity type (direct or indirect)

  • Time period within which activity start or end dates fall

  • Activity name

Refer to the Activity Query Profiles topic for example calls and a tutorial.

Operations


Create Activity Query Profile
POST /v1/work/query_profiles


Create Activity Query Profiles
POST /v1/work/query_profiles/multi_create


Delete Activity Query Profile by ID
DELETE /v1/work/query_profiles/{id}


Delete Activity Query Profiles
POST /v1/work/query_profiles/multi_delete


Retrieve Activity Query Profile by ID
GET /v1/work/query_profiles/{id}


Retrieve Activity Query Profiles
POST /v1/work/query_profiles/multi_read


Retrieve All Activity Query Profiles by Name
GET /v1/work/query_profiles


Update Activity Query Profile by ID
PUT /v1/work/query_profiles/{id}


Update Activity Query Profiles
POST /v1/work/query_profiles/multi_update