Django REST framework
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

GET /api/sealer/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "cost_table": "https://api.procart-plus.ztech.dev.br/api/sealer/cost_table/?format=api",
    "cost_table_admin": "https://api.procart-plus.ztech.dev.br/api/sealer/cost_table_admin/?format=api",
    "act_service": "https://api.procart-plus.ztech.dev.br/api/sealer/act_service/?format=api",
    "reason_free": "https://api.procart-plus.ztech.dev.br/api/sealer/reason_free/?format=api",
    "sealer": "https://api.procart-plus.ztech.dev.br/api/sealer/sealer/?format=api",
    "sealer_attachment": "https://api.procart-plus.ztech.dev.br/api/sealer/sealer_attachment/?format=api"
}