Newer Version Available
CMS Digital Asset Management Providers
Get digital asset management (DAM) providers. Create a DAM provider
instance.
- Resource
-
1/connect/cms/digital-asset-management-providers - Available version
- 65.0
- HTTP methods
- GET, POST
- Request parameters for GET
-
Parameter Name Type Description Required or Optional Available Version contentSpaceId String ID of the managed content space. Optional 66.0 - Response body for GET
- Managed Content Provider Collection
- Request body for POST
-
- Root XML tag
- <ManagedContentProviderInput>
- JSON example for creating a managed content provider instance
-
1{ 2 "instanceKey" : "https://xxxxxx.com", 3 "isDefault" : "true", 4 "name" : "Bynder-Brand-1", 5 "providerLightningComponentId" : "106xxxxxxxxxxx" 6} - Properties
-
Name Type Description Required or Optional Available Version instanceKey String Provider instance key. Required for POST At least one property is required for PATCH
65.0 isDefault Boolean Specifies whether the instance is the default instance (true) or not (false). Required for POST At least one property is required for PATCH.
65.0 name String Name of the provider instance. Required for POST At least one property is required for PATCH.
65.0 providerLightningComponentId String ID of the provider lightning component. Required for POST This property isn’t supported for PATCH.
65.0
- Response body for POST
- Managed Content Provider Instance