GET GetDistinctProcessDates()

Returns a list of all unique process dates available for your organization.


Base URL

https://api.wealthtechs.com/v2/odata/

Supported Resources

This function is available on the following OData resources:

ResourceEndpoint
InterfaceStatuses/interfacestatuses/GetDistinctProcessDates()

Summary

The GetDistinctProcessDates function is designed to help you identify which process dates are currently available in your interface data. It filters the data based on your linked custodians and returns a unique, ascending list of all the ProcessDate values found.


Authorization

// Authorization via JWT Token.

Authorization: Bearer <YourToken>

Example Usage

GET https://api.wealthtechs.com/v2/odata/interfacestatuses/GetDistinctProcessDates()

Responses

CodeType
200Success
204No Content
400Bad Request
401Unauthorized