Home
Generalidades Collapse menú
    Listar Casos del Usuario

    Detalles de la petición

    • URI: /api/v8.6/item/list

    • Tipo: POST

    • Encabezados requeridos:

      • content-type: application/json
      • Authorization: TOKEN

    Parámetros

    N/A

    Cuerpo de la petición

    {
        "Paging": {
            "Start": 1,
            "End": 50,
            "Size": 0
        },
        "Criteria": [
            {
                "Value": "Identificador del cliente",
                "FieldName": "CustomerId",
                "LogicOperatorId": 1,
                "ComparisonOperatorId": 5
            }
        ],
        "WhereCriteria": [],
        "Order": {
            "ColumnName": "RegistrationDate",
            "ModeId": 2
        },
        "ViewId": 5,
        "ProjectId": 2
    }
    

    Respuesta

    Como respuesta se obtiene un objeto json, con la siguiente información:

    {
        "Data": [
            {
                "Annulled": false,
                "AttentionDate": {
                    "Expected": null,
                    "Real": null
                },
                "AttentionDateExpected": null,
                "AttentionDateReal": null,
                "AuthorId": -1,
                "AuthorName": "Carlos Andres Rey Baquero",
                "BackOutPlan": null,
                "Building": "Cra.69 No.98 A 11 C.C.Outlet Floresta Of.701",
                "BuildingDate": {
                    "Attention": null,
                    "Solution": null
                },
                "CABDate": {
                    "Attention": null,
                    "Solution": null
                },
                "CaseType": 3,
                "CategoryHierarchy": "USDK Móvil Cambios",
                "CategoryId": -1,
                "CategoryName": "USDK Móvil Cambios",
                "CauseId": -1,
                "CauseName": "",
                "CiId": -1,
                "CiName": null,
                "City": "Bogota",
                "ClassifiedId": null,
                "ClassifiedIdByProject": null,
                "ClassifiedName": null,
                "ClassifiedType": null,
                "ClosedDate": null,
                "ClosenessToExpiration": 0,
                "Commentary": "",
                "CompanyId": -1,
                "CompanyName": "ARANDA ARGENTINA",
                "ComposedId": "CHG-132943-2-21932",
                "Cost": null,
                "Country": "Colombia",
                "CustomerId": -1,
                "CustomerName": "Carlos Andres Rey Baquero",
                "Department": "Cambios y Sostenibilidad",
                "Description": "",
                "Effort": null,
                "EmailDate": null,
                "Floor": null,
                "FollowersCount": 0,
                "GroupId": null,
                "GroupName": "Aranda CYS",
                "HasCurrentVoting": false,
                "HasKnownError": false,
                "HasSurvey": false,
                "HeadQuarter": "Sede 4",
                "Id": 132943,
                "IdByProject": 21932,
                "ImpactId": -1,
                "ImpactName": "BAJO_IMPAC",
                "ImplementationDate": {
                    "Attention": null,
                    "Solution": null
                },
                "InterfaceId": "",
                "IsClosed": false,
                "IsConfidential": false,
                "IsFollowing": false,
                "IsOpened": 1,
                "IsStateProvider": false,
                "KnownError": null,
                "MatchContent": null,
                "PSA": null,
                "PriorityId": -1,
                "PriorityName": "BAJO_PRIORI",
                "ProcedureId": null,
                "ProcedureName": null,
                "Progress": 0,
                "ProjectId": 2,
                "ProjectName": ".Soporte",
                "ProviderId": null,
                "ProviderName": null,
                "RFCDate": {
                    "Attention": null,
                    "Solution": null
                },
                "ReasonId": -1,
                "ReasonName": null,
                "ReceptorId": -1,
                "RegistrationDate": "\/Date(1485182051660-0500)\/",
                "RegistryTypeId": -1,
                "RegistryTypeName": "Web",
                "ReviewDate": {
                    "Attention": null,
                    "Solution": null
                },
                "RoutingType": -1,
                "Scope": null,
                "ServiceId": null,
                "ServiceName": "Servicio USDK Móvil Cambios",
                "SlaId": null,
                "SlaName": "ANS Cambios",
                "SolutionDate": {
                    "Expected": null,
                    "Real": null
                },
                "SolutionDateExpected": null,
                "SolutionDateReal": null,
                "SpecialGroupId": null,
                "SpecialistId": null,
                "SpecialistName": "Usuario de pruebas 2",
                "StageId": null,
                "StageName": "RFC",
                "StateId": 202,
                "StateName": "RFC Registrado",
                "Subject": "Prueba USDK Cam",
                "TestingDate": {
                    "Attention": null,
                    "Solution": null
                },
                "Time": 0,
                "UrgencyId": -1,
                "UrgencyName": "BAJO_URGEN",
                "UserCanEdit": false,
                "VotingProcessId": null,
                "VotingProcessName": ""
            }...
        ],
        "Paging": {
            "Count": 204
        }
    }
    

    Mensajes de error

    Código Estado HTTP Mensaje de error
    400 BadRequest InvalidViewId
    401 Unauthorized InvalidSessionId
    500 InternalServerError InvalidSessionId