After signing in, you can create credentials that can be used to call the Platform APIs.
Download OpenAPI specification:Download
Catalog is the system of record for data location and lineage within Adobe Experience Platform. Catalog Service does not contain the actual files or directories that contain the data. Instead, it holds the metadata and description of those files and directories.
Catalog acts as a metadata store or "catalog" where you can find information about your data within Experience Platform.
Use Catalog to answer the following questions: Where is my data located? At what stage of processing is this data? What systems or processes have acted on my data? What errors occurred during processing? If successful, how much data was processed?
Related documentation:
Visualize API calls with Postman (a free, third-party software):
API paths:
Required headers:
Authorization
, x-gw-ims-org-id
, and x-api-key
. For more information on how to obtain these values, see the authentication tutorial.x-sandbox-name
whose value is the all-lowercase name of the sandbox the operation will take place in (for example, "prod"). See the sandboxes overview for more information.Content-Type
with a value of application/json
.API error handling:
Sorting and filtering responses:
Batches allow users to understand which operations and applications have been performed on objects tracked by the system.
This request retrieves a list of batches for operations and applications that have been performed on objects tracked by the system.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
A list of the batch responses is returned.
A bad request.
Access is forbidden.
The batch responses were not found.
An internal server error has ocurred.
An unexpected error has ocurred.
{- "5911f88ae2f4bf657c5a8cb5": {
- "imsOrg": "4F3BB22C5631222A7F000101@AdobeOrg",
- "created": 1494349962314,
- "createdClient": "MCDPCatalogServiceStage",
- "createdUser": "MCDPCatalogServiceStage@AdobeID",
- "updatedUser": "MCDPCatalogServiceStage@AdobeID",
- "updated": 1494349963467,
- "externalId": "/adobe/bulkingest/5af9ee67e4045c1b4945c209",
- "status": "success",
- "errors": [
- {
- "code": "err-1494349963436"
}
], - "version": "1.0.3",
- "availableDates": {
- "startDate": 1337,
- "endDate": 4000
}, - "relatedObjects": [
- {
- "type": "batch",
- "id": "foo_batch"
}, - {
- "type": "dataSet",
- "id": "foo_dataSet"
}, - {
- "type": "dataSetView",
- "id": "foo_dataSetView"
}, - {
- "type": "dataSetFile",
- "id": "foo_dataSetFile"
}, - {
- "type": "expressionBlock",
- "id": "foo_expressionBlock"
}, - {
- "type": "service",
- "id": "foo_service"
}, - {
- "type": "serviceDefinition",
- "id": "foo_serviceDefinition"
}
], - "metrics": {
- "foo": 1337
}, - "tags": {
- "foo_bar": [
- "stuff"
], - "bar_foo": [
- "woo",
- "baz"
], - "foo/bar/foo-bar": [
- "weehaw",
- "wee:haw"
]
}, - "inputFormat": {
- "format": "parquet",
- "delimiter": ".",
- "quote": "`",
- "escape": "\\",
- "nullMarker": "",
- "header": "true",
- "charset": "UTF-8"
}
}
}
This request creates a new batch for operations and applications that have been performed on objects tracked by the system.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
Content-Type required | string application/json |
The batch that will be created.
Array[ @/batches/batchId ]
The batch is invalid.
Access is forbidden.
An internal server error has ocurred.
An unexpected error has ocurred.
{- "started": 1494349963122,
- "completed": 1494349963467,
- "replay": {
- "predecessors": [
- "5d01230fc78a4e4f8c0c6b387b4b8d1c"
], - "reason": "Deletion of privacy data."
}, - "status": "success",
- "recordCount": 45,
- "failedRecordCount": 2,
- "errors": [
- {
- "code": "err-1494349963436",
- "rows": [
- "3-5"
], - "description": "This resource is read-only and cannot be modified."
}
], - "size": 512,
- "availableDates": {
- "startDate": 1337,
- "endDate": 4000
}, - "relatedObjects": [
- {
- "type": "batch",
- "id": "foo-batch",
- "tag": "input",
- "status": "processing",
- "errors": [
- {
- "code": "err-1494349963436",
- "rows": [
- "3-5"
], - "description": "This resource is read-only and cannot be modified."
}
], - "metrics": {
- "foo": 1337
}
}
], - "metrics": { },
- "tags": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "inputFormat": {
- "format": "parquet",
- "isMultiLineJson": true,
- "delimiter": ".",
- "quote": "`",
- "escape": "\\",
- "nullMarker": "",
- "header": "true",
- "charset": "UTF-8"
}
}
[- "string"
]
This endpoint retrieves the unique values stored in a field, as specified by the ID.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
A list of unique values for a batch.
A bad request has been submitted.
Access is forbidden.
The batch is not found.
An internal server error has ocurred.
An unexpected error has ocurred.
[- "5911f88ae2f4bf657c5a8cb5",
- "5911f88ae2f4bf657c5a8cb4",
- "5911f88ae2f4bf657c5a8cb3"
]
This request retrieves a specific batch based on the {BATCH_ID} entered.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
The batch object for the specified batch ID is returned.
A bad request.
Access is forbidden.
The specified batch was not found.
An internal server error has ocurred.
An unexpected error has ocurred.
{- "5911f88ae2f4bf657c5a8cb5": {
- "imsOrg": "5911f88ae2f4bf657c5a8cb5",
- "created": 1494349962314,
- "createdClient": "MCDPCatalogServiceStage",
- "createdUser": "MCDPCatalogServiceStage@AdobeID",
- "updatedUser": "MCDPCatalogServiceStage@AdobeID",
- "updated": 1494349963467,
- "externalId": "/adobe/bulkingest/5af9ee67e4045c1b4945c209",
- "status": "success",
- "errors": [
- {
- "code": "err-1494349963436"
}
], - "version": "1.0.3",
- "availableDates": {
- "startDate": 1337,
- "endDate": 4000
}, - "relatedObjects": [
- {
- "type": "batch",
- "id": "foo_batch"
}, - {
- "type": "dataSet",
- "id": "foo_dataSet"
}, - {
- "type": "dataSetView",
- "id": "foo_dataSetView"
}, - {
- "type": "dataSetFile",
- "id": "foo_dataSetFile"
}, - {
- "type": "expressionBlock",
- "id": "foo_expressionBlock"
}, - {
- "type": "service",
- "id": "foo_service"
}, - {
- "type": "serviceDefinition",
- "id": "foo_serviceDefinition"
}
], - "metrics": {
- "foo": 1337
}, - "tags": {
- "foo_bar": [
- "stuff"
], - "bar_foo": [
- "woo",
- "baz"
], - "foo/bar/foo-bar": [
- "weehaw",
- "wee:haw"
]
}, - "inputFormat": {
- "format": "parquet",
- "delimiter": ".",
- "quote": "`",
- "escape": "\\",
- "nullMarker": "",
- "header": "true",
- "charset": "UTF-8"
}
}
}
This request updates a specific batch based on the {BATCH_ID} specified.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
if-match | string Set to verify the valid versions of document to be modified by matching the updated date. |
if-none-match | string Set to verify the invalid versions of document to be modified by matching the updated date. |
Content-Type required | string application/json |
The batch information to be updated.
Array[ @/batches/batchId ]
A bad request.
Access is forbidden.
Not found
An internal server error has ocurred.
An unexpected error has ocurred.
{- "started": 1494349963122,
- "completed": 1494349963467,
- "replay": {
- "predecessors": [
- "5d01230fc78a4e4f8c0c6b387b4b8d1c"
], - "reason": "Deletion of privacy data."
}, - "status": "success",
- "recordCount": 45,
- "failedRecordCount": 2,
- "errors": [
- {
- "code": "err-1494349963436",
- "rows": [
- "3-5"
], - "description": "This resource is read-only and cannot be modified."
}
], - "size": 512,
- "availableDates": {
- "startDate": 1337,
- "endDate": 4000
}, - "relatedObjects": [
- {
- "type": "batch",
- "id": "foo-batch",
- "tag": "input",
- "status": "processing",
- "errors": [
- {
- "code": "err-1494349963436",
- "rows": [
- "3-5"
], - "description": "This resource is read-only and cannot be modified."
}
], - "metrics": {
- "foo": 1337
}
}
], - "metrics": { },
- "tags": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "inputFormat": {
- "format": "parquet",
- "isMultiLineJson": true,
- "delimiter": ".",
- "quote": "`",
- "escape": "\\",
- "nullMarker": "",
- "header": "true",
- "charset": "UTF-8"
}
}
[- "string"
]
This request creates a new batch for operations and applications that have been performed on objects tracked by the system, using the ID value of an existing dataset.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
Content-Type required | string application/json |
Batch to be created.
Array[ @/batches/batchId ]
A bad request.
Access is forbidden.
An internal server error has ocurred.
An unexpected error has ocurred.
{- "started": 1494349963122,
- "completed": 1494349963467,
- "replay": {
- "predecessors": [
- "5d01230fc78a4e4f8c0c6b387b4b8d1c"
], - "reason": "Deletion of privacy data."
}, - "status": "success",
- "recordCount": 45,
- "failedRecordCount": 2,
- "errors": [
- {
- "code": "err-1494349963436",
- "rows": [
- "3-5"
], - "description": "This resource is read-only and cannot be modified."
}
], - "size": 512,
- "availableDates": {
- "startDate": 1337,
- "endDate": 4000
}, - "relatedObjects": [
- {
- "type": "batch",
- "id": "foo-batch",
- "tag": "input",
- "status": "processing",
- "errors": [
- {
- "code": "err-1494349963436",
- "rows": [
- "3-5"
], - "description": "This resource is read-only and cannot be modified."
}
], - "metrics": {
- "foo": 1337
}
}
], - "metrics": { },
- "tags": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "inputFormat": {
- "format": "parquet",
- "isMultiLineJson": true,
- "delimiter": ".",
- "quote": "`",
- "escape": "\\",
- "nullMarker": "",
- "header": "true",
- "charset": "UTF-8"
}
}
[- "string"
]
Note: This endpoint has been deprecated. Please use the delete a batch endpoint within the batch ingestion API.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
Array[ @/batches/batchId ]
A bad request.
Access is forbidden.
The batch was not found.
An internal server error has ocurred.
An unexpected error has ocurred.
[- "string"
]
This request allows you to update specified attributes of an existing batch.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
if-match | string Set to verify the valid versions of document to be modified by matching the updated date. |
Content-Type required | string application/json |
if-none-match | string Set to verify the invalid versions of document to be modified by matching the updated date. |
The batch that is to be updated.
Array[ @/batches/batchId ]
A bad request.
Access is forbidden.
The specified batch was not found.
An internal server error has ocurred.
An unexpected error has ocurred.
{- "started": 1494349963122,
- "completed": 1494349963467,
- "replay": {
- "predecessors": [
- "62a31e96ba86e52a2f729a8d"
], - "reason": "Deletion of privacy data"
}, - "status": "processing",
- "recordCount": 50,
- "failedRecordCount": 2,
- "errors": [
- {
- "code": "err-1494349963436",
- "rows": [
- "3-5"
], - "description": "This resource is read-only and cannot be modified."
}
], - "size": 512,
- "availableDates": {
- "startDate": 1337,
- "endDate": 4000
}, - "relatedObjects": [
- {
- "type": "batch",
- "id": "foo-batch",
- "tag": "input",
- "status": "processing",
- "errors": [
- {
- "code": "err-1494349963436",
- "rows": [
- "3-5"
], - "description": "This resource is read-only and cannot be modified."
}
], - "metrics": {
- "foo": 1337
}
}
], - "metrics": {
- "foo": 1337
}, - "tags": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "inputFormat": {
- "format": "parquet",
- "isMultiLineJson": true,
- "delimiter": ".",
- "quote": "`",
- "escape": "\\",
- "nullMarker": "",
- "header": "true",
- "charset": "UTF-8"
}
}
[- "string"
]
Batched requests allow users to supply an array of objects in the request payload, representing what would normally be individual requests.
This request allows you to retrieve a list of batched requests which can be ordered as required. For example, the list can be ordered by created date in ascending order.
serviceResources
Not found
An internal server error has ocurred.
An unexpected error has ocurred.
{- "dataSource": "foo_dataSource",
- "dataSet": "foo_dataSet",
- "transform": "string"
}
Note: This endpoint has been deprecated. This request creates a new batched request which allows you to supply an array of objects in the request payload, representing what would normally be individual requests.
Array[ @/resource/resourceId ]
A bad request.
Access is forbidden.
An internal server error has ocurred.
An unexpected error has ocurred.
[- {
- "id": "string",
- "method": "string",
- "headers": {
- "if-match": "1.0.6"
}, - "resource": "string",
- "body": { }
}
]
[- "string"
]
This request lets you retrieve a list of datasets which are the building blocks for data transformation and tracking in Catalog Service.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
A list of datasets is returned.
A bad request.
Access is forbidden.
The datasets are not found.
An internal server error has ocurred.
An unexpected error has ocurred.
{- "5ab540d0864cf0267448ead4": {
- "version": "1.0.0",
- "imsOrg": "4F3BB22C5631222A7F000101@AdobeOrg",
- "name": "Acme accounts dataset - 1521827915638",
- "created": 1521828048923,
- "updated": 1521828208046,
- "createdClient": "platform_foundation_catalog",
- "createdUser": "platform_foundation_catalog@AdobeID",
- "updatedUser": "platform_foundation_catalog@AdobeID",
- "tags": {
- "foo": [
- "bar",
- "foos",
- "ball"
], - "adobe/touchpoint/appliedTransformations": [
- "CLUSTERED:FOO"
]
}, - "viewId": "5ab54170864cf0267448ead5",
- "basePath": "s3://bar/ball/baz",
- "files": "@/dataSetFiles?dataSetId=5ab540d0864cf0267448ead4",
- "observableSchema": { }
}
}
This request creates a new dataset.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
Content-Type required | string application/json |
Information about the new dataset you are creating.
The dataset has been successfully created.
A bad request.
Access is forbidden.
An internal server error has ocurred.
An unexpected error has ocurred.
{- "name": "Profile-enabled sample dataset",
- "description": "This is a sample dataset that is enabled for Profile.",
- "schemaRef": {
- "contentType": "application/vnd.adobe.xed-full-notext+json; version=1"
}, - "tags": {
- "unifiedIdentity": [
- "enabled: true"
], - "unifiedProfile": [
- "enabled: true",
- "isUpsert: true"
]
}
}
[- "string"
]
This request allows you to retrieve a dataset using the {DATASET_ID}.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
The dataset for the specified dataset ID is returned.
A bad request.
Access is forbidden.
The dataset was not found.
An internal server error has ocurred.
An unexpected error has ocurred.
{- "5ab540d0864cf0267448ead4": {
- "version": "1.0.0",
- "imsOrg": "4F3BB22C5631222A7F000101@AdobeOrg",
- "name": "Acme accounts dataset - 1521827915638",
- "enableErrorDiagnostics": true,
- "created": 1521828048923,
- "updated": 1521828208046,
- "createdClient": "platform_foundation_catalog",
- "createdUser": "4F3BB22C5631222A7F000101@AdobeOrg",
- "updatedUser": "platform_foundation_catalog@AdobeID",
- "tags": {
- "foo": [
- "bar",
- "foos",
- "ball"
], - "adobe/touchpoint/appliedTransformations": [
- "CLUSTERED:FOO"
]
}, - "viewId": "5ab54170864cf0267448ead5",
- "basePath": "s3://bar/ball/baz",
- "files": "@/dataSetFiles?dataSetId=5ab540d0864cf0267448ead4",
- "observableSchema": { }
}
}
This request allows you to update a specific dataset. The dataset that requires updating can be retrieved using the {DATASET_ID}.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
if-match | string Set to verify the valid versions of document to be modified by matching the updated date. |
if-none-match | string Set to verify the invalid versions of document to be modified by matching the updated date. |
Content-Type required | string application/json |
Data set field(s) to be updated.
Array[ @/dataSets/dataSetId ]
A bad request.
Access is forbidden.
An internal server error has ocurred.
An unexpected error has ocurred.
{- "name": "Acme accounts dataset - 1521827915638",
- "description": "A dataset for accounts held by Acme.",
- "tags": {
- "foo_bar": [
- "stuff"
], - "bar_foo": [
- "woo",
- "baz"
], - "foo/bar/foo-bar": [
- "weehaw",
- "wee:haw"
]
}, - "enableErrorDiagnostics": true,
- "observableSchema": { },
- "fileDescription": {
- "format": "parquet",
- "delimiters": [
- "s"
], - "quotes": "`",
- "escapes": [
- "\\"
], - "nullMarkers": "",
- "header": "true",
- "charset": "UTF-8"
}, - "schema": "string",
- "schemaRef": {
- "contentType": "application/vnd.adobe.xed+json;version=1"
}, - "dataSourceId": 0
}
[- "string"
]
This request deletes a dataset using the {DATASET_ID}.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
Array[ @/dataSets/dataSetId ]
A bad request.
Access is forbidden.
An internal server error has ocurred.
An unexpected error has ocurred.
[- "string"
]
This request allows you to update specified attributes of an existing DataSetView.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
if-match | string Set to verify the valid versions of document to be modified by matching the updated date. |
if-none-match | string Set to verify the invalid versions of document to be modified by matching the updated date. |
Content-Type required | string application/json |
Dataset field(s) to be updated.
Array[ @/dataSets/dataSetId ]
A bad request.
Access is forbidden.
Not found
An internal server error has ocurred.
An unexpected error has ocurred.
{- "name": "Acme accounts dataset - 1521827915638",
- "description": "A dataset for accounts held by Acme.",
- "tags": {
- "foo_bar": [
- "stuff"
], - "bar_foo": [
- "woo",
- "baz"
], - "foo/bar/foo-bar": [
- "weehaw",
- "wee:haw"
]
}, - "enableErrorDiagnostics": true,
- "observableSchema": { },
- "fileDescription": {
- "format": "parquet",
- "delimiters": [
- "s"
], - "quotes": "`",
- "escapes": [
- "\\"
], - "nullMarkers": "",
- "header": "true",
- "charset": "UTF-8"
}, - "schema": "string",
- "schemaRef": {
- "contentType": "application/vnd.adobe.xed+json;version=1"
}, - "dataSourceId": 0
}
[- "string"
]
This request fetches credentials for the requested dataset ID.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
x-user-token | string For calls which are proxied by catalog, the access token for the user on whose behalf this call is made. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
Credential object given dataSet.
A bad request.
Access is forbidden.
An internal server error has ocurred.
An unexpected error has ocurred.
{- "dataSetId": "5abd49645591445e1ba04f87",
- "stagePath": "platformdataset/stage/5d01230fc78a4e4f8c0c6b387b4b8d1c",
- "credentials": {
- "clientKey": "string",
- "clientId": "string",
- "tenantId": "string",
- "resourceGroupName": "string",
- "subscriptionId": "string",
- "name": "string",
- "adlsType": "string",
- "adlsUri": "string",
- "hadoopUri": "string"
}
}
Note: This endpoint has been deprecated. This endpoint retrieves a list of aggregated values for all tags within an Organization, specified by namespace.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
Returns aggregated tagValues for given namespace.
A bad request.
not found
An internal server error has ocurred.
An unexpected error has ocurred.
{- "objectType": {
- "datasets": [
- "@/DataSet/5b20017aa492bbd30425e21b",
- "@/DataSet/5b20451bf4c5e1f6fad006f9",
- "@/DataSet/5b20451cf4c5e1f6fad006fb"
]
}, - "adobe/pqs/databases": [
- "baz",
- "bat",
- "foo",
- "bar"
]
}
Fetches a list of last batches per dataset. A list of datasetIds is returned, which lets you check the last batch status, last successful batch, and last failed batch per dataset.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
accept-encoding | string Used to signal the intent to consume compressed response bodies. Supported encodings: gzip. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
All last batches related to datasets in your organization.
Bad request
Forbidden
Not found
Internal server error
Unexpected error
{- "5ab540d0864cf0267448ead4": {
- "lastBatchId": "62a31e96ba86e52a2f729a8d",
- "lastBatchStatus": "processing",
- "lastSuccessfulBatchId": "73a340e26b64ed3eb31ec8f9",
- "lastFailedBatchId": "51b340e26b64ed3eb31ec9z8",
- "imsOrg": "4F3BB22C5631222A7F000101@AdobeOrg",
- "sandboxId": "73d54130-c5bc-11e9-949c-0da8d50fcac1",
- "created": 1658499154836,
- "updated": 1658499238628
}
}