Skip to main content
GET
/
api
/
v1
/
fleets
/
{assetProviderCountryCode}
/
{assetProviderCode}
/
{vehicleId}
/
blobs
/
maintenance
/
{maintenanceId}
Fetch all files of a maintenance report
curl --request GET \
  --url https://api.smartmove.eu/m2m/api/v1/fleets/{assetProviderCountryCode}/{assetProviderCode}/{vehicleId}/blobs/maintenance/{maintenanceId} \
  --header 'Authorization: Bearer <token>'
{
  "blobs": [
    {
      "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "filename": "<string>",
      "uploaded": false
    }
  ],
  "secret": "<string>",
  "itemId": "<unknown>"
}
This endpoint returns the names and content types of the files. Use Get a file download link to download the actual contents of the files by providing the UUIDs and secret from the response.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

assetProviderCountryCode
string
required

Asset provider country code

assetProviderCode
string
required

Asset provider code

vehicleId
string
required

Vehicle unique identifier

maintenanceId
integer<int64>
required

Vehicle maintenance id

Response

The blob information

blobs
object[]
required
secret
string
required

Secret for retrieving links

Minimum string length: 1
itemId
any
required

Id of the item which holds the blobs. May be string or integer