Imgix integration (Design & Media, Developer Tools). Imported from open-connector.
https://api.imgix.com/api/v1/sources
| Param | Type | Required | Description |
|---|---|---|---|
| sort | string | optional | Comma-separated sort fields accepted by Imgix, such as -date_deployed,name. |
| pageSize | integer | optional | Number of Sources to return per page. |
| pageNumber | integer | optional | Zero-indexed page number to fetch. |
| fieldsSources | string | optional | Comma-separated Source fields to return through the fields[sources] sparse fiel… |
| filterName | string | optional | Filter Sources by name. |
| filterEnabled | boolean | optional | Filter Sources by enabled status. |
| filterDeploymentType | string | optional | Filter Sources by deployment type. |
| filterDeploymentRegion | string | optional | Filter S3-compatible Sources by deployment region. |
| filterDeploymentS3Bucket | string | optional | Filter Sources by S3 bucket name. |
| filterDeploymentGcsBucket | string | optional | Filter Sources by GCS bucket name. |
| filterDeploymentBucketName | string | optional | Filter S3-compatible Sources by deployment bucket name. |
| filterDeploymentAzureBucket | string | optional | Filter Sources by Azure container name. |
| filterDeploymentCustomDomains | string | optional | Filter Sources by custom domain. |
| filterDeploymentImgixSubdomains | string | optional | Filter Sources by Imgix subdomain. |
| filterDeploymentStorageProvider | string | optional | Filter S3-compatible Sources by storage provider. |
| filterDeploymentWebfolderBaseUrl | string | optional | Filter Web Folder Sources by deployment base URL. |
/sources/{sourceId}
| Param | Type | Required | Description |
|---|---|---|---|
| sourceId | string | required | The unique Imgix Source identifier. |
| fieldsSources | string | optional | Comma-separated Source fields to return through the fields[sources] sparse fiel… |