POST CaseApi/ServiceContactActionHistory

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Id

Service Contact Id

long

optional

SessionId

Session GUID

string

Required

FilerEmailAddress

Filer Email address

string

optional

serviceContactEFMId

serviceContact EFMId

string

Required

FilterValue

Sort Filter Value

string

Optional

OrderBy

Order By column name

string

Optional

OrderByDirection

Order By Direction like Asc or Desc

string

Optional

PageNumber

Page Number

integer

Optional

PageSize

Page Size

integer

Optional

FilterMember

Sort Filter Member

string

Optional

FilterOperator

Sort Filter Operator like StartsWith, Contians, IsEqualTo etc.,

string

Optional

Request Formats

application/json, text/json

Sample:
                                                      {
 "SessionId":  "ff144a4c-d00a-4961-97a3-295ea9ced845",
"ServiceContactEFMId":"9e643d7f-8f32-4c33-94b0-d28b1545b080" ,
"PageNumber":0,
"PageSize":20

}



                        

Response Information

Response Formats

application/json, text/json

Sample:
                                                                                              {
    "ServiceContactActionList": [
        {
            "ContactAction": "Attach",
            "ActionDateTime": "08/22/16 CDST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "06/24/16 CDST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "12/15/15 CST"
        },
        {
            "ContactAction": "Detach",
            "ActionDateTime": "10/10/17 CDST"
        },
        {
            "ContactAction": "Detach",
            "ActionDateTime": "10/14/15 CDST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "08/19/15 CDST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "11/24/16 CST"
        },
        {
            "ContactAction": "Detach",
            "ActionDateTime": "12/16/16 CST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "08/06/16 CDST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "09/26/17 CDST"
        },
        {
            "ContactAction": "Detach",
            "ActionDateTime": "09/26/17 CDST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "09/26/17 CDST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "09/26/17 CDST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "09/26/17 CDST"
        },
        {
            "ContactAction": "Detach",
            "ActionDateTime": "09/26/17 CDST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "09/26/17 CDST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "09/18/17 CDST"
        },
        {
            "ContactAction": "Detach",
            "ActionDateTime": "09/26/17 CDST"
        },
        {
            "ContactAction": "Attach",
            "ActionDateTime": "09/26/17 CDST"
        },
        {
            "ContactAction": "Detach",
            "ActionDateTime": "09/26/17 CDST"
        }
    ],
    "TotalRecordCount": 28,
    "PageNumber": 0,
    "PageSize": 20
}