Api InData Clientes
  1. OperationalSite
Api InData Clientes
  • Api inData
    • Introducción
    • Autenticación
    • Respuestas del API
    • Client
      • Crear cliente
      • Actualizar cliente
      • Obtener cliente por código
    • ClientBranch
      • Crear una nueva sucursal de cliente
      • Actualizar una sucursal de cliente
      • Obtener una sucursal de cliente por código
    • Employee
      • Create Employee
      • Actualizar empleado
      • Obtener Empleado
      • Actualizar foto empleado
    • OperationalSite
      • Crear sitio operativo / puesto
        POST
      • Actualizar sitio operativo / puesto
        PUT
      • Obtener sitio operativo / puesto
        GET
    • HoursWorked
      • Consulta horas trabajadas
    • Programming
      • Crear programación
      • Actualizar programación
      • Obtener programación
      • Consultar programaciones
  1. OperationalSite

Obtener sitio operativo / puesto

Prod Env
https://api.indata.com.co
Prod Env
https://api.indata.com.co
GET
https://api.indata.com.co
/api/v1/operational-site/{code}
Este endpoint permite obtener un sitio operativo / puesto en el sistema,

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
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.indata.com.co/api/v1/operational-site/46465' \
--header 'x-api-key;' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
application/json
Body

Example
{
    "id": 3559,
    "clientBranch": {
        "id": 9947,
        "name": "Sucursal C3",
        "code": "7j29x"
    },
    "name": "Portería",
    "code": "17315",
    "observations": "Cyclocross transmit holistic Account Operaciones katal Diseñador Borders Toyota Hybrid",
    "gender": "M",
    "coords": "-41.6107,-99.1541",
    "minAge": 100,
    "maxAge": 63,
    "fullDayWorked": true,
    "isActive": true
}
Modified at 2024-07-23 13:49:08
Previous
Actualizar sitio operativo / puesto
Next
Consulta horas trabajadas
Built with