Detalles de la petición:
- URL Base: {host}/ASMSAPI/
- URI: api/v9/ci/?id={id}
- Tipo: GET
-
Encabezados requeridos:
- Content-Type: application/json
- X-Authorization: Bearer {token}
Descripción de la URL
- {host}: Representa el dominio del ambiente en el que se encuentra la API.
- ASMSAPI/: Prefijo fijo de la API.
- Uri: Endpoint específico para la petición.
⚐ EJEMPLO URL:
https://{host}/ASMSAPI/api/v9/ci/?id={id}
Parámetros:
Nombre | Tipo de dato | Obligatorio | Descripción |
---|---|---|---|
Id | int | Si | InvalidTempItemId |
Respuesta:
{
`"acceptDate": 1620331200000,
`"additionals": [],
`"assetTag": "MABC02152018 - 1020R",
`"authorId": 4834,
`"barCode": "Probando Postman 2 actualizando", "brandId": 1050,
`"brandName": **null**,
`"categoryId": 31,
`"categoryImage": "<!DOCTYPE html> </html>",
`"categoryName": "[ES] RS Servicio Soporte",
`"checkOutDate": 1620331200000,
`"checkinDate": 1620331200000,
`"closedDate": **null**,
`"costCenterId": 7,
`"costCenterName": "hijo de pepito",
`"createdDate": 1623339419940,
`"depreciationMethod": 1,
`"description": "Descripción XXX Actualizando", "fileId": 141,
`"hasReconciliation": **false**,
`"id": 278,
`"impactId": 1,
`"impactName": "[ES] BAJO",
`"installationDate": **null**,
`"interfaceId": **null**,
`"isClosed": **false**,
`"licenseNumber": "1",
`"locationId": **null**,
`"manufacturerId": 193,
`"manufacturerName": "GRUPO MUTUAL ALAJUELA DE AHORRO Y PRESTAMO S.A "modelId": 30,
`"modelName": "[ES] Reportes",
`"modifiedDate": 1630499442117,
`"modifierId": 4883,
`"name": "SOPORTE TECNICO 010101",
`"picture": **null**,
`"price": 0.00,
`"providerId": 193,
`"providerName": "GRUPO MUTUAL ALAJUELA DE AHORRO Y PRESTAMO S.A.",
`"reasonId": **null**,
`"reasonName": **null**,
`"reponsibleDate": 1620331200000,
`"residualValue": **null**,
`"responsibleId": 6919,
`"responsibleName": "Duvan Carmona",
`"rfid": "RFID MABC02152018 - 1020R",
`"riskId": **null**,
`"riskName": "",
`"serial": "MABC02152018 - 1020R",
`"stateId": 17,
`"stateName": "[ES] Activo",
`"stringStateColor": "141.244.112",
`"type": 21,
`"unitId": 5004,
`"unitName": **null**,
`"unitSize": "120",
`"usefulLife": **null**,
`"version": 4,
`"hasMoreInformation": **false**,
`"isVotingProcess": **false**,
`"pictureId": **null**,
`"projects": [
`{
`"id": 25,
`"name": "[ES]ASMS"
`}
`]
}
Mensajes de error:
Código | Estado HTTP | Mensaje de error |
---|---|---|
400 | BadRequest | NeedsSomeArgument |
500 | InternalServerError | FailureGetDetailCi |
{
`"exceptionMessage": "NeedsSomeArgument", "message": "FailureGetDetail",
`"operation": "GetDetail",
`"serviceName": "CI"
}
{
`"exceptionMessage": "",
`"message": "FailureGetDetail", "operation": "GetDetail",
`"serviceName": "CI"
}