Cmrs

Get CMRs / LVs

get

Get the CMRs related to a transport

Authorizations
Path parameters
uidstringRequired
remote_idstringOptional

If you choose to identify an object with its remote_id instead of its uid then

  • replace the uid value with the remote_id value in the URL

  • specify lookup_field=remote_id in the query parameters

Query parameters
lookup_fieldstringOptional

Used to specify what field is used in the URL to identify the object you're requesting, e.g. with the remote_id (see path parameters)

Responses
200Success
application/json
get
GET /api/v4/transports/{uid}/cmrs/ HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Accept: */*
200Success
[
  {
    "file": "https://storage.googleapis.com/dashdoc-media/media/shipments/aabd42eb.png",
    "reference": "delivery note 123456 client 1"
  }
]

Last updated

Was this helpful?