GET api/Account/Action/GetAmazonConfigurations

Get Amazon Bucket Configurations

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MessageVMOfIEnumerableOfAmazonProductionAppVM
NameDescriptionTypeAdditional information
success

boolean

None.

message

string

None.

data

Collection of AmazonProductionAppVM

None.

total

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "data": [
    {
      "Id": 1,
      "Region": "sample string 2",
      "Bucket": "sample string 3",
      "CropAPI": "sample string 4",
      "PoolId": "sample string 5",
      "IsActive": true
    },
    {
      "Id": 1,
      "Region": "sample string 2",
      "Bucket": "sample string 3",
      "CropAPI": "sample string 4",
      "PoolId": "sample string 5",
      "IsActive": true
    }
  ],
  "total": 3
}