Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request a Case to be reopened




Anchor
Listtasks
Listtasks
Anchor
ListsandtasksListsandtasks

List Tasks

  • Use the endpoint, www.example.com/QFDAPI/v1/task/list to get a list of tasks for a claim or client

  • The /task/list endpoint request requires the following parameters:

    • CorrelationId

      • This is a UUID
    • ClaimId 

      • This is used to retrieve all tasks for a claim
    • or ClientId and TaskLabel

      • This is used to retrieve all of the tasks of a specific task label for a specific client
  • The /tasks/list endpoint request supports the following parameters for additional result set configuration:
    • PageNum - page to retrieve, default to 1 for first page of results
    • PageSize - number of items to retrieve per page, defaults to 1000
    • SortBy - result field to sort by, defaults to CreateDateTime
    • SortType - ASC for ascending, DESC for descending. Defaults to ASC

...