URL
https://devwebapi.leadmaster.com/api/LMWebAPI/GetAzureFileConfiguration?access_token={access_token}
Description
Retrieves Azure file configuration based on the provided access token.
HttpMethod
GET
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
access_token | The access token used for authentication. |
Define this parameter in the request URI. |
Response Information
A containing Azure file configuration details.
Response body formats
application/json, text/json
Sample:
{ "maxUploadFileSize": 1, "validFile": "sample string 2", "otherFile": "sample string 3" }
application/xml, text/xml
Sample:
<FileConfigurationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessObjects.ViewModel"> <maxUploadFileSize>1</maxUploadFileSize> <otherFile>sample string 3</otherFile> <validFile>sample string 2</validFile> </FileConfigurationModel>