v1

latestOpenAPI 3.0.12026-08-063985821.3 MB
User Task API:Tasks

Find user tasks

get/usertasks

Query parameters

UserIdinteger[]

Search for tasks assigned to or owned by the specified users

StartAtstring[]

Search for tasks starting at a specific date and time (UTC assumed, ISO date-time). Prefix with < or > to search dates before or after (inclusive) the specified date and time. Specify multiple times to search for a range.

CreatedByinteger[]

User Id - search for companies created by the specified user(s)

CreatedAtstring[]

Search for tasks created at a specific date and time (UTC assumed, ISO date-time). Prefix with < or > to search dates before or after (inclusive) the specified date and time. Specify multiple times to search for a range.

UpdatedByinteger[]

User Id - search for companies last updated by the specified user(s)

UpdatedAtstring[]

Search for tasks updated at a specific date and time (UTC assumed, ISO date-time). Prefix with < or > to search dates before or after (inclusive) the specified date and time. Specify multiple times to search for a range.

IncludeFindUserTasksInclude[]
Offsetinteger

The index of the first entry to return from the resource collection

Limitinteger

The maximum number of entries to return.<br /> Setting to 0 will return only the total count of matching resources.

Response

List of user tasks matching the specified criteria

totalCountinteger required