List assistances/visits for a service order
GET/service-orders/:id/assistances
Returns a paginated list of assistances/visits for a specific service order. Supports sorting, filtering by description, type, user, and status, and eager loading of relationships.
Request
Responses
- 200
- 401
- 403
- 500
Paginated list of service order assistances
Unauthenticated
Forbidden - Missing permission: read assistances service orders
Internal server error