API Reference Documentation: https://staging.denim.com/api/v1/documentation#/Jobs
Listing Jobs
You can retrieve a listing of all jobs for our shared client in Denim's platform using this endpoint. It will return a paginated list of jobs, the job data will also include documents and obligations attached. This endpoint supports pagination parameters and searching parameters.
Get a single Job
Similar to the listing of jobs, this endpoint will get a single job record back by UUID, including the documents and obligations. If you want the ability to show or get a Job's status, this is the recommended endpoint to use.
Listing Transactions
Transactions are payments sent to clients or payees as well as payments received from debtors. Transactions are applied towards obligations. Sometimes clients may be interested in viewing their transactions and our API makes it simple to access this information via a GET request to /api/v1/transactions
. This endpoint supports pagination parameters and searching parameters.