API Documentation Create Get attachment API with Base64String response

You can use the following URL to Get the attachment in Base64String.

 

URL: http://localhost/TAHOE_SP5_WS/REST/Summit_RESTWCF.svc/RestService/Summit_GetAttachment_Base64String

Service Name

HTTP Method

Summit_GetAttachment_Base64String

Post


Below is the sample format.

Request payload:

{

    "_ProxyDetails": {

        "ProxyID": 0,

        "ReturnType": "JSON",

        "OrgID": 1,

        "AuthType": "APIKEY",

        "APIKey": "P9DYAvNptCmTgmVLTllwuIUfAJGk83TiSftXIYR/fkQ="

    },

    "eModule": "IM",

    "TicketNo": 48194,

    "AttachmentFileName": "aFile1.txt"

}


Request Parameters

Parameter Name

Type

Description

Mandatory

eModule

STRING

Module name.

Example: For Incident Management it is "IM"

TRUE

TicketNo

STRING

Ticket number of Incident.

TRUE

AttachmentFileName

STRING

File name of attachment.

TRUE


Response:

"ZGZuZ3NraGdsZGdsZGds"

 


Â