ServiceSnapshot Resource
Services Module
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| save | POST /api/ServiceSnapshot/save |
Admin or Module WRITE | |
GET /api/ServiceSnapshot/pdf |
Authentication only | ||
| send | POST /api/ServiceSnapshot/send |
Endpoint level permissions | Sends an ServiceSnapshot PDF by email. The email notice contains the the link to the PDF to download via the Portal |
| delete | POST /api/ServiceSnapshot/delete |
Admin or Module WRITE | |
| get | GET /api/ServiceSnapshot/get |
Admin or Module READ | |
| find | GET /api/ServiceSnapshot/find |
Admin or Module READ | |
| report | GET /api/ServiceSnapshot/report |
Endpoint level permissions |
| Property | Type | Description |
|---|---|---|
id |
number | |
service_id |
number | |
slug |
string | |
snapshot_json |
string | |
is_work_requested |
boolean | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
| Setting | |
|---|---|
Pagination Limit (when page parameter is set) |
None |
| Default Sort Order |
created_at DESC |
| Related Resource | Key | Relationship to ServiceSnapshot | Property |
|---|---|---|---|
| Service | service_id |
Belongs To | Service |