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:
Resource | Endpoint |
---|---|
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>
Learn how to get access to our API V2.0 by clicking here.
You can copy and use our API v2.0 Public Token to get familiar with our API OData Resources.
Example Usage
GET https://api.wealthtechs.com/v2/odata/interfacestatuses/GetDistinctProcessDates()
Responses
Code | Type |
---|---|
200 | Success |
204 | No Content |
400 | Bad Request |
401 | Unauthorized |