ADM_GetFileUploadAttributes

Read Complete Release Notes

Use the following API to fetch the attachment validation parameters to create/update Change Records with details like User Name, Organization ID, and so on. Enter all the mandatory attributes in the request parameters.

To authenticate the below API, see API Authentication and Authorization.

Service NameHTTP Method
ADM_GetFileUploadAttributes

POST

Sample Request
{
    "ServiceName": "ADM_GetFileUploadAttributes",
    "objCommonParameters": {
        "_ProxyDetails": {
            "UserName": "abc@xyz.com",
            "OrgID": "1",
            "SAASOrgID": "0",
            "ProxyID": 0,
            "ReturnType": "JSON",
            "Password": "test@123",
            "RequestType": "mobile",
            "AuthType": "FORM"
        }
    }
}


Request Parameters

Parameter NameTypeDescriptionMandatory

UserName

STRING

Mention the user name.

TRUE

OrgID

INTEGER

Unique Identification of the Organization.

By default, the value is 1. 

TRUE

SAASOrgID

INTEGER

Mention the SAAS ID of the organization.

The value should be 0.

TRUE

ProxyID

INTEGER

Type of the request return.

The value should be 0.

TRUE

RequestType

STRING

Type of the request.

By default, the value is Mobile.

TRUE

AuthType

STRING

Mention the type of authorization.

TRUE

Sample Response
{
"Errors": "",
"Message": "",
"Output": "",
"TokenID": "641EB72172E1BFFB78DB3EB6B29B5135AA6222298F73C828924C90EBF9F0F1E7E0179D0525E10A28FC08E86744219611FF8AF303EE22C1221C9488CA718A00C7C55F191494B066FE2F337978079AD8C59B7B114D37FE2BC666DDD1F20E9E2CB2C80F3C7412F3E5D59379EAD2E913A9355498E29AB009ACE1785608395B5993F02FEF6673DF336D8BAB4657F25EFC0839",
"OrgID": 0,
"OutputObject": {
"FILE_Attributes": [
{
"attachment_max_size_bytes": "102400",
"attachment_allowed_filetypes": ".json,.xml,.xlsx,.txt,.jpg,.exe,.png"
}
]
},
"OutputID": 0,
"Input": null
}