Einpix API documentation
  1. Venue
Einpix API documentation
  • Changelog
  • About
  • API
    • Task
      • Create
      • List
      • Detail
      • Change status
    • Checklist
      • By task
    • Client
      • List
      • Detail
    • User
      • List
      • Detail
    • Venue
      • Create
        POST
      • List
        GET
      • Detail
        GET
    • 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
  1. Venue

Detail

GET
venues/{venueId}/detail
Retrieves detailed information about a venue by their unique ID.

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.einpix.com/public/v1/venues//detail'

Responses

🟢200Success
application/json
Body

Example
{
    "id": -39700455,
    "name": "rem ea alias",
    "street_address": "498 Betsy Grove",
    "latitude": 20.0622,
    "longitude": -171.9129,
    "city": "Lenexa",
    "country": "Bulgaria",
    "radius": 200,
    "assignees": [
        {
            "id": 344,
            "name": "illo reiciendis repellat"
        }
    ],
    "potential_assignees": [
        {
            "id": 344,
            "name": "atque ducimus enim",
            "email": "Adelia33@yahoo.com"
        },
        {
            "id": 344,
            "name": "eum ullam neque",
            "email": "Madisen66@gmail.com"
        }
    ],
    "responsible": [
        {
            "id": 344,
            "name": "cupiditate fugit veritatis",
            "email": "Alva_Romaguera99@yahoo.com"
        },
        {
            "id": 344,
            "name": "libero incidunt architecto",
            "email": "Joy_Wiegand@gmail.com"
        }
    ],
    "watchers": [
        {
            "id": 344,
            "name": "reprehenderit modi odit",
            "email": "Harmony21@yahoo.com"
        },
        {
            "id": 344,
            "name": "quaerat vel nostrum",
            "email": "Vella_Olson0@yahoo.com"
        },
        {
            "id": 344,
            "name": "qui quae hic",
            "email": "Lawrence_Koelpin@gmail.com"
        }
    ]
}
Modified at 2025-11-19 12:10:37
Previous
List
Next
List
Built with