Favicon

You are here: Home > API Reference > App Distribution > Store Published Applications > List published applications with filtering and pagination

List published applications with filtering and pagination

Required Permission: mad.store.publishedApplication.list

Retrieves a comprehensive paginated list of published applications within a specific store including application metadata, distribution configuration, security settings, audience targeting, and branding customization with support for filtering by application, slug, security type, visibility, filter type, build, and user audience for store catalog management and application discovery.

GET
/v1/organizations/:organizationId/stores/:storeId/pubApps/
Copy to clipboard

List published applications with filtering and pagination

Required Permission: mad.store.publishedApplication.list

Retrieves a comprehensive paginated list of published applications within a specific store including application metadata, distribution configuration, security settings, audience targeting, and branding customization with support for filtering by application, slug, security type, visibility, filter type, build, and user audience for store catalog management and application discovery.

Request

Add parameter in header authorization
Example: Authorization: Bearer <token>
organizationId string
required
Match pattern: ^(([a-fA-F0-9]{24})|([a-zA-Z0-9\\-]{3,}))$
storeId number
required
page integer
optional
Page number for result pagination starting from one, enabling navigation through large datasets by dividing results into manageable chunks.
limit integer
optional
Maximum number of items to return per page, controlling response size and enabling efficient data loading with configurable batch sizes.
sort string
optional
Ordering criteria using field:direction format to organize results based on specific attributes, supporting ascending or descending sort order.
Match pattern: ^[\w.]*((:asc)|(:desc))?$
application string
optional
Filter results to published applications associated with specific source application identifier for application-scoped querying.
Match pattern: ^[a-fA-F0-9]{24}$
slug string
optional
Filter results by URL-friendly identifier to find specific published application using its unique slug.
≤ 128 characters
security string
optional
Filter results by access control level to find publications with specific security requirements such as public, logged, or password-protected.
publicpasswordlogged
visibility string
optional
Filter results by visibility status to find publications that are visible in listings or hidden requiring direct URL access.
activeinactiveunlisted
filter-type string
optional
Filter results by build selection strategy to find publications using specific filter mechanisms like builds, tags, git references, or automatic latest.
lastbuildsgitBranchgitTagtag
buildId string
optional
Filter results to publications containing specific build identifier in their distribution configuration across any platform.
Match pattern: ^[a-fA-F0-9]{24}$
userAudienceId string
optional
Filter results to publications targeting specific user audience segment for audience-scoped administration and analytics.
Match pattern: ^[a-fA-F0-9]{24}$

Responses

200 Response application/json
status boolean required
data object required
items array [object] required
id string required
Unique identifier for published application instance representing specific distribution channel configuration used throughout platform for referencing publication in analytics, access control, and management operations.
Match pattern: ^[a-fA-F0-9]{24}$
store string required
Store catalog identifier linking publication to specific app distribution portal for multi-store organizational separation and branded distribution channel management.
Match pattern: ^[a-fA-F0-9]{24}$
application string required
Source application identifier connecting published distribution entry to originating application for build inheritance, metadata synchronization, and version tracking.
Match pattern: ^[a-fA-F0-9]{24}$
filter object required
Build selection configuration defining automated deployment strategy and version targeting for distribution channel using tags, git references, or explicit build assignments.
type string required
Filter strategy identifier determining build selection mechanism including specific builds, tag-based filtering, git tag matching, git branch tracking, or automatic latest version distribution.
last builds gitBranch gitTag tag
value any required
Filter criterion value used with selection strategy such as tag name, git reference, or build identifier depending on configured filter type for version targeting.
ios any required
Build identifier for explicit platform-specific build assignment or empty string when using automatic selection strategies.
android any required
Build identifier for explicit platform-specific build assignment or empty string when using automatic selection strategies.
macos any required
Build identifier for explicit platform-specific build assignment or empty string when using automatic selection strategies.
windows any required
Build identifier for explicit platform-specific build assignment or empty string when using automatic selection strategies.
build object required
Legacy single-platform build object containing complete metadata for backward compatibility with simple distributions or null when using multi-platform builds array.
id string required
Match pattern: ^[a-fA-F0-9]{24}$
organizationInfo object optional
status string required
pending in_progress waiting_to_be_processed processed error
tags array [string] required
versionName string optional
≤ 256 characters
application string required
Match pattern: ^[a-fA-F0-9]{24}$
applicationInfo object optional
changelog string optional
file object optional
fileSimulator object optional
iconFile object optional
info object optional
size integer optional
≥ 0 · ≤ 9007199254740991
processTime integer optional
≥ 0 · ≤ 9007199254740991
queuedTime integer optional
≥ 0 · ≤ 9007199254740991
processedVersionName string optional
≤ 128 characters
versionCode string optional
≤ 128 characters
error string optional
errorCode string optional
≤ 128 characters
os string optional
ios android macos windows package
buildPlatform string optional
≤ 128 characters
deployer object required
notifications object required
uploadedBy object optional
originalExtension string required
≤ 128 characters
storageProvider object required
processLogs array [object] required
files array [object] required
originalFile object optional
extraFiles array [object] optional
metadata object required
buildProcessor object optional
counts object optional
externalFileUrl string optional
≤ 500 characters
disabled boolean optional
extension string required
hasEmmJson boolean required
defaultScripts object optional
updatedAt string required
createdAt string required
iosBuild object required
Complete iOS build object with version metadata, file details, and download information for currently selected iOS distribution or null when no iOS build configured.
id string required
Match pattern: ^[a-fA-F0-9]{24}$
organizationInfo object optional
status string required
pending in_progress waiting_to_be_processed processed error
tags array [string] required
versionName string optional
≤ 256 characters
application string required
Match pattern: ^[a-fA-F0-9]{24}$
applicationInfo object optional
changelog string optional
file object optional
fileSimulator object optional
iconFile object optional
info object optional
size integer optional
≥ 0 · ≤ 9007199254740991
processTime integer optional
≥ 0 · ≤ 9007199254740991
queuedTime integer optional
≥ 0 · ≤ 9007199254740991
processedVersionName string optional
≤ 128 characters
versionCode string optional
≤ 128 characters
error string optional
errorCode string optional
≤ 128 characters
os string optional
ios android macos windows package
buildPlatform string optional
≤ 128 characters
deployer object required
notifications object required
uploadedBy object optional
originalExtension string required
≤ 128 characters
storageProvider object required
processLogs array [object] required
files array [object] required
originalFile object optional
extraFiles array [object] optional
metadata object required
buildProcessor object optional
counts object optional
externalFileUrl string optional
≤ 500 characters
disabled boolean optional
extension string required
hasEmmJson boolean required
defaultScripts object optional
updatedAt string required
createdAt string required
androidBuild object required
Complete Android build object with version metadata, file details, and download information for currently selected Android distribution or null when no Android build configured.
id string required
Match pattern: ^[a-fA-F0-9]{24}$
organizationInfo object optional
status string required
pending in_progress waiting_to_be_processed processed error
tags array [string] required
versionName string optional
≤ 256 characters
application string required
Match pattern: ^[a-fA-F0-9]{24}$
applicationInfo object optional
changelog string optional
file object optional
fileSimulator object optional
iconFile object optional
info object optional
size integer optional
≥ 0 · ≤ 9007199254740991
processTime integer optional
≥ 0 · ≤ 9007199254740991
queuedTime integer optional
≥ 0 · ≤ 9007199254740991
processedVersionName string optional
≤ 128 characters
versionCode string optional
≤ 128 characters
error string optional
errorCode string optional
≤ 128 characters
os string optional
ios android macos windows package
buildPlatform string optional
≤ 128 characters
deployer object required
notifications object required
uploadedBy object optional
originalExtension string required
≤ 128 characters
storageProvider object required
processLogs array [object] required
files array [object] required
originalFile object optional
extraFiles array [object] optional
metadata object required
buildProcessor object optional
counts object optional
externalFileUrl string optional
≤ 500 characters
disabled boolean optional
extension string required
hasEmmJson boolean required
defaultScripts object optional
updatedAt string required
createdAt string required
macosBuild object required
Complete macOS build object with version metadata, file details, and download information for currently selected macOS distribution or null when no macOS build configured.
id string required
Match pattern: ^[a-fA-F0-9]{24}$
organizationInfo object optional
status string required
pending in_progress waiting_to_be_processed processed error
tags array [string] required
versionName string optional
≤ 256 characters
application string required
Match pattern: ^[a-fA-F0-9]{24}$
applicationInfo object optional
changelog string optional
file object optional
fileSimulator object optional
iconFile object optional
info object optional
size integer optional
≥ 0 · ≤ 9007199254740991
processTime integer optional
≥ 0 · ≤ 9007199254740991
queuedTime integer optional
≥ 0 · ≤ 9007199254740991
processedVersionName string optional
≤ 128 characters
versionCode string optional
≤ 128 characters
error string optional
errorCode string optional
≤ 128 characters
os string optional
ios android macos windows package
buildPlatform string optional
≤ 128 characters
deployer object required
notifications object required
uploadedBy object optional
originalExtension string required
≤ 128 characters
storageProvider object required
processLogs array [object] required
files array [object] required
originalFile object optional
extraFiles array [object] optional
metadata object required
buildProcessor object optional
counts object optional
externalFileUrl string optional
≤ 500 characters
disabled boolean optional
extension string required
hasEmmJson boolean required
defaultScripts object optional
updatedAt string required
createdAt string required
windowsBuild object required
Complete Windows build object with version metadata, file details, and download information for currently selected Windows distribution or null when no Windows build configured.
id string required
Match pattern: ^[a-fA-F0-9]{24}$
organizationInfo object optional
status string required
pending in_progress waiting_to_be_processed processed error
tags array [string] required
versionName string optional
≤ 256 characters
application string required
Match pattern: ^[a-fA-F0-9]{24}$
applicationInfo object optional
changelog string optional
file object optional
fileSimulator object optional
iconFile object optional
info object optional
size integer optional
≥ 0 · ≤ 9007199254740991
processTime integer optional
≥ 0 · ≤ 9007199254740991
queuedTime integer optional
≥ 0 · ≤ 9007199254740991
processedVersionName string optional
≤ 128 characters
versionCode string optional
≤ 128 characters
error string optional
errorCode string optional
≤ 128 characters
os string optional
ios android macos windows package
buildPlatform string optional
≤ 128 characters
deployer object required
notifications object required
uploadedBy object optional
originalExtension string required
≤ 128 characters
storageProvider object required
processLogs array [object] required
files array [object] required
originalFile object optional
extraFiles array [object] optional
metadata object required
buildProcessor object optional
counts object optional
externalFileUrl string optional
≤ 500 characters
disabled boolean optional
extension string required
hasEmmJson boolean required
defaultScripts object optional
updatedAt string required
createdAt string required
builds array [object] required
Platform-specific build entries array containing build references and metadata for each platform in multi-platform distribution enabling cross-platform version management.
buildPlatform string required
≤ 128 characters
id string required
Match pattern: ^[a-fA-F0-9]{24}$
build object required
tags array [array] required
Nested tag arrays defining build selection logic where inner arrays represent OR conditions and outer array represents AND conditions for complex tag-based deployment strategies.
applicationInfo object required
Source application metadata snapshot providing identifying information and default branding inherited from originating application for administrative reference.
id string required
Unique identifier for this resource enabling reference and lookup operations across the platform.
Match pattern: ^[a-fA-F0-9]{24}$
slug string required
URL-friendly unique identifier used in public URLs and routing throughout the platform.
≤ 128 characters
name string required
Human-readable display name for identification in administrative interfaces and user-facing displays.
≤ 128 characters
picture any required
Image URL for visual representation including logos, icons, or thumbnails displayed in interfaces.
slug string required
URL-friendly unique identifier enabling direct public access through shareable distribution links and human-readable routing throughout platform.
≤ 128 characters · ≥ 3 characters · Match pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]$
configuration object optional
Presentation customization settings enabling white-label distribution with custom application information and visual branding for end-user facing interfaces.
application object optional
name string optional
≤ 128 characters
description string optional
≤ 1000 characters
branding object optional
logo any optional
primaryColor any optional
buttonColor any optional
useAppIcon boolean optional
security string required
Access control level determining authentication requirements for distribution portal including public access, login requirement, or password protection for controlled distribution.
public password logged
tags array required
Categorization labels enabling publication filtering, searching, and organization within store catalog for administrative management and discovery.
groups array [array] required
Nested group name arrays implementing audience-based access control where inner arrays represent OR conditions and outer array represents AND conditions for complex permission rules.
activateUserAudiences boolean required
Boolean flag enabling user audience-based targeting controlling whether userAudienceMap configuration actively restricts or targets distribution to specific user segments.
userAudienceMap array [object] required
User audience assignment array linking publication to specific audience segments with notification preferences and access rules for targeted distribution management.
id string required
Match pattern: ^[a-fA-F0-9]{24}$
notifyNewBuildsProcessed boolean required
notAllowed boolean optional
userAudience object optional
id string required
Match pattern: ^[a-fA-F0-9]{24}$
name string required
description string optional
organizationId string required
Match pattern: ^[a-fA-F0-9]{24}$
applicationId string optional
Match pattern: ^[a-fA-F0-9]{24}$
application object optional
filter object required
usersScope string required
org app
allowedApplicationIds array [string] required
allowedApplications array [object] required
counts object required
updatedAt string optional
createdAt string optional
password any required
Access password required when security level set to password-protected or empty string for public and logged-in access levels.
visibility string required
Publication discoverability status determining whether distribution appears in public store listings or requires direct URL access for hidden channels.
active inactive unlisted
showHistory boolean required
Boolean flag controlling whether historical build versions displayed to users on distribution page enabling version browsing and rollback access.
showDevInfo boolean required
Boolean flag determining whether developer information and technical build metadata displayed to end users for transparency and troubleshooting.
distributionUrl string required
Complete public-facing URL where users access published application for installation and updates constructed from store domain and publication slug.
≤ 256 characters
terms object optional
Terms and conditions configuration requiring user acceptance before download including activation status and full legal text for compliance requirements.
active boolean required
text any required
createdBy string required
User object containing identifier and metadata for creator of published application entry for audit trail and administrative tracking.
Match pattern: ^[a-fA-F0-9]{24}$
updatedAt string required
ISO 8601 timestamp indicating last modification of publication record used for tracking configuration changes and synchronization purposes.
totalDocs integer required
≥ -9007199254740991 · ≤ 9007199254740991
limit integer required
≥ -9007199254740991 · ≤ 9007199254740991
hasPrevPage boolean required
hasNextPage boolean required
page integer required
≥ -9007199254740991 · ≤ 9007199254740991
totalPages integer required
≥ -9007199254740991 · ≤ 9007199254740991
prevPage integer required
≥ -9007199254740991 · ≤ 9007199254740991
nextPage integer required
≥ -9007199254740991 · ≤ 9007199254740991
{
    "status": true,
    "data": {
        "items": [
            {
                "id": "string",
                "store": "string",
                "application": "string",
                "filter": {
                    "type": "last",
                    "value": "string",
                    "ios": "string",
                    "android": "string",
                    "macos": "string",
                    "windows": "string",
                    "build": {
                        "id": "string",
                        "organizationInfo": {
                            "id": "string",
                            "name": "string",
                            "slug": "string",
                            "picture": "string",
                            "createdBy": "string",
                            "branding": {
                                "logo": "string",
                                "picture": "string",
                                "primaryColor": "string"
                            },
                            "store": {
                                "customDomain": "string"
                            },
                            "configuration": {
                                "storageProvider": "string"
                            }
                        },
                        "status": "pending",
                        "tags": [
                            "string"
                        ],
                        "versionName": "string",
                        "application": "string",
                        "applicationInfo": {
                            "id": "string",
                            "name": "string",
                            "slug": "string",
                            "picture": "string"
                        },
                        "changelog": "string",
                        "file": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "fileSimulator": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "iconFile": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "info": {
                            "icon": "string",
                            "ios": {
                                "plist": {
                                    "CFBundleName": "string",
                                    "CFBundleDisplayName": "string",
                                    "CFBundleVersion": "string",
                                    "CFBundleShortVersionString": "string",
                                    "CFBundleIdentifier": "string",
                                    "CFBundleSupportedPlatforms": [
                                        "string"
                                    ],
                                    "MinimumOSVersion": "string",
                                    "CFBundleIcons": [
                                        "string"
                                    ],
                                    "UIDeviceFamily": [
                                        "string"
                                    ]
                                },
                                "mobileprovision": {
                                    "TeamIdentifier": "string",
                                    "ProvisionsAllDevices": true,
                                    "ProvisionedDevices": "string",
                                    "TeamName": "string",
                                    "ExpirationDate": "string",
                                    "signingType": "appStore"
                                }
                            },
                            "android": {
                                "versionCode": "string",
                                "versionName": "string",
                                "platformBuildVersionCode": "string",
                                "platformBuildVersionName": "string",
                                "packageName": "string",
                                "minSDKVersion": "string",
                                "targetSdkVersion": "string",
                                "icon": "string",
                                "productName": "string"
                            },
                            "pkg": {
                                "CFBundleName": "string",
                                "CFBundleDisplayName": "string",
                                "CFBundleVersion": "string",
                                "CFBundleShortVersionString": "string",
                                "CFBundleIdentifier": "string",
                                "CFBundleSupportedPlatforms": [
                                    "string"
                                ],
                                "MinimumOSVersion": "string",
                                "relatedPkgs": [
                                    {
                                        "distribution": {
                                            "id": "string",
                                            "active": "string",
                                            "auth": "string",
                                            "installKBytes": "string",
                                            "onConclusion": "string",
                                            "onConclusionScript": "string",
                                            "version": "string",
                                            "archiveKBytes": "string",
                                            "packageIdentifier": "string",
                                            "text": "string"
                                        },
                                        "plistInfo": {
                                            "CFBundleName": "string",
                                            "CFBundleDisplayName": "string",
                                            "CFBundleVersion": "string",
                                            "CFBundleShortVersionString": "string",
                                            "CFBundleIdentifier": "string",
                                            "CFBundleSupportedPlatforms": [
                                                "string"
                                            ],
                                            "MinimumOSVersion": "string"
                                        },
                                        "iconFile": "string"
                                    }
                                ]
                            },
                            "app": {
                                "CFBundleName": "string",
                                "CFBundleDisplayName": "string",
                                "CFBundleVersion": "string",
                                "CFBundleShortVersionString": "string",
                                "CFBundleIdentifier": "string",
                                "CFBundleSupportedPlatforms": [
                                    "string"
                                ],
                                "CFBundlePackageType": "string",
                                "LSMinimumSystemVersion": "string"
                            },
                            "msi": {
                                "productCode": "string",
                                "productVersion": "string",
                                "productName": "string",
                                "manufacturer": "string"
                            },
                            "exe": {
                                "fileSize": "string",
                                "fileVersionNumber": "string",
                                "fileOS": "string",
                                "fileDescription": "string",
                                "fileVersion": "string",
                                "originalFileName": "string",
                                "productName": "string",
                                "productVersion": "string",
                                "companyName": "string"
                            },
                            "msixbundle": {
                                "applicationsData": [
                                    {
                                        "arch": "string",
                                        "fileName": "string",
                                        "size": "string",
                                        "version": "string"
                                    }
                                ],
                                "packageName": "string",
                                "version": "string"
                            },
                            "appxbundle": {
                                "applicationsData": [
                                    {
                                        "arch": "string",
                                        "fileName": "string",
                                        "size": "string",
                                        "version": "string"
                                    }
                                ],
                                "packageName": "string",
                                "version": "string"
                            },
                            "msix": {
                                "displayName": "string",
                                "publisherDisplayName": "string",
                                "version": "string",
                                "arch": "string",
                                "name": "string"
                            },
                            "appx": {
                                "displayName": "string",
                                "publisherDisplayName": "string",
                                "version": "string",
                                "arch": "string",
                                "name": "string"
                            },
                            "scripts": {
                                "preInstall": "string",
                                "postInstall": "string"
                            },
                            "package": {
                                "name": "string",
                                "version": "string"
                            }
                        },
                        "size": 0,
                        "processTime": 0,
                        "queuedTime": 0,
                        "processedVersionName": "string",
                        "versionCode": "string",
                        "error": "string",
                        "errorCode": "string",
                        "os": "ios",
                        "buildPlatform": "string",
                        "deployer": {
                            "name": "string",
                            "info": {
                                "commitMessage": "string",
                                "commit": "string",
                                "branch": "string",
                                "triggerTimestamp": "string",
                                "buildUrl": "string",
                                "ciUrl": "string",
                                "repositoryUrl": "string",
                                "buildNumber": "string",
                                "tag": "string"
                            }
                        },
                        "notifications": {
                            "notifyCollaborators": true,
                            "notifyEmployees": true,
                            "message": "string",
                            "language": "es",
                            "filter": [
                                [
                                    "string"
                                ]
                            ]
                        },
                        "uploadedBy": {
                            "id": "string",
                            "email": "[email protected]",
                            "firstName": "string",
                            "lastName": "string",
                            "picture": "string"
                        },
                        "originalExtension": "string",
                        "storageProvider": {
                            "id": "string",
                            "name": "string",
                            "region": "string",
                            "config": "string",
                            "provider": "string"
                        },
                        "processLogs": [
                            {
                                "dateMs": 0,
                                "message": "string"
                            }
                        ],
                        "files": [
                            {
                                "id": "string",
                                "type": "aab",
                                "description": "string",
                                "file": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                },
                                "metadata": {}
                            }
                        ],
                        "originalFile": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "extraFiles": [
                            {
                                "target": "string",
                                "file": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                }
                            }
                        ],
                        "metadata": {},
                        "buildProcessor": {
                            "provider": "string",
                            "runName": "string",
                            "runId": "string"
                        },
                        "counts": {
                            "downloads": {},
                            "downloadByDay": {},
                            "downloadsByMonth": {}
                        },
                        "externalFileUrl": "string",
                        "disabled": true,
                        "extension": "string",
                        "hasEmmJson": true,
                        "defaultScripts": {
                            "preInstall": "string",
                            "postInstall": "string",
                            "audit": "string",
                            "enforce": "string",
                            "runner": "string"
                        },
                        "updatedAt": "string",
                        "createdAt": "string"
                    },
                    "iosBuild": {
                        "id": "string",
                        "organizationInfo": {
                            "id": "string",
                            "name": "string",
                            "slug": "string",
                            "picture": "string",
                            "createdBy": "string",
                            "branding": {
                                "logo": "string",
                                "picture": "string",
                                "primaryColor": "string"
                            },
                            "store": {
                                "customDomain": "string"
                            },
                            "configuration": {
                                "storageProvider": "string"
                            }
                        },
                        "status": "pending",
                        "tags": [
                            "string"
                        ],
                        "versionName": "string",
                        "application": "string",
                        "applicationInfo": {
                            "id": "string",
                            "name": "string",
                            "slug": "string",
                            "picture": "string"
                        },
                        "changelog": "string",
                        "file": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "fileSimulator": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "iconFile": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "info": {
                            "icon": "string",
                            "ios": {
                                "plist": {
                                    "CFBundleName": "string",
                                    "CFBundleDisplayName": "string",
                                    "CFBundleVersion": "string",
                                    "CFBundleShortVersionString": "string",
                                    "CFBundleIdentifier": "string",
                                    "CFBundleSupportedPlatforms": [
                                        "string"
                                    ],
                                    "MinimumOSVersion": "string",
                                    "CFBundleIcons": [
                                        "string"
                                    ],
                                    "UIDeviceFamily": [
                                        "string"
                                    ]
                                },
                                "mobileprovision": {
                                    "TeamIdentifier": "string",
                                    "ProvisionsAllDevices": true,
                                    "ProvisionedDevices": "string",
                                    "TeamName": "string",
                                    "ExpirationDate": "string",
                                    "signingType": "appStore"
                                }
                            },
                            "android": {
                                "versionCode": "string",
                                "versionName": "string",
                                "platformBuildVersionCode": "string",
                                "platformBuildVersionName": "string",
                                "packageName": "string",
                                "minSDKVersion": "string",
                                "targetSdkVersion": "string",
                                "icon": "string",
                                "productName": "string"
                            },
                            "pkg": {
                                "CFBundleName": "string",
                                "CFBundleDisplayName": "string",
                                "CFBundleVersion": "string",
                                "CFBundleShortVersionString": "string",
                                "CFBundleIdentifier": "string",
                                "CFBundleSupportedPlatforms": [
                                    "string"
                                ],
                                "MinimumOSVersion": "string",
                                "relatedPkgs": [
                                    {
                                        "distribution": {
                                            "id": "string",
                                            "active": "string",
                                            "auth": "string",
                                            "installKBytes": "string",
                                            "onConclusion": "string",
                                            "onConclusionScript": "string",
                                            "version": "string",
                                            "archiveKBytes": "string",
                                            "packageIdentifier": "string",
                                            "text": "string"
                                        },
                                        "plistInfo": {
                                            "CFBundleName": "string",
                                            "CFBundleDisplayName": "string",
                                            "CFBundleVersion": "string",
                                            "CFBundleShortVersionString": "string",
                                            "CFBundleIdentifier": "string",
                                            "CFBundleSupportedPlatforms": [
                                                "string"
                                            ],
                                            "MinimumOSVersion": "string"
                                        },
                                        "iconFile": "string"
                                    }
                                ]
                            },
                            "app": {
                                "CFBundleName": "string",
                                "CFBundleDisplayName": "string",
                                "CFBundleVersion": "string",
                                "CFBundleShortVersionString": "string",
                                "CFBundleIdentifier": "string",
                                "CFBundleSupportedPlatforms": [
                                    "string"
                                ],
                                "CFBundlePackageType": "string",
                                "LSMinimumSystemVersion": "string"
                            },
                            "msi": {
                                "productCode": "string",
                                "productVersion": "string",
                                "productName": "string",
                                "manufacturer": "string"
                            },
                            "exe": {
                                "fileSize": "string",
                                "fileVersionNumber": "string",
                                "fileOS": "string",
                                "fileDescription": "string",
                                "fileVersion": "string",
                                "originalFileName": "string",
                                "productName": "string",
                                "productVersion": "string",
                                "companyName": "string"
                            },
                            "msixbundle": {
                                "applicationsData": [
                                    {
                                        "arch": "string",
                                        "fileName": "string",
                                        "size": "string",
                                        "version": "string"
                                    }
                                ],
                                "packageName": "string",
                                "version": "string"
                            },
                            "appxbundle": {
                                "applicationsData": [
                                    {
                                        "arch": "string",
                                        "fileName": "string",
                                        "size": "string",
                                        "version": "string"
                                    }
                                ],
                                "packageName": "string",
                                "version": "string"
                            },
                            "msix": {
                                "displayName": "string",
                                "publisherDisplayName": "string",
                                "version": "string",
                                "arch": "string",
                                "name": "string"
                            },
                            "appx": {
                                "displayName": "string",
                                "publisherDisplayName": "string",
                                "version": "string",
                                "arch": "string",
                                "name": "string"
                            },
                            "scripts": {
                                "preInstall": "string",
                                "postInstall": "string"
                            },
                            "package": {
                                "name": "string",
                                "version": "string"
                            }
                        },
                        "size": 0,
                        "processTime": 0,
                        "queuedTime": 0,
                        "processedVersionName": "string",
                        "versionCode": "string",
                        "error": "string",
                        "errorCode": "string",
                        "os": "ios",
                        "buildPlatform": "string",
                        "deployer": {
                            "name": "string",
                            "info": {
                                "commitMessage": "string",
                                "commit": "string",
                                "branch": "string",
                                "triggerTimestamp": "string",
                                "buildUrl": "string",
                                "ciUrl": "string",
                                "repositoryUrl": "string",
                                "buildNumber": "string",
                                "tag": "string"
                            }
                        },
                        "notifications": {
                            "notifyCollaborators": true,
                            "notifyEmployees": true,
                            "message": "string",
                            "language": "es",
                            "filter": [
                                [
                                    "string"
                                ]
                            ]
                        },
                        "uploadedBy": {
                            "id": "string",
                            "email": "[email protected]",
                            "firstName": "string",
                            "lastName": "string",
                            "picture": "string"
                        },
                        "originalExtension": "string",
                        "storageProvider": {
                            "id": "string",
                            "name": "string",
                            "region": "string",
                            "config": "string",
                            "provider": "string"
                        },
                        "processLogs": [
                            {
                                "dateMs": 0,
                                "message": "string"
                            }
                        ],
                        "files": [
                            {
                                "id": "string",
                                "type": "aab",
                                "description": "string",
                                "file": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                },
                                "metadata": {}
                            }
                        ],
                        "originalFile": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "extraFiles": [
                            {
                                "target": "string",
                                "file": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                }
                            }
                        ],
                        "metadata": {},
                        "buildProcessor": {
                            "provider": "string",
                            "runName": "string",
                            "runId": "string"
                        },
                        "counts": {
                            "downloads": {},
                            "downloadByDay": {},
                            "downloadsByMonth": {}
                        },
                        "externalFileUrl": "string",
                        "disabled": true,
                        "extension": "string",
                        "hasEmmJson": true,
                        "defaultScripts": {
                            "preInstall": "string",
                            "postInstall": "string",
                            "audit": "string",
                            "enforce": "string",
                            "runner": "string"
                        },
                        "updatedAt": "string",
                        "createdAt": "string"
                    },
                    "androidBuild": {
                        "id": "string",
                        "organizationInfo": {
                            "id": "string",
                            "name": "string",
                            "slug": "string",
                            "picture": "string",
                            "createdBy": "string",
                            "branding": {
                                "logo": "string",
                                "picture": "string",
                                "primaryColor": "string"
                            },
                            "store": {
                                "customDomain": "string"
                            },
                            "configuration": {
                                "storageProvider": "string"
                            }
                        },
                        "status": "pending",
                        "tags": [
                            "string"
                        ],
                        "versionName": "string",
                        "application": "string",
                        "applicationInfo": {
                            "id": "string",
                            "name": "string",
                            "slug": "string",
                            "picture": "string"
                        },
                        "changelog": "string",
                        "file": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "fileSimulator": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "iconFile": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "info": {
                            "icon": "string",
                            "ios": {
                                "plist": {
                                    "CFBundleName": "string",
                                    "CFBundleDisplayName": "string",
                                    "CFBundleVersion": "string",
                                    "CFBundleShortVersionString": "string",
                                    "CFBundleIdentifier": "string",
                                    "CFBundleSupportedPlatforms": [
                                        "string"
                                    ],
                                    "MinimumOSVersion": "string",
                                    "CFBundleIcons": [
                                        "string"
                                    ],
                                    "UIDeviceFamily": [
                                        "string"
                                    ]
                                },
                                "mobileprovision": {
                                    "TeamIdentifier": "string",
                                    "ProvisionsAllDevices": true,
                                    "ProvisionedDevices": "string",
                                    "TeamName": "string",
                                    "ExpirationDate": "string",
                                    "signingType": "appStore"
                                }
                            },
                            "android": {
                                "versionCode": "string",
                                "versionName": "string",
                                "platformBuildVersionCode": "string",
                                "platformBuildVersionName": "string",
                                "packageName": "string",
                                "minSDKVersion": "string",
                                "targetSdkVersion": "string",
                                "icon": "string",
                                "productName": "string"
                            },
                            "pkg": {
                                "CFBundleName": "string",
                                "CFBundleDisplayName": "string",
                                "CFBundleVersion": "string",
                                "CFBundleShortVersionString": "string",
                                "CFBundleIdentifier": "string",
                                "CFBundleSupportedPlatforms": [
                                    "string"
                                ],
                                "MinimumOSVersion": "string",
                                "relatedPkgs": [
                                    {
                                        "distribution": {
                                            "id": "string",
                                            "active": "string",
                                            "auth": "string",
                                            "installKBytes": "string",
                                            "onConclusion": "string",
                                            "onConclusionScript": "string",
                                            "version": "string",
                                            "archiveKBytes": "string",
                                            "packageIdentifier": "string",
                                            "text": "string"
                                        },
                                        "plistInfo": {
                                            "CFBundleName": "string",
                                            "CFBundleDisplayName": "string",
                                            "CFBundleVersion": "string",
                                            "CFBundleShortVersionString": "string",
                                            "CFBundleIdentifier": "string",
                                            "CFBundleSupportedPlatforms": [
                                                "string"
                                            ],
                                            "MinimumOSVersion": "string"
                                        },
                                        "iconFile": "string"
                                    }
                                ]
                            },
                            "app": {
                                "CFBundleName": "string",
                                "CFBundleDisplayName": "string",
                                "CFBundleVersion": "string",
                                "CFBundleShortVersionString": "string",
                                "CFBundleIdentifier": "string",
                                "CFBundleSupportedPlatforms": [
                                    "string"
                                ],
                                "CFBundlePackageType": "string",
                                "LSMinimumSystemVersion": "string"
                            },
                            "msi": {
                                "productCode": "string",
                                "productVersion": "string",
                                "productName": "string",
                                "manufacturer": "string"
                            },
                            "exe": {
                                "fileSize": "string",
                                "fileVersionNumber": "string",
                                "fileOS": "string",
                                "fileDescription": "string",
                                "fileVersion": "string",
                                "originalFileName": "string",
                                "productName": "string",
                                "productVersion": "string",
                                "companyName": "string"
                            },
                            "msixbundle": {
                                "applicationsData": [
                                    {
                                        "arch": "string",
                                        "fileName": "string",
                                        "size": "string",
                                        "version": "string"
                                    }
                                ],
                                "packageName": "string",
                                "version": "string"
                            },
                            "appxbundle": {
                                "applicationsData": [
                                    {
                                        "arch": "string",
                                        "fileName": "string",
                                        "size": "string",
                                        "version": "string"
                                    }
                                ],
                                "packageName": "string",
                                "version": "string"
                            },
                            "msix": {
                                "displayName": "string",
                                "publisherDisplayName": "string",
                                "version": "string",
                                "arch": "string",
                                "name": "string"
                            },
                            "appx": {
                                "displayName": "string",
                                "publisherDisplayName": "string",
                                "version": "string",
                                "arch": "string",
                                "name": "string"
                            },
                            "scripts": {
                                "preInstall": "string",
                                "postInstall": "string"
                            },
                            "package": {
                                "name": "string",
                                "version": "string"
                            }
                        },
                        "size": 0,
                        "processTime": 0,
                        "queuedTime": 0,
                        "processedVersionName": "string",
                        "versionCode": "string",
                        "error": "string",
                        "errorCode": "string",
                        "os": "ios",
                        "buildPlatform": "string",
                        "deployer": {
                            "name": "string",
                            "info": {
                                "commitMessage": "string",
                                "commit": "string",
                                "branch": "string",
                                "triggerTimestamp": "string",
                                "buildUrl": "string",
                                "ciUrl": "string",
                                "repositoryUrl": "string",
                                "buildNumber": "string",
                                "tag": "string"
                            }
                        },
                        "notifications": {
                            "notifyCollaborators": true,
                            "notifyEmployees": true,
                            "message": "string",
                            "language": "es",
                            "filter": [
                                [
                                    "string"
                                ]
                            ]
                        },
                        "uploadedBy": {
                            "id": "string",
                            "email": "[email protected]",
                            "firstName": "string",
                            "lastName": "string",
                            "picture": "string"
                        },
                        "originalExtension": "string",
                        "storageProvider": {
                            "id": "string",
                            "name": "string",
                            "region": "string",
                            "config": "string",
                            "provider": "string"
                        },
                        "processLogs": [
                            {
                                "dateMs": 0,
                                "message": "string"
                            }
                        ],
                        "files": [
                            {
                                "id": "string",
                                "type": "aab",
                                "description": "string",
                                "file": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                },
                                "metadata": {}
                            }
                        ],
                        "originalFile": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "extraFiles": [
                            {
                                "target": "string",
                                "file": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                }
                            }
                        ],
                        "metadata": {},
                        "buildProcessor": {
                            "provider": "string",
                            "runName": "string",
                            "runId": "string"
                        },
                        "counts": {
                            "downloads": {},
                            "downloadByDay": {},
                            "downloadsByMonth": {}
                        },
                        "externalFileUrl": "string",
                        "disabled": true,
                        "extension": "string",
                        "hasEmmJson": true,
                        "defaultScripts": {
                            "preInstall": "string",
                            "postInstall": "string",
                            "audit": "string",
                            "enforce": "string",
                            "runner": "string"
                        },
                        "updatedAt": "string",
                        "createdAt": "string"
                    },
                    "macosBuild": {
                        "id": "string",
                        "organizationInfo": {
                            "id": "string",
                            "name": "string",
                            "slug": "string",
                            "picture": "string",
                            "createdBy": "string",
                            "branding": {
                                "logo": "string",
                                "picture": "string",
                                "primaryColor": "string"
                            },
                            "store": {
                                "customDomain": "string"
                            },
                            "configuration": {
                                "storageProvider": "string"
                            }
                        },
                        "status": "pending",
                        "tags": [
                            "string"
                        ],
                        "versionName": "string",
                        "application": "string",
                        "applicationInfo": {
                            "id": "string",
                            "name": "string",
                            "slug": "string",
                            "picture": "string"
                        },
                        "changelog": "string",
                        "file": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "fileSimulator": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "iconFile": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "info": {
                            "icon": "string",
                            "ios": {
                                "plist": {
                                    "CFBundleName": "string",
                                    "CFBundleDisplayName": "string",
                                    "CFBundleVersion": "string",
                                    "CFBundleShortVersionString": "string",
                                    "CFBundleIdentifier": "string",
                                    "CFBundleSupportedPlatforms": [
                                        "string"
                                    ],
                                    "MinimumOSVersion": "string",
                                    "CFBundleIcons": [
                                        "string"
                                    ],
                                    "UIDeviceFamily": [
                                        "string"
                                    ]
                                },
                                "mobileprovision": {
                                    "TeamIdentifier": "string",
                                    "ProvisionsAllDevices": true,
                                    "ProvisionedDevices": "string",
                                    "TeamName": "string",
                                    "ExpirationDate": "string",
                                    "signingType": "appStore"
                                }
                            },
                            "android": {
                                "versionCode": "string",
                                "versionName": "string",
                                "platformBuildVersionCode": "string",
                                "platformBuildVersionName": "string",
                                "packageName": "string",
                                "minSDKVersion": "string",
                                "targetSdkVersion": "string",
                                "icon": "string",
                                "productName": "string"
                            },
                            "pkg": {
                                "CFBundleName": "string",
                                "CFBundleDisplayName": "string",
                                "CFBundleVersion": "string",
                                "CFBundleShortVersionString": "string",
                                "CFBundleIdentifier": "string",
                                "CFBundleSupportedPlatforms": [
                                    "string"
                                ],
                                "MinimumOSVersion": "string",
                                "relatedPkgs": [
                                    {
                                        "distribution": {
                                            "id": "string",
                                            "active": "string",
                                            "auth": "string",
                                            "installKBytes": "string",
                                            "onConclusion": "string",
                                            "onConclusionScript": "string",
                                            "version": "string",
                                            "archiveKBytes": "string",
                                            "packageIdentifier": "string",
                                            "text": "string"
                                        },
                                        "plistInfo": {
                                            "CFBundleName": "string",
                                            "CFBundleDisplayName": "string",
                                            "CFBundleVersion": "string",
                                            "CFBundleShortVersionString": "string",
                                            "CFBundleIdentifier": "string",
                                            "CFBundleSupportedPlatforms": [
                                                "string"
                                            ],
                                            "MinimumOSVersion": "string"
                                        },
                                        "iconFile": "string"
                                    }
                                ]
                            },
                            "app": {
                                "CFBundleName": "string",
                                "CFBundleDisplayName": "string",
                                "CFBundleVersion": "string",
                                "CFBundleShortVersionString": "string",
                                "CFBundleIdentifier": "string",
                                "CFBundleSupportedPlatforms": [
                                    "string"
                                ],
                                "CFBundlePackageType": "string",
                                "LSMinimumSystemVersion": "string"
                            },
                            "msi": {
                                "productCode": "string",
                                "productVersion": "string",
                                "productName": "string",
                                "manufacturer": "string"
                            },
                            "exe": {
                                "fileSize": "string",
                                "fileVersionNumber": "string",
                                "fileOS": "string",
                                "fileDescription": "string",
                                "fileVersion": "string",
                                "originalFileName": "string",
                                "productName": "string",
                                "productVersion": "string",
                                "companyName": "string"
                            },
                            "msixbundle": {
                                "applicationsData": [
                                    {
                                        "arch": "string",
                                        "fileName": "string",
                                        "size": "string",
                                        "version": "string"
                                    }
                                ],
                                "packageName": "string",
                                "version": "string"
                            },
                            "appxbundle": {
                                "applicationsData": [
                                    {
                                        "arch": "string",
                                        "fileName": "string",
                                        "size": "string",
                                        "version": "string"
                                    }
                                ],
                                "packageName": "string",
                                "version": "string"
                            },
                            "msix": {
                                "displayName": "string",
                                "publisherDisplayName": "string",
                                "version": "string",
                                "arch": "string",
                                "name": "string"
                            },
                            "appx": {
                                "displayName": "string",
                                "publisherDisplayName": "string",
                                "version": "string",
                                "arch": "string",
                                "name": "string"
                            },
                            "scripts": {
                                "preInstall": "string",
                                "postInstall": "string"
                            },
                            "package": {
                                "name": "string",
                                "version": "string"
                            }
                        },
                        "size": 0,
                        "processTime": 0,
                        "queuedTime": 0,
                        "processedVersionName": "string",
                        "versionCode": "string",
                        "error": "string",
                        "errorCode": "string",
                        "os": "ios",
                        "buildPlatform": "string",
                        "deployer": {
                            "name": "string",
                            "info": {
                                "commitMessage": "string",
                                "commit": "string",
                                "branch": "string",
                                "triggerTimestamp": "string",
                                "buildUrl": "string",
                                "ciUrl": "string",
                                "repositoryUrl": "string",
                                "buildNumber": "string",
                                "tag": "string"
                            }
                        },
                        "notifications": {
                            "notifyCollaborators": true,
                            "notifyEmployees": true,
                            "message": "string",
                            "language": "es",
                            "filter": [
                                [
                                    "string"
                                ]
                            ]
                        },
                        "uploadedBy": {
                            "id": "string",
                            "email": "[email protected]",
                            "firstName": "string",
                            "lastName": "string",
                            "picture": "string"
                        },
                        "originalExtension": "string",
                        "storageProvider": {
                            "id": "string",
                            "name": "string",
                            "region": "string",
                            "config": "string",
                            "provider": "string"
                        },
                        "processLogs": [
                            {
                                "dateMs": 0,
                                "message": "string"
                            }
                        ],
                        "files": [
                            {
                                "id": "string",
                                "type": "aab",
                                "description": "string",
                                "file": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                },
                                "metadata": {}
                            }
                        ],
                        "originalFile": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "extraFiles": [
                            {
                                "target": "string",
                                "file": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                }
                            }
                        ],
                        "metadata": {},
                        "buildProcessor": {
                            "provider": "string",
                            "runName": "string",
                            "runId": "string"
                        },
                        "counts": {
                            "downloads": {},
                            "downloadByDay": {},
                            "downloadsByMonth": {}
                        },
                        "externalFileUrl": "string",
                        "disabled": true,
                        "extension": "string",
                        "hasEmmJson": true,
                        "defaultScripts": {
                            "preInstall": "string",
                            "postInstall": "string",
                            "audit": "string",
                            "enforce": "string",
                            "runner": "string"
                        },
                        "updatedAt": "string",
                        "createdAt": "string"
                    },
                    "windowsBuild": {
                        "id": "string",
                        "organizationInfo": {
                            "id": "string",
                            "name": "string",
                            "slug": "string",
                            "picture": "string",
                            "createdBy": "string",
                            "branding": {
                                "logo": "string",
                                "picture": "string",
                                "primaryColor": "string"
                            },
                            "store": {
                                "customDomain": "string"
                            },
                            "configuration": {
                                "storageProvider": "string"
                            }
                        },
                        "status": "pending",
                        "tags": [
                            "string"
                        ],
                        "versionName": "string",
                        "application": "string",
                        "applicationInfo": {
                            "id": "string",
                            "name": "string",
                            "slug": "string",
                            "picture": "string"
                        },
                        "changelog": "string",
                        "file": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "fileSimulator": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "iconFile": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "info": {
                            "icon": "string",
                            "ios": {
                                "plist": {
                                    "CFBundleName": "string",
                                    "CFBundleDisplayName": "string",
                                    "CFBundleVersion": "string",
                                    "CFBundleShortVersionString": "string",
                                    "CFBundleIdentifier": "string",
                                    "CFBundleSupportedPlatforms": [
                                        "string"
                                    ],
                                    "MinimumOSVersion": "string",
                                    "CFBundleIcons": [
                                        "string"
                                    ],
                                    "UIDeviceFamily": [
                                        "string"
                                    ]
                                },
                                "mobileprovision": {
                                    "TeamIdentifier": "string",
                                    "ProvisionsAllDevices": true,
                                    "ProvisionedDevices": "string",
                                    "TeamName": "string",
                                    "ExpirationDate": "string",
                                    "signingType": "appStore"
                                }
                            },
                            "android": {
                                "versionCode": "string",
                                "versionName": "string",
                                "platformBuildVersionCode": "string",
                                "platformBuildVersionName": "string",
                                "packageName": "string",
                                "minSDKVersion": "string",
                                "targetSdkVersion": "string",
                                "icon": "string",
                                "productName": "string"
                            },
                            "pkg": {
                                "CFBundleName": "string",
                                "CFBundleDisplayName": "string",
                                "CFBundleVersion": "string",
                                "CFBundleShortVersionString": "string",
                                "CFBundleIdentifier": "string",
                                "CFBundleSupportedPlatforms": [
                                    "string"
                                ],
                                "MinimumOSVersion": "string",
                                "relatedPkgs": [
                                    {
                                        "distribution": {
                                            "id": "string",
                                            "active": "string",
                                            "auth": "string",
                                            "installKBytes": "string",
                                            "onConclusion": "string",
                                            "onConclusionScript": "string",
                                            "version": "string",
                                            "archiveKBytes": "string",
                                            "packageIdentifier": "string",
                                            "text": "string"
                                        },
                                        "plistInfo": {
                                            "CFBundleName": "string",
                                            "CFBundleDisplayName": "string",
                                            "CFBundleVersion": "string",
                                            "CFBundleShortVersionString": "string",
                                            "CFBundleIdentifier": "string",
                                            "CFBundleSupportedPlatforms": [
                                                "string"
                                            ],
                                            "MinimumOSVersion": "string"
                                        },
                                        "iconFile": "string"
                                    }
                                ]
                            },
                            "app": {
                                "CFBundleName": "string",
                                "CFBundleDisplayName": "string",
                                "CFBundleVersion": "string",
                                "CFBundleShortVersionString": "string",
                                "CFBundleIdentifier": "string",
                                "CFBundleSupportedPlatforms": [
                                    "string"
                                ],
                                "CFBundlePackageType": "string",
                                "LSMinimumSystemVersion": "string"
                            },
                            "msi": {
                                "productCode": "string",
                                "productVersion": "string",
                                "productName": "string",
                                "manufacturer": "string"
                            },
                            "exe": {
                                "fileSize": "string",
                                "fileVersionNumber": "string",
                                "fileOS": "string",
                                "fileDescription": "string",
                                "fileVersion": "string",
                                "originalFileName": "string",
                                "productName": "string",
                                "productVersion": "string",
                                "companyName": "string"
                            },
                            "msixbundle": {
                                "applicationsData": [
                                    {
                                        "arch": "string",
                                        "fileName": "string",
                                        "size": "string",
                                        "version": "string"
                                    }
                                ],
                                "packageName": "string",
                                "version": "string"
                            },
                            "appxbundle": {
                                "applicationsData": [
                                    {
                                        "arch": "string",
                                        "fileName": "string",
                                        "size": "string",
                                        "version": "string"
                                    }
                                ],
                                "packageName": "string",
                                "version": "string"
                            },
                            "msix": {
                                "displayName": "string",
                                "publisherDisplayName": "string",
                                "version": "string",
                                "arch": "string",
                                "name": "string"
                            },
                            "appx": {
                                "displayName": "string",
                                "publisherDisplayName": "string",
                                "version": "string",
                                "arch": "string",
                                "name": "string"
                            },
                            "scripts": {
                                "preInstall": "string",
                                "postInstall": "string"
                            },
                            "package": {
                                "name": "string",
                                "version": "string"
                            }
                        },
                        "size": 0,
                        "processTime": 0,
                        "queuedTime": 0,
                        "processedVersionName": "string",
                        "versionCode": "string",
                        "error": "string",
                        "errorCode": "string",
                        "os": "ios",
                        "buildPlatform": "string",
                        "deployer": {
                            "name": "string",
                            "info": {
                                "commitMessage": "string",
                                "commit": "string",
                                "branch": "string",
                                "triggerTimestamp": "string",
                                "buildUrl": "string",
                                "ciUrl": "string",
                                "repositoryUrl": "string",
                                "buildNumber": "string",
                                "tag": "string"
                            }
                        },
                        "notifications": {
                            "notifyCollaborators": true,
                            "notifyEmployees": true,
                            "message": "string",
                            "language": "es",
                            "filter": [
                                [
                                    "string"
                                ]
                            ]
                        },
                        "uploadedBy": {
                            "id": "string",
                            "email": "[email protected]",
                            "firstName": "string",
                            "lastName": "string",
                            "picture": "string"
                        },
                        "originalExtension": "string",
                        "storageProvider": {
                            "id": "string",
                            "name": "string",
                            "region": "string",
                            "config": "string",
                            "provider": "string"
                        },
                        "processLogs": [
                            {
                                "dateMs": 0,
                                "message": "string"
                            }
                        ],
                        "files": [
                            {
                                "id": "string",
                                "type": "aab",
                                "description": "string",
                                "file": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                },
                                "metadata": {}
                            }
                        ],
                        "originalFile": {
                            "originalName": "string",
                            "mimetype": "string",
                            "size": 0,
                            "bucket": "string",
                            "key": "string",
                            "location": "string",
                            "region": "string",
                            "storageProviderId": "string",
                            "checksum": "string",
                            "updatedAt": "string",
                            "createdAt": "string"
                        },
                        "extraFiles": [
                            {
                                "target": "string",
                                "file": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                }
                            }
                        ],
                        "metadata": {},
                        "buildProcessor": {
                            "provider": "string",
                            "runName": "string",
                            "runId": "string"
                        },
                        "counts": {
                            "downloads": {},
                            "downloadByDay": {},
                            "downloadsByMonth": {}
                        },
                        "externalFileUrl": "string",
                        "disabled": true,
                        "extension": "string",
                        "hasEmmJson": true,
                        "defaultScripts": {
                            "preInstall": "string",
                            "postInstall": "string",
                            "audit": "string",
                            "enforce": "string",
                            "runner": "string"
                        },
                        "updatedAt": "string",
                        "createdAt": "string"
                    },
                    "builds": [
                        {
                            "buildPlatform": "string",
                            "id": "string",
                            "build": {
                                "id": "string",
                                "organizationInfo": {
                                    "id": "string",
                                    "name": "string",
                                    "slug": "string",
                                    "picture": "string",
                                    "createdBy": "string",
                                    "branding": {
                                        "logo": "string",
                                        "picture": "string",
                                        "primaryColor": "string"
                                    },
                                    "store": {
                                        "customDomain": "string"
                                    },
                                    "configuration": {
                                        "storageProvider": "string"
                                    }
                                },
                                "status": "pending",
                                "tags": [
                                    "string"
                                ],
                                "versionName": "string",
                                "application": "string",
                                "applicationInfo": {
                                    "id": "string",
                                    "name": "string",
                                    "slug": "string",
                                    "picture": "string"
                                },
                                "changelog": "string",
                                "file": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                },
                                "fileSimulator": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                },
                                "iconFile": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                },
                                "info": {
                                    "icon": "string",
                                    "ios": {
                                        "plist": {
                                            "CFBundleName": "string",
                                            "CFBundleDisplayName": "string",
                                            "CFBundleVersion": "string",
                                            "CFBundleShortVersionString": "string",
                                            "CFBundleIdentifier": "string",
                                            "CFBundleSupportedPlatforms": [
                                                "string"
                                            ],
                                            "MinimumOSVersion": "string",
                                            "CFBundleIcons": [
                                                "string"
                                            ],
                                            "UIDeviceFamily": [
                                                "string"
                                            ]
                                        },
                                        "mobileprovision": {
                                            "TeamIdentifier": "string",
                                            "ProvisionsAllDevices": true,
                                            "ProvisionedDevices": "string",
                                            "TeamName": "string",
                                            "ExpirationDate": "string",
                                            "signingType": "appStore"
                                        }
                                    },
                                    "android": {
                                        "versionCode": "string",
                                        "versionName": "string",
                                        "platformBuildVersionCode": "string",
                                        "platformBuildVersionName": "string",
                                        "packageName": "string",
                                        "minSDKVersion": "string",
                                        "targetSdkVersion": "string",
                                        "icon": "string",
                                        "productName": "string"
                                    },
                                    "pkg": {
                                        "CFBundleName": "string",
                                        "CFBundleDisplayName": "string",
                                        "CFBundleVersion": "string",
                                        "CFBundleShortVersionString": "string",
                                        "CFBundleIdentifier": "string",
                                        "CFBundleSupportedPlatforms": [
                                            "string"
                                        ],
                                        "MinimumOSVersion": "string",
                                        "relatedPkgs": [
                                            {
                                                "distribution": {
                                                    "id": "string",
                                                    "active": "string",
                                                    "auth": "string",
                                                    "installKBytes": "string",
                                                    "onConclusion": "string",
                                                    "onConclusionScript": "string",
                                                    "version": "string",
                                                    "archiveKBytes": "string",
                                                    "packageIdentifier": "string",
                                                    "text": "string"
                                                },
                                                "plistInfo": {
                                                    "CFBundleName": "string",
                                                    "CFBundleDisplayName": "string",
                                                    "CFBundleVersion": "string",
                                                    "CFBundleShortVersionString": "string",
                                                    "CFBundleIdentifier": "string",
                                                    "CFBundleSupportedPlatforms": [
                                                        "string"
                                                    ],
                                                    "MinimumOSVersion": "string"
                                                },
                                                "iconFile": "string"
                                            }
                                        ]
                                    },
                                    "app": {
                                        "CFBundleName": "string",
                                        "CFBundleDisplayName": "string",
                                        "CFBundleVersion": "string",
                                        "CFBundleShortVersionString": "string",
                                        "CFBundleIdentifier": "string",
                                        "CFBundleSupportedPlatforms": [
                                            "string"
                                        ],
                                        "CFBundlePackageType": "string",
                                        "LSMinimumSystemVersion": "string"
                                    },
                                    "msi": {
                                        "productCode": "string",
                                        "productVersion": "string",
                                        "productName": "string",
                                        "manufacturer": "string"
                                    },
                                    "exe": {
                                        "fileSize": "string",
                                        "fileVersionNumber": "string",
                                        "fileOS": "string",
                                        "fileDescription": "string",
                                        "fileVersion": "string",
                                        "originalFileName": "string",
                                        "productName": "string",
                                        "productVersion": "string",
                                        "companyName": "string"
                                    },
                                    "msixbundle": {
                                        "applicationsData": [
                                            {
                                                "arch": "string",
                                                "fileName": "string",
                                                "size": "string",
                                                "version": "string"
                                            }
                                        ],
                                        "packageName": "string",
                                        "version": "string"
                                    },
                                    "appxbundle": {
                                        "applicationsData": [
                                            {
                                                "arch": "string",
                                                "fileName": "string",
                                                "size": "string",
                                                "version": "string"
                                            }
                                        ],
                                        "packageName": "string",
                                        "version": "string"
                                    },
                                    "msix": {
                                        "displayName": "string",
                                        "publisherDisplayName": "string",
                                        "version": "string",
                                        "arch": "string",
                                        "name": "string"
                                    },
                                    "appx": {
                                        "displayName": "string",
                                        "publisherDisplayName": "string",
                                        "version": "string",
                                        "arch": "string",
                                        "name": "string"
                                    },
                                    "scripts": {
                                        "preInstall": "string",
                                        "postInstall": "string"
                                    },
                                    "package": {
                                        "name": "string",
                                        "version": "string"
                                    }
                                },
                                "size": 0,
                                "processTime": 0,
                                "queuedTime": 0,
                                "processedVersionName": "string",
                                "versionCode": "string",
                                "error": "string",
                                "errorCode": "string",
                                "os": "ios",
                                "buildPlatform": "string",
                                "deployer": {
                                    "name": "string",
                                    "info": {
                                        "commitMessage": "string",
                                        "commit": "string",
                                        "branch": "string",
                                        "triggerTimestamp": "string",
                                        "buildUrl": "string",
                                        "ciUrl": "string",
                                        "repositoryUrl": "string",
                                        "buildNumber": "string",
                                        "tag": "string"
                                    }
                                },
                                "notifications": {
                                    "notifyCollaborators": true,
                                    "notifyEmployees": true,
                                    "message": "string",
                                    "language": "es",
                                    "filter": [
                                        [
                                            "string"
                                        ]
                                    ]
                                },
                                "uploadedBy": {
                                    "id": "string",
                                    "email": "[email protected]",
                                    "firstName": "string",
                                    "lastName": "string",
                                    "picture": "string"
                                },
                                "originalExtension": "string",
                                "storageProvider": {
                                    "id": "string",
                                    "name": "string",
                                    "region": "string",
                                    "config": "string",
                                    "provider": "string"
                                },
                                "processLogs": [
                                    {
                                        "dateMs": 0,
                                        "message": "string"
                                    }
                                ],
                                "files": [
                                    {
                                        "id": "string",
                                        "type": "aab",
                                        "description": "string",
                                        "file": {
                                            "originalName": "string",
                                            "mimetype": "string",
                                            "size": 0,
                                            "bucket": "string",
                                            "key": "string",
                                            "location": "string",
                                            "region": "string",
                                            "storageProviderId": "string",
                                            "checksum": "string",
                                            "updatedAt": "string",
                                            "createdAt": "string"
                                        },
                                        "metadata": {}
                                    }
                                ],
                                "originalFile": {
                                    "originalName": "string",
                                    "mimetype": "string",
                                    "size": 0,
                                    "bucket": "string",
                                    "key": "string",
                                    "location": "string",
                                    "region": "string",
                                    "storageProviderId": "string",
                                    "checksum": "string",
                                    "updatedAt": "string",
                                    "createdAt": "string"
                                },
                                "extraFiles": [
                                    {
                                        "target": "string",
                                        "file": {
                                            "originalName": "string",
                                            "mimetype": "string",
                                            "size": 0,
                                            "bucket": "string",
                                            "key": "string",
                                            "location": "string",
                                            "region": "string",
                                            "storageProviderId": "string",
                                            "checksum": "string",
                                            "updatedAt": "string",
                                            "createdAt": "string"
                                        }
                                    }
                                ],
                                "metadata": {},
                                "buildProcessor": {
                                    "provider": "string",
                                    "runName": "string",
                                    "runId": "string"
                                },
                                "counts": {
                                    "downloads": {},
                                    "downloadByDay": {},
                                    "downloadsByMonth": {}
                                },
                                "externalFileUrl": "string",
                                "disabled": true,
                                "extension": "string",
                                "hasEmmJson": true,
                                "defaultScripts": {
                                    "preInstall": "string",
                                    "postInstall": "string",
                                    "audit": "string",
                                    "enforce": "string",
                                    "runner": "string"
                                },
                                "updatedAt": "string",
                                "createdAt": "string"
                            }
                        }
                    ],
                    "tags": [
                        [
                            "string"
                        ]
                    ]
                },
                "applicationInfo": {
                    "id": "string",
                    "slug": "string",
                    "name": "string",
                    "picture": "string"
                },
                "slug": "string",
                "configuration": {
                    "application": {
                        "name": "string",
                        "description": "string"
                    },
                    "branding": {
                        "logo": "string",
                        "primaryColor": "string",
                        "buttonColor": "string",
                        "useAppIcon": true
                    }
                },
                "security": "public",
                "tags": [
                    "string"
                ],
                "groups": [
                    [
                        "string"
                    ]
                ],
                "activateUserAudiences": true,
                "userAudienceMap": [
                    {
                        "id": "string",
                        "notifyNewBuildsProcessed": true,
                        "notAllowed": true,
                        "userAudience": {
                            "id": "string",
                            "name": "string",
                            "description": "string",
                            "organizationId": "string",
                            "applicationId": "string",
                            "application": {
                                "id": "string",
                                "name": "string",
                                "slug": "string",
                                "picture": "string"
                            },
                            "filter": {
                                "groups": [
                                    [
                                        "string"
                                    ]
                                ],
                                "emails": [
                                    "[email protected]"
                                ]
                            },
                            "usersScope": "org",
                            "allowedApplicationIds": [
                                "string"
                            ],
                            "allowedApplications": [
                                {
                                    "id": "string",
                                    "name": "string",
                                    "slug": "string",
                                    "picture": "string"
                                }
                            ],
                            "counts": {
                                "pubApps": 0,
                                "members": 0,
                                "unmatchedEmails": 0
                            },
                            "updatedAt": "string",
                            "createdAt": "string"
                        }
                    }
                ],
                "password": "string",
                "visibility": "active",
                "showHistory": true,
                "showDevInfo": true,
                "distributionUrl": "string",
                "terms": {
                    "active": true,
                    "text": "string"
                },
                "createdBy": "string",
                "updatedAt": "string"
            }
        ],
        "totalDocs": 0,
        "limit": 0,
        "hasPrevPage": true,
        "hasNextPage": true,
        "page": 0,
        "totalPages": 0,
        "prevPage": 0,
        "nextPage": 0
    }
}
401 Response application/json
status boolean optional
false
error object optional
code number optional
4001
message string optional
Unauthorized
{
    "status": false,
    "error": {
        "code": 4002,
        "message": "No auth token"
    }
}
404 Response application/json
status boolean optional
false
error object optional
code number optional
3001
message string optional
Entity not found
{
    "status": false,
    "error": {
        "code": 3001,
        "message": "Entity not found"
    }
}