Data model and response type deserialisation

Originally posted by Carl Partridge

We’ve noticed that there are plenty of $type fields in the JSON that would be ideal for deserialising into POCOs — by the looks of the namespaces, you already have a data model behind the scenes. Is this available to download anywhere, to make deserialisation easier?

The .NET assembly containing our Data Transfer Objects (DTOs) is available for download via a link on our API landing page or directly here.

You may also be interested in our Swagger file if you would like to generate types or clients for other languages.