4th March 2025

[Info] on 17th March 2025 - Catalogue API Change

Dear Customers,

We would like to inform you about an upcoming change to our OData and STAC APIs interfaces, effective 17 March 2025.

Starting from 17 March 2025, the format of displaying Attributes with the DateTimeOffset type will be changed to ensure uniformity with the ISO 8601, where the UTC time zone should be abbreviated with "Z".

Currently, the values are displayed as follows:

OData API response

{    "@odata.type": "#OData.CSC.DateTimeOffsetAttribute",    "Name": "processingDate",    "Value": "2024-06-04T12:03:49.113620+00:00",    "ValueType": "DateTimeOffset"}

STAC API response
"processingDate": "2024-06-20T08:14:44.000000+00:00"
Upon the implementation of the change, the data format will be presented in the following manner:

OData API response

{    "@odata.type": "#OData.CSC.DateTimeOffsetAttribute",    "Name": "processingDate",    "Value": "2024-06-04T12:03:49.113620Z",    "ValueType": "DateTimeOffset"}

STAC API response
"processingDate": "2024-06-04T12:03:49.113620Z"
We recommend reviewing the upcoming changes to the Catalogue OData and STAC API interfaces described above to avoid disruption to your current services.

Changes will impact all endpoints of catalogue:
https://datahub.creodias.eu/odata/v1/Products 

https://datahub.creodias.eu/stac

We apologize for any inconvenience this may cause and thank you for understanding.

If you have any questions about this change or need additional assistance, please contact our support department via the “Support → Tickets” tab on the Tenant Manager platform.

Best Regards,
CREODIAS Support Team