Einpix API documentation
    Einpix API documentation
    • Changelog
    • About
    • API
      • Task
        • Create
        • List
        • Detail
        • Change status
      • Checklist
        • By task
      • Client
        • List
        • Detail
      • User
        • List
        • Detail
      • Venue
        • Create
        • List
        • Detail
      • Category
        • Task
          • List
          • Detail
      • Tag
        • List
        • Detail
      • Template
        • Checklist
          • List
          • Detail
      • Equipment
        • List
        • Detail
      • Comment
        • Create
        • Detail
      • Worklog
        • List
        • Hisory
      • Materials
        • By task
      • Service
        • By task
    • Schemas
      • User
      • Venue
      • Task
      • Task comment
      • Tag
      • Task category
      • Picture
      • Check item
      • Equipment
      • Client
      • Task severity
      • Attachment
      • Changed log
      • User group
      • WDJ material
      • Unit master
      • WDJ service
      • Worklog History
      • Checklist template
      • Worklog
      • Activity task
      • Downtime task
      • Sla rule

    Venue

    {
        "id": 0,
        "name": "string",
        "street_address": "string",
        "latitude": 0,
        "longitude": 0,
        "city": "string",
        "country": "string",
        "radius": 0,
        "assignees": [
            {
                "id": 0,
                "name": "string"
            }
        ],
        "potential_assignees": [
            {
                "id": 0,
                "name": "string",
                "email": "string"
            }
        ],
        "responsible": [
            {
                "id": 0,
                "name": "string",
                "email": "string"
            }
        ],
        "watchers": [
            {
                "id": 0,
                "name": "string",
                "email": "string"
            }
        ]
    }
    Built with