Get all active obligation fulfillments for the Manage Fulfillment listing

Fetches all active obligation fulfillment records excluding Canceled and Superseded status records at database level.

For Recurring Obligations (Monthly, Quarterly, Custom):

  • Excludes terminal statuses: FulfilledOnTime, FulfilledLate, Waived
  • If there are overdue pending fulfillments (DueDate Less Than Today with PendingFulfillment or PendingReview status):
    Shows all overdue pending fulfillments PLUS the next upcoming fulfillment (earliest future DueDate)
  • If all pending fulfillments are future (DueDate Greater Than Or Equal Today):
    Shows only the next upcoming (earliest) pending fulfillment
  • Prevents showing all future fulfillments - only the immediate next one

Results are sorted by due date and include contract and obligation details for each fulfillment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Query parameters for filtering, sorting, and pagination

Custom Query

int32 | null

Number of the records to be fetched

int32 | null

Number of the records to be skipped

SortInfo
object

Sorting Information for Fields

string | null

Criteria Expression to filter the records

boolean

Whether to fetch only distinct records

Fields
array of strings | null

The list of fields to be fetched

Fields
GroupBy
array of strings | null

Group Field name if the result to be grouped

GroupBy
boolean

Whether to include total count in the query response. Defaults to true.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json