Traqa API Documentation
  • Introduction
  • Roles
  • Getting Started
  • Shippers Process Flow
    • Provide a Load Plan
    • Receive Completed Loads
  • Loading Site Work Flow
    • Retrieve Scheduled Loads
    • Provide Completed Load Weights
    • Upload Container Photos & Weigh-bridge Ticket
    • Retrieve Completed Loads
  • Annex VII Completion Guidance
  • Completing Load Site Paperwork
  • Glossary
  • Codes and Identifiers
Powered by GitBook
On this page
  • How to Retrieve Annex VII Document
  • How to retrieve Completed Load Data

Was this helpful?

  1. Loading Site Work Flow

Retrieve Completed Loads

PreviousUpload Container Photos & Weigh-bridge TicketNextAnnex VII Completion Guidance

Last updated 2 years ago

Was this helpful?

It maybe preferable to pull the Annex VII document back from Traqa to allow the operator to print the document from the weigh-bridge software rather than receiving by email the Annex VII, this is produced only after the load has been completed by the weighbridge.

How to Retrieve Annex VII Document

The Annex VII document is available in Traqa via the GET method in the API.

https://uat.api.traqa.io/v1/documents/annexvii?LoadingReference={{LoadingReference}}

You will need to provide the Loading Reference to retrieve the Annex VII.

How to retrieve Completed Load Data

Load sites may also return any relevant Load information for their records such as:

https://uat.api.traqa.io/v1/loads?status=COMPLETED&order=asc

  • Party Details

  • Date Time Stamps for Key Events

  • Additional References

  • Transport Equipment Details

  • Trade Item Details

Technical Details on how to Retrieve AnnexVII
Technical Details on how to retrieve load data