Search Project Tasks

This endpoint allows you to retrieve project task data based on specified filters.

Explore the Attendance API for more details on usage, rate limits, permissions, and more.

Notes:

  • Only project task fields mentioned in the `fields` parameter are returned. Use project task metadata endpoint to get the field IDs.
  • By default, only active project tasks will be retrieved. To fetch archived tasks, filter by `status` equals `archived`.
  • Pagination parameters are currently accepted but not enforced. The response includes all matching results regardless of the `limit` or `cursor` values. Pagination will be implemented in a future version to limit results per page. To learn more, see Pagination in Bob’s API.
  • This endpoint requires body parameters, which is why it utilizes a POST request for a read operation.

Testing notes:

  • Use the testing widget's Try It! option to test this endpoint.
  • Use the Examples > Request Example option to see how to initiate body parameters.
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!