Detalles de la petición
-
URL: api/v8.6/item/{id}/{itemType}/tasks
-
Tipo: GET
-
Encabezados requeridos:
- content-type: application/json
- Authorization: TOKEN
- content-type: application/json
Parámetros
Nombre | Tipo de dato | Obligatorio | Descripción |
---|---|---|---|
Id | Texto | Si | Id del caso a consultar. |
ItemType | Número | Si | Tipo de caso a crear. Las opciones son: 1. Incidente 2. Problema 3. Cambio 4. Requerimiento de servicio |
Respuesta
Como respuesta retornara un objeto json, con la siguiente información.
[
{
"AuthorId": 0,
"AuthorName": null,
"Behavior": null,
"CaseType": 0,
"Description": null,
"Duration": null,
"EndDate": "/Date(1577396831300-0500)/",
"EndDateReal": null,
"GroupId": 7,
"GroupName": "Mesa de Servicio Nivel 1",
"Id": 661,
"IdByProject": null,
"IdCategory": null,
"Name": "CHG-26545-1-322-1",
"ProjectId": 0,
"ProjectName": null,
"ReasonId": null,
"ReasonName": null,
"ResponsableId": 3,
"Result": null,
"StartDate": "/Date(1577396231303-0500)/",
"StartDateReal": null,
"StatusId": 30,
"StatusName": "Registrada",
"TypeId": 0,
"UserName": "Especialista TI"
},
{
"AuthorId": 0,
"AuthorName": null,
"Behavior": null,
"CaseType": 0,
"Description": null,
"Duration": null,
"EndDate": "/Date(1577397638567-0500)/",
"EndDateReal": null,
"GroupId": 7,
"GroupName": "Mesa de Servicio Nivel 1",
"Id": 698,
"IdByProject": null,
"IdCategory": null,
"Name": "CHG-26545-1-322-2",
"ProjectId": 0,
"ProjectName": null,
"ReasonId": null,
"ReasonName": null,
"ResponsableId": 3,
"Result": null,
"StartDate": "/Date(1577397038570-0500)/",
"StartDateReal": null,
"StatusId": 30,
"StatusName": "Registrada",
"TypeId": 0,
"UserName": "Especialista TI"
}
]
Mensajes de error
Código | Estado HTTP | Mensaje de error |
---|---|---|
400 | BadRequest | InvalidCaseId |
400 | BadRequest | InvalidCaseType |
500 | InternalServerError | FailureGetTask |