Navigation:  »No topics above this level«

API de inicialización

Previous  Top  Next

Inicia una instancia del proceso modelo, tipo de incidente o tipo de problema pasado por parámetro.

 

Workflow

https://domain/se/workflow/api/new_workflow.php?processid=PROCESSID&workflowtitle=WORKFLOWTITLE

 

Incidente

https://domain/se/incident/api/new_incident.php?incidenttypeid=INCIDENTTYPEID&incidenttitle=INCIDENTTITLE

 

Problema

https://domain/se/problem/api/new_problem.php?problemtypeid=PROBLEMTYPEID&problemtitle=PROBLEMTITLE

 

PARÁMETROS

PROCESSID

Identificador del proceso

WORKFLOWTITLE

Título del workflow

INCIDENTTYPEID

Identificador del tipo de incidente

INCIDENTTITLE

Título del tipo de incidente

PROBLEMTYPEID

Identificador del tipo de problema

PROBLEMTITLE

Título del tipo de problema