These logs document changes to the Arken Public API. The document lists the change and the environment where it is rolled out.
Status
colour
Purple
title
Active Environments
The environments where the changes are live are listed on the side.
Breaking changes are listed where relevant. Breaking changes are any changes in resource paths, changing of payload structures or fixing HTTP verbs and response codes. This may require development.
New endpoint for File Download
Status
colour
Red
title
NZ TEST
Status
title
NZ PREPROD
Status
colour
Blue
title
NZ PROD
Status
colour
Yellow
title
UK PREPROD
Status
colour
Green
title
UK PROD
Info
Breaking changes
The /file endpoint has been split into two different calls. /file/download and /file/detail.
GET /file/download will only return the download URL of the document. This will create an event and it is broadcasted via the webhook service.
GET /file/detail will return all the details about the file similar to the old /file call. This will not create an event.
The purpose of this change was to stop the /file GET method from creating an event, which in turn stops any polling from constantly creating repeating events.
See Public API documentation for more details on calls and webhook events.
Event created with correct EventNumber
Status
colour
Red
title
NZ TEST
Status
title
NZ PREPROD
Status
colour
Yellow
title
UK PREPROD
The response received from a Webhook POST or a GET /event always returned the corresponding eventNumber as 0.
It now shows the correct sequential number linked to the event.