BI-IN-A-BOX
  1. azure
BI-IN-A-BOX
  • azure
    • list containers
      GET
    • list container contents
      GET
  • fo
    • secured
      • admin
        • client list
        • client create
        • client update
        • client delete
      • client
        • installer/status
        • installer/images
      • properties
        • erp-types
    • unsecured
      • health
      • downloads
    • auth
      • token
  1. azure

list container contents

Developing
GET
https://{{accountName}}.blob.core.windows.net/biinabox

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://{{accountName}}.blob.core.windows.net/biinabox?restype=container&comp=list&format=json&x-ms-version=2021-04-10'
Response Response Example
<?xml version="1.0" encoding="utf-8"?><Error><Code>NoAuthenticationInformation</Code><Message>Server failed to authenticate the request. Please refer to the information in the www-authenticate header.
RequestId:22ad28f1-d01e-0033-3ffc-8ad03f000000
Time:2026-01-21T17:35:54.0436057Z</Message></Error>
Modified at 2026-01-21 18:21:36
Previous
list containers
Next
client list
Built with