Download OpenAPI specification:Download
Retrieve the entitlement information, including both used and available entitlements.
OK
Bad Request. The Problem Details object will provide more information about the exact cause.
Forbidden
Not Found
Too Many Requests
The server encountered an unexpected error. Retrying the request after a certain time could help.
The service is temporarily unavailable. Please try again later.
{- "filters": {
- "imsOrgId": "0123456789ABCDEF0123456789ABCDEF@AdobeOrg"
}, - "data": {
- "id": "0123456789ABCDEF0123456789ABCDEF@AdobeOrg",
- "entitlements": [
- {
- "used": 10,
- "available": 20,
- "type": "'ASSETS' or 'SITES' or 'RDE' or 'MEDIA_LIBRARY' or 'CONTENT_AUTOMATION'",
- "programs": [
- {
- "id": 123456,
- "name": "John Doe Company Marketing Program"
}
]
}
]
}
}
Retrieves the contractual limits for AEM Sites Content Requests, helping customers understand their compliant contractual limit.
OK
Bad Request. The Problem Details object will provide more information about the exact cause.
Forbidden
Not Found
Too Many Requests
The server encountered an unexpected error. Retrying the request after a certain time could help.
The service is temporarily unavailable. Please try again later.
{- "filters": {
- "imsOrgId": "0123456789ABCDEF0123456789ABCDEF@AdobeOrg",
- "current": true
}, - "data": {
- "id": "0123456789ABCDEF0123456789ABCDEF@AdobeOrg",
- "contracts": [
- {
- "startDate": "2022-07-16",
- "endDate": "2022-07-16",
- "unit": "Million Requests",
- "quota": 20
}
]
}
}
Retrieve AEM Sites Content Requests Usage Statistics that can be filtered at Program level (monthly or daily).
OK
Bad Request. The Problem Details object will provide more information about the exact cause.
Forbidden
Not Found
Too Many Requests
The server encountered an unexpected error. Retrying the request after a certain time could help.
The service is temporarily unavailable. Please try again later.
{- "filters": {
- "imsOrgId": "0123456789ABCDEF0123456789ABCDEF@AdobeOrg",
- "startDateTime": "2022-07-21T17:32:28Z",
- "endDateTime": "2022-07-21T17:32:28Z",
- "programId": 123456,
- "version": "latest",
- "timeUnit": "DAILY"
}, - "data": {
- "id": "0123456789ABCDEF0123456789ABCDEF@AdobeOrg",
- "programs": [
- {
- "id": 123456,
- "name": "John Doe Company Marketing Program",
- "usage": [
- {
- "apiCalls": 659352826,
- "contentRequests": 218359505,
- "date": "2022-07-16",
- "pageViews": 86488940
}
]
}
]
}
}
Get all async reports created for a given repository and limit the number of results based on permissible pagination limits.
OK
Bad Request. The Problem Details object will provide more information about the exact cause.
Forbidden
Not Found
Too Many Requests
The server encountered an unexpected error. Retrying the request after a certain time could help.
The service is temporarily unavailable. Please try again later.
{- "items": [
- {
- "id": "c7c15fc9-0628-447e-8e1b-fcbc1c207a0e",
- "title": "DownloadReportLast30days",
- "description": "Report for assets uploaded in the last 30 days",
- "reportType": "assetDownload",
- "creator": "johndoe@adobe.com",
- "status": "completed",
- "statusMessage": "Report failed to generate due to large volume of data",
- "createdDate": "2022-09-13T16:48:54.133Z",
- "completedDate": "2022-09-13T16:49:04.133Z"
}
], - "cursor": "string"
}
Asynchronously Create a report for the given repository with the given query criteria.
Accepted
Bad Request. The Problem Details object will provide more information about the exact cause.
Forbidden
Not Found
Too Many Requests
The server encountered an unexpected error. Retrying the request after a certain time could help.
The service is temporarily unavailable. Please try again later.
{- "columns": [
- "ModifiedDate",
- "Size",
- "Type",
- "Path",
- "Expired",
- "DownloadedDate",
- "Title",
- "DownloadedBy",
- "DownloadId",
- "Author",
- "CreationDate",
- "DownloadedByUserName"
], - "customColumns": [
- "asset:sku",
- "asset:brandTaxonomy"
], - "creator": "johndoe@adobe.com",
- "description": "Report for assets uploaded in the last 30 days",
- "title": "DownloadReportLast30days",
- "reportType": "assetDownload",
- "filters": {
- "path": "/content/dam",
- "dateRange.start": "2023-08-01T00:00:00Z",
- "dateRange.end": "2023-08-01T00:00:00Z"
}
}
{- "columns": [
- "ModifiedDate",
- "Size",
- "Type",
- "Path",
- "Expired",
- "DownloadedDate",
- "Title",
- "DownloadedBy",
- "DownloadId",
- "Author",
- "CreationDate",
- "DownloadedByUserName"
], - "customColumns": [
- "asset:sku",
- "asset:brandTaxonomy"
], - "creator": "johndoe@adobe.com",
- "description": "Report for assets uploaded in the last 30 days",
- "id": "c7c15fc9-0628-447e-8e1b-fcbc1c207a0e",
- "status": "completed",
- "statusMessage": "Report failed to generate due to large volume of data",
- "title": "DownloadReportLast30days",
- "reportType": "assetDownload",
- "filters": {
- "path": "/content/dam",
- "dateRange.start": "2023-08-01T00:00:00Z",
- "dateRange.end": "2023-08-01T00:00:00Z"
}, - "completedDate": "2022-09-13T16:49:04.133Z",
- "createdDate": "2022-09-13T16:48:54.133Z"
}
Get a report based on reportId and the response would be the same irrespective of the report type.
OK
Bad Request. The Problem Details object will provide more information about the exact cause.
Forbidden
Not Found
Too Many Requests
The server encountered an unexpected error. Retrying the request after a certain time could help.
The service is temporarily unavailable. Please try again later.
{- "columns": [
- "ModifiedDate",
- "Size",
- "Type",
- "Path",
- "Expired",
- "DownloadedDate",
- "Title",
- "DownloadedBy",
- "DownloadId",
- "Author",
- "CreationDate",
- "DownloadedByUserName"
], - "customColumns": [
- "asset:sku",
- "asset:brandTaxonomy"
], - "creator": "johndoe@adobe.com",
- "description": "Report for assets uploaded in the last 30 days",
- "id": "c7c15fc9-0628-447e-8e1b-fcbc1c207a0e",
- "status": "completed",
- "statusMessage": "Report failed to generate due to large volume of data",
- "title": "DownloadReportLast30days",
- "reportType": "assetDownload",
- "filters": {
- "path": "/content/dam",
- "dateRange.start": "2023-08-01T00:00:00Z",
- "dateRange.end": "2023-08-01T00:00:00Z"
}, - "completedDate": "2022-09-13T16:49:04.133Z",
- "createdDate": "2022-09-13T16:48:54.133Z"
}
Delete the report for a given reportId in a repository.
deleted
Bad Request. The Problem Details object will provide more information about the exact cause.
Forbidden
Not Found
Too Many Requests
The server encountered an unexpected error. Retrying the request after a certain time could help.
The service is temporarily unavailable. Please try again later.
Generates download URL for given reportId and returns the generated URL as a JSON response.
OK
Bad Request. The Problem Details object will provide more information about the exact cause.
Forbidden
Not Found
Too Many Requests
The server encountered an unexpected error. Retrying the request after a certain time could help.
The service is temporarily unavailable. Please try again later.
{
}