Vehicle inspections
Vehicles Inspections: bunches of Photos management
Note: You have to Create a Claim in order to attach Screens to it.
Create a Screen
POST
https://insp.telematicssdk.com/api/v1/:claim_id/screens
Authorization: Required with Token Content Type: application/form-data Important: You can create a screen if Claim's state is Draft, Pending or Processing
Path Parameters
Name | Type | Description |
---|---|---|
claim_id | integer | Claim ID. Get it via /api/v1/claims |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Token. Get it via https://insp.telematicssdk.com/api/v1/profiles/login/ |
Request Body: follow Swagger
Update a Screen
PUT
https://insp.telematicssdk.com/api/v1/screens/:id
Authorization: Required with Token Content Type: application/form-data Important: You can update a Screen only if it's CanEdit == true and Claim's state is Draft, Pending or Processing
Path Parameters
Name | Type | Description |
---|---|---|
ID | integer | Screen ID |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Token. Get it via https://insp.telematicssdk.com/api/v1/profiles/login/ |
Request Body: follow Swagger
Show a Screen
GET
https://insp.telematicssdk.com/api/v1/screens/:id
Authorization: Required with Token
Path Parameters
Name | Type | Description |
---|---|---|
ID | string | Screen ID |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Token. Get it via https://insp.telematicssdk.com/api/v1/profiles/login/ |
Show Screens
GET
https://insp.telematicssdk.com/api/v1/claims/:claim_id/screens
Authorization: Required with Token
Path Parameters
Name | Type | Description |
---|---|---|
claim_id | string | Claim ID. Get it via /api/v1/claims |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Token. Get it via https://insp.telematicssdk.com/api/v1/profiles/login/ |
Last updated