Business Date [GET]

Operation

This operation allow you to get the business date of the property.

GET
https://{environment}.ulysescloud.com/api/{version}/chain/{chainId}/property/{propertyId}/businessDate


Request

PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter
Unique identificator of the chain.
propertyIdIntegertruepath parameter
property identificator.

Example request

GET https://prod.ulysescloud.com/api/v1/con/chain/1/property/2/businessDate




Response

Entity

PropertyTypeRequiredDescription
businessDateLocalDatetrueThe current business date of the property.



Example response

{
    "businessDate": "2021-03-26"
}