Favicon

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

GET /organizations/:organizationId/stores/:storeId/pubApps

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}$
hasOtpUsers any
optional

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.
applicationInfo object required
Source application metadata snapshot providing identifying information and default branding inherited from originating application for administrative reference.
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.
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 any 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.
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 any required
Boolean flag controlling whether historical build versions displayed to users on distribution page enabling version browsing and rollback access.
showDevInfo any 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.
counts object 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",
                                "managedConfigurations": [
                                    {
                                        "key": "string",
                                        "title": "string",
                                        "description": "string",
                                        "restrictionType": "NULL",
                                        "defaultValue": "string",
                                        "entries": [
                                            "string"
                                        ],
                                        "entryValues": [
                                            "string"
                                        ],
                                        "minValue": 0,
                                        "maxValue": 0,
                                        "visible": true
                                    }
                                ]
                            },
                            "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",
                                "managedConfigurations": [
                                    {
                                        "key": "string",
                                        "title": "string",
                                        "description": "string",
                                        "restrictionType": "NULL",
                                        "defaultValue": "string",
                                        "entries": [
                                            "string"
                                        ],
                                        "entryValues": [
                                            "string"
                                        ],
                                        "minValue": 0,
                                        "maxValue": 0,
                                        "visible": true
                                    }
                                ]
                            },
                            "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",
                                "managedConfigurations": [
                                    {
                                        "key": "string",
                                        "title": "string",
                                        "description": "string",
                                        "restrictionType": "NULL",
                                        "defaultValue": "string",
                                        "entries": [
                                            "string"
                                        ],
                                        "entryValues": [
                                            "string"
                                        ],
                                        "minValue": 0,
                                        "maxValue": 0,
                                        "visible": true
                                    }
                                ]
                            },
                            "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",
                                "managedConfigurations": [
                                    {
                                        "key": "string",
                                        "title": "string",
                                        "description": "string",
                                        "restrictionType": "NULL",
                                        "defaultValue": "string",
                                        "entries": [
                                            "string"
                                        ],
                                        "entryValues": [
                                            "string"
                                        ],
                                        "minValue": 0,
                                        "maxValue": 0,
                                        "visible": true
                                    }
                                ]
                            },
                            "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",
                                "managedConfigurations": [
                                    {
                                        "key": "string",
                                        "title": "string",
                                        "description": "string",
                                        "restrictionType": "NULL",
                                        "defaultValue": "string",
                                        "entries": [
                                            "string"
                                        ],
                                        "entryValues": [
                                            "string"
                                        ],
                                        "minValue": 0,
                                        "maxValue": 0,
                                        "visible": true
                                    }
                                ]
                            },
                            "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",
                                        "managedConfigurations": [
                                            {
                                                "key": "string",
                                                "title": "string",
                                                "description": "string",
                                                "restrictionType": "NULL",
                                                "defaultValue": "string",
                                                "entries": [
                                                    "string"
                                                ],
                                                "entryValues": [
                                                    "string"
                                                ],
                                                "minValue": 0,
                                                "maxValue": 0,
                                                "visible": true
                                            }
                                        ]
                                    },
                                    "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"
                },
                "counts": {
                    "otpUsers": 0
                },
                "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"
    }
}