After signing in, you can create credentials that can be used to call the Customer Journey Analytics APIs.
Download OpenAPI specification:Download
Open API specification for Customer Journey Analytics APIs.
Note: Adobe may add optional request and response members (name/value pairs) to existing API objects at any time and without notice or changes in versioning. Adobe recommends that you refer to the API documentation of any third-party tool you integrate with our APIs so that such additions are ignored in processing if not understood. If implemented properly, such additions are non-breaking changes for your implementation. Adobe will not remove parameters or add required parameters without first providing standard notification through release notes.
Interactive API: You can interact with CJA APIs directly from this reference page. Use the Try it function below and the Get credentials feature above to get authenticated for calls from this site. For more information, see Tips for calling endpoints on the CJA API Reference.
Related documentation: CJA API endpoint guides
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
{- "countryCode": "string",
- "mrktPermEmail": true,
- "emailVerified": true,
- "first_name": "string",
- "organization": "string",
- "phoneNumber": "string",
- "email": "string",
- "userId": "string",
- "name": "string",
- "last_name": "string",
- "utcOffset": "string",
- "mrktPerm": "string",
- "displayName": "string",
- "roles": [
- {
- "principal": "string",
- "organization": "string",
- "named_role": "string",
- "target": "string"
}
]
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
successful operation
{- "totalPages": 0,
- "totalElements": 0,
- "pageable": {
- "paged": true,
- "unpaged": true,
- "pageNumber": 0,
- "sort": {
- "unsorted": true,
- "sorted": true,
- "empty": true
}, - "pageSize": 0,
- "offset": 0
}, - "first": true,
- "last": true,
- "sort": {
- "unsorted": true,
- "sorted": true,
- "empty": true
}, - "number": 0,
- "numberOfElements": 0,
- "size": 0,
- "content": [
- {
- "id": "string",
- "imsOrgId": "string",
- "tenantId": "string",
- "email": "string",
- "firstName": "string",
- "lastName": "string",
- "fullName": "string",
- "type": "string",
- "storageReclamationAction": "string",
- "editable": true,
- "externallyManaged": true,
- "licenseGroups": [
- {
- "id": "string",
- "name": "string"
}
], - "admin": true,
- "imsOrgAdmin": true,
- "imsProductAdmin": true,
- "images": {
- "property1": "string",
- "property2": "string"
}
}
], - "empty": true
}
A calculated metric response will always include these default items: id, name, description, rsid, owner, polarity, precision, type
Other attributes can be optionally requested through the 'expansion' field:
For more information about calculated metrics go here
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Requesting non-shared calculated metrics for other users is restricted to admin users
External API error; calculated metric retrieval failed
{- "rsid": "string",
- "reportSuiteName": "string",
- "dataId": "string",
- "dataName": "string",
- "id": "string",
- "name": "string",
- "description": "string",
- "isDeleted": true,
- "migratedIds": [
- "string"
], - "internal": true,
- "owner": { },
- "polarity": "positive",
- "alternateVariableNames": {
- "name": "string",
- "baseName": "string",
- "curatedName": "string"
}, - "precision": 0,
- "type": "CURRENCY",
- "definition": { },
- "compatibility": {
- "valid": true,
- "message": "string",
- "identityMetrics": [
- {
- "identity": "string",
- "dimensionView": "LINEAR_ALLOCATION",
- "allocationModel": "ALLOCATION_FIRST_TOUCH"
}
], - "identityDimensions": [
- "string"
], - "segments": [
- "string"
], - "functions": [
- "string"
], - "validator_version": "string",
- "supported_products": [
- "string"
], - "supported_schema": [
- "string"
]
}, - "legacyId": "string",
- "template": true,
- "authorization": {
- "authorized": true,
- "permissioned": true,
- "unAuthorizedMetricIdentities": [
- "string"
], - "unAuthorizedSegmentIds": [
- "string"
], - "notAllowedForReportingMetricIdentities": [
- "string"
], - "allowedForReporting": true
}, - "dataGroup": "string",
- "solution": true,
- "curatedItem": true,
- "categories": [
- "string"
], - "reportTimeAttribution": true,
- "warning": {
- "title": "string",
- "text": "string",
- "helpLink": "string"
}, - "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "approved": true,
- "favorite": true,
- "usageSummary": {
- "property1": { },
- "property2": { }
}, - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z"
}
The following fields can be modified through this endpoint:
name, description, definition, owner, rsid
Example "defintion" for use in testing API below ("Visits per visitor"):
"definition": {
"formula": {
"func": "divide",
"col1": {
"func": "metric",
"name": "metrics/visits",
"description": "Visits"
},
"col2": {
"func": "metric",
"name": "metrics/visitors",
"description": "Unique Visitors"
}
},
"func": "calc-metric",
"version": [
1,
0,
0
]
}
Response will be the newly modified calculated metric object after the update request completes.
CalculatedMetricResponse
A calculated metric response will always include these default items:* id, name, description, rsid, owner*
Other attributes can be optionally requested through the 'expansion' field as defined/documented in the GET endpoints (see GET "/calculatedmetrics" or GET "/calculatedmetrics/{id}" for more documentation).
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
JSON-formatted Object containing key/value pairs to be updated.
Successful operation
Definition must be formatted as a JSON Object
Company mismatch; calculated metric ownership can only be transferred within the same organization
User does not have permission to update this calculated metric
External API error; Calculated metric update or retrieval failed
{- "rsid": "string",
- "reportSuiteName": "string",
- "dataId": "string",
- "dataName": "string",
- "id": "string",
- "name": "string",
- "description": "string",
- "isDeleted": true,
- "migratedIds": [
- "string"
], - "internal": true,
- "owner": { },
- "polarity": "positive",
- "alternateVariableNames": {
- "name": "string",
- "baseName": "string",
- "curatedName": "string"
}, - "precision": 0,
- "type": "CURRENCY",
- "definition": { },
- "compatibility": {
- "valid": true,
- "message": "string",
- "identityMetrics": [
- {
- "identity": "string",
- "dimensionView": "LINEAR_ALLOCATION",
- "allocationModel": "ALLOCATION_FIRST_TOUCH"
}
], - "identityDimensions": [
- "string"
], - "segments": [
- "string"
], - "functions": [
- "string"
], - "validator_version": "string",
- "supported_products": [
- "string"
], - "supported_schema": [
- "string"
]
}, - "legacyId": "string",
- "template": true,
- "authorization": {
- "authorized": true,
- "permissioned": true,
- "unAuthorizedMetricIdentities": [
- "string"
], - "unAuthorizedSegmentIds": [
- "string"
], - "notAllowedForReportingMetricIdentities": [
- "string"
], - "allowedForReporting": true
}, - "dataGroup": "string",
- "solution": true,
- "curatedItem": true,
- "categories": [
- "string"
], - "reportTimeAttribution": true,
- "warning": {
- "title": "string",
- "text": "string",
- "helpLink": "string"
}, - "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "approved": true,
- "favorite": true,
- "usageSummary": {
- "property1": { },
- "property2": { }
}, - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z"
}
{- "rsid": "string",
- "reportSuiteName": "string",
- "dataId": "string",
- "dataName": "string",
- "id": "string",
- "name": "string",
- "description": "string",
- "isDeleted": true,
- "migratedIds": [
- "string"
], - "internal": true,
- "owner": { },
- "polarity": "positive",
- "alternateVariableNames": {
- "name": "string",
- "baseName": "string",
- "curatedName": "string"
}, - "precision": 0,
- "type": "CURRENCY",
- "definition": { },
- "compatibility": {
- "valid": true,
- "message": "string",
- "identityMetrics": [
- {
- "identity": "string",
- "dimensionView": "LINEAR_ALLOCATION",
- "allocationModel": "ALLOCATION_FIRST_TOUCH"
}
], - "identityDimensions": [
- "string"
], - "segments": [
- "string"
], - "functions": [
- "string"
], - "validator_version": "string",
- "supported_products": [
- "string"
], - "supported_schema": [
- "string"
]
}, - "legacyId": "string",
- "template": true,
- "authorization": {
- "authorized": true,
- "permissioned": true,
- "unAuthorizedMetricIdentities": [
- "string"
], - "unAuthorizedSegmentIds": [
- "string"
], - "notAllowedForReportingMetricIdentities": [
- "string"
], - "allowedForReporting": true
}, - "dataGroup": "string",
- "solution": true,
- "curatedItem": true,
- "categories": [
- "string"
], - "reportTimeAttribution": true,
- "warning": {
- "title": "string",
- "text": "string",
- "helpLink": "string"
}, - "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "approved": true,
- "favorite": true,
- "usageSummary": {
- "property1": { },
- "property2": { }
}, - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z"
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
External API error; Calculated metric delete failed
{- "result": "string",
- "message": "string"
}
A calculated metric response will always include these default items: id, name, description, rsid, owner, polarity, precision, type
Other attributes can be optionally requested through the 'expansion' field:
For more information about calculated metrics go here
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Unable to retrieve list of calculated metrics shared with user
Owner filter error; user specified is not in the same company as the requesting user
Requesting non-shared calculated metrics for other users is restricted to admin users
External API error; Calculated metric retrieval failed
[- {
- "rsid": "string",
- "reportSuiteName": "string",
- "dataId": "string",
- "dataName": "string",
- "id": "string",
- "name": "string",
- "description": "string",
- "isDeleted": true,
- "migratedIds": [
- "string"
], - "internal": true,
- "owner": { },
- "polarity": "positive",
- "alternateVariableNames": {
- "name": "string",
- "baseName": "string",
- "curatedName": "string"
}, - "precision": 0,
- "type": "CURRENCY",
- "definition": { },
- "compatibility": {
- "valid": true,
- "message": "string",
- "identityMetrics": [
- {
- "identity": "string",
- "dimensionView": "LINEAR_ALLOCATION",
- "allocationModel": "ALLOCATION_FIRST_TOUCH"
}
], - "identityDimensions": [
- "string"
], - "segments": [
- "string"
], - "functions": [
- "string"
], - "validator_version": "string",
- "supported_products": [
- "string"
], - "supported_schema": [
- "string"
]
}, - "legacyId": "string",
- "template": true,
- "authorization": {
- "authorized": true,
- "permissioned": true,
- "unAuthorizedMetricIdentities": [
- "string"
], - "unAuthorizedSegmentIds": [
- "string"
], - "notAllowedForReportingMetricIdentities": [
- "string"
], - "allowedForReporting": true
}, - "dataGroup": "string",
- "solution": true,
- "curatedItem": true,
- "categories": [
- "string"
], - "reportTimeAttribution": true,
- "warning": {
- "title": "string",
- "text": "string",
- "helpLink": "string"
}, - "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "approved": true,
- "favorite": true,
- "usageSummary": {
- "property1": { },
- "property2": { }
}, - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z"
}
]
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
External API error; Calculated metric functions retrieval failed
[- {
- "id": "string",
- "category": "string",
- "persistable": true,
- "name": "string",
- "namespace": "string",
- "description": "string",
- "exampleKey": "string",
- "example": "string",
- "definition": {
- "func": "string",
- "parameters": [
- {
- "func": "string",
- "name": "string",
- "type": "string",
- "friendlyNameKey": "string",
- "descKey": "string",
- "friendlyName": "string",
- "description": "string",
- "default-value": { }
}
], - "formula": {
- "property1": { },
- "property2": { }
}, - "version": [
- 0
]
}
}
]
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Calculated metric function not found
External API error; Calculated metric function retrieval failed
{- "id": "string",
- "category": "string",
- "persistable": true,
- "name": "string",
- "namespace": "string",
- "description": "string",
- "exampleKey": "string",
- "example": "string",
- "definition": {
- "func": "string",
- "parameters": [
- {
- "func": "string",
- "name": "string",
- "type": "string",
- "friendlyNameKey": "string",
- "descKey": "string",
- "friendlyName": "string",
- "description": "string",
- "default-value": { }
}
], - "formula": {
- "property1": { },
- "property2": { }
}, - "version": [
- 0
]
}
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
JSON-formatted Object containing key/value pairs for calculated metric validation.
Successful operation
Invalid input; name, rsid, and definition are all required. Definition must be formatted as a JSON Object.
External API error; Calculated metric validation failed
{- "rsid": "string",
- "reportSuiteName": "string",
- "dataId": "string",
- "dataName": "string",
- "id": "string",
- "name": "string",
- "description": "string",
- "isDeleted": true,
- "migratedIds": [
- "string"
], - "internal": true,
- "owner": { },
- "polarity": "positive",
- "alternateVariableNames": {
- "name": "string",
- "baseName": "string",
- "curatedName": "string"
}, - "precision": 0,
- "type": "CURRENCY",
- "definition": { },
- "compatibility": {
- "valid": true,
- "message": "string",
- "identityMetrics": [
- {
- "identity": "string",
- "dimensionView": "LINEAR_ALLOCATION",
- "allocationModel": "ALLOCATION_FIRST_TOUCH"
}
], - "identityDimensions": [
- "string"
], - "segments": [
- "string"
], - "functions": [
- "string"
], - "validator_version": "string",
- "supported_products": [
- "string"
], - "supported_schema": [
- "string"
]
}, - "legacyId": "string",
- "template": true,
- "authorization": {
- "authorized": true,
- "permissioned": true,
- "unAuthorizedMetricIdentities": [
- "string"
], - "unAuthorizedSegmentIds": [
- "string"
], - "notAllowedForReportingMetricIdentities": [
- "string"
], - "allowedForReporting": true
}, - "dataGroup": "string",
- "solution": true,
- "curatedItem": true,
- "categories": [
- "string"
], - "reportTimeAttribution": true,
- "warning": {
- "title": "string",
- "text": "string",
- "helpLink": "string"
}, - "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "approved": true,
- "favorite": true,
- "usageSummary": {
- "property1": { },
- "property2": { }
}, - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z"
}
{- "rsid": "string",
- "reportSuiteName": "string",
- "dataId": "string",
- "dataName": "string",
- "id": "string",
- "name": "string",
- "description": "string",
- "isDeleted": true,
- "migratedIds": [
- "string"
], - "internal": true,
- "owner": { },
- "polarity": "positive",
- "alternateVariableNames": {
- "name": "string",
- "baseName": "string",
- "curatedName": "string"
}, - "precision": 0,
- "type": "CURRENCY",
- "definition": { },
- "compatibility": {
- "valid": true,
- "message": "string",
- "identityMetrics": [
- {
- "identity": "string",
- "dimensionView": "LINEAR_ALLOCATION",
- "allocationModel": "ALLOCATION_FIRST_TOUCH"
}
], - "identityDimensions": [
- "string"
], - "segments": [
- "string"
], - "functions": [
- "string"
], - "validator_version": "string",
- "supported_products": [
- "string"
], - "supported_schema": [
- "string"
]
}, - "legacyId": "string",
- "template": true,
- "authorization": {
- "authorized": true,
- "permissioned": true,
- "unAuthorizedMetricIdentities": [
- "string"
], - "unAuthorizedSegmentIds": [
- "string"
], - "notAllowedForReportingMetricIdentities": [
- "string"
], - "allowedForReporting": true
}, - "dataGroup": "string",
- "solution": true,
- "curatedItem": true,
- "categories": [
- "string"
], - "reportTimeAttribution": true,
- "warning": {
- "title": "string",
- "text": "string",
- "helpLink": "string"
}, - "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "approved": true,
- "favorite": true,
- "usageSummary": {
- "property1": { },
- "property2": { }
}, - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z"
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Unable to retrieve list of components.
[- {
- "shareId": 0,
- "imsOrgId": "string",
- "shareToId": 0,
- "shareToImsId": "string",
- "shareToType": "string",
- "shareFromImsId": "string",
- "componentType": "string",
- "componentId": "string",
- "shareToDisplayName": "string",
- "shareToLogin": "string",
- "accessLevel": "string"
}
]
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
items to search for
Successful operation
{- "componentType": "string",
- "componentIds": [
- "string"
], - "dataId": "string"
}
{- "componentType": "string",
- "componentId": "string",
- "shares": [
- {
- "shareId": 0,
- "imsOrgId": "string",
- "shareToId": 0,
- "shareToImsId": "string",
- "shareToType": "string",
- "shareFromImsId": "string",
- "componentType": "string",
- "componentId": "string",
- "shareToDisplayName": "string",
- "shareToLogin": "string",
- "accessLevel": "string"
}
]
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Unable to retrieve list of tags for user.
[- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- { }
]
}
]
Allows creation of a new tag and applies that new tag to the passed component
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
JSON-formatted array of Tag objects containing key-value pairs
Successful operation
Unable to save list of tags.
[- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- { }
]
}
]
[- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- { }
]
}
]
Removes all tags from the passed componentIds. Note that currently this is done in a single DB query, so there is a single combined response for the entire operation.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Invalid component type.
Unable to remove tags for given components.
[- {
- "property1": { },
- "property2": { }
}
]
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Unable to find a tag with the given ID
Unexpected server error while trying to retrieve tag
{- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- { }
]
}
Delete by tagId. Will un-tag any/all components that were associated with the passed tagId.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
The given tagId does not exist
Unable to delete the given tagId.
[- {
- "property1": { },
- "property2": { }
}
]
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
items to search for
Successful operation
{- "componentType": "string",
- "componentIds": [
- "string"
], - "dataId": "string"
}
{- "componentType": "string",
- "componentId": "string",
- "tags": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- { }
]
}
]
}
Given a componentId, return all tags associated with that component
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Invalid component type.
Unable to retrieve tags for given component.
[- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- { }
]
}
]
Given a comma separated list of tag names, return component ids associated with them.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Invalid component type.
Unable to retrieve tags for given component.
[- "string"
]
This endpoint allows many tags at once to be created/deleted. Any tags passed to this endpoint will become the only tags for that componentId (all other tags will be removed).
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
JSON-formatted object containing key-value pairs that conform to the schema
Successful operation
Unable to save tag list.
[- {
- "componentType": "string",
- "componentId": "string",
- "tags": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- { }
]
}
]
}
]
[- {
- "componentType": "string",
- "componentId": "string",
- "tags": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- { }
]
}
]
}
]
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
successful operation
IMS User does not exist
[- {
- "componentType": "string",
- "count": 0
}
]
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
The transfer data; maximum of 100 component IDs
Asset transfer completed with the status indicated in the response body
User is not authorized to transfer assets
Recipient User does not exist
[- {
- "componentType": "string",
- "componentIds": [
- "string"
]
}
]
{- "errors": [
- {
- "componentType": "segment",
- "componentId": "string",
- "errorMessage": "string"
}
], - "status": "status_partial_success"
}
See the Reporting User Guide for details.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Invalid input; name, dataId, and definition are all required. Definition must be formatted as a JSON Object.
{- "rsid": "string",
- "dataId": "string",
- "dimension": "string",
- "locale": {
- "script": "string",
- "country": "string",
- "variant": "string",
- "extensionKeys": [
- "string"
], - "unicodeLocaleAttributes": [
- "string"
], - "unicodeLocaleKeys": [
- "string"
], - "iso3Language": "string",
- "iso3Country": "string",
- "displayLanguage": "string",
- "displayScript": "string",
- "displayCountry": "string",
- "displayVariant": "string",
- "displayName": "string",
- "language": "string"
}, - "globalFilters": [
- {
- "id": "string",
- "type": "DATE_RANGE",
- "dimension": "string",
- "itemId": "string",
- "itemIds": [
- "string"
], - "segmentId": "string",
- "segmentDefinition": {
- "property1": { },
- "property2": { }
}, - "dateRange": "string",
- "excludeItemIds": [
- "string"
], - "allocationModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- "string"
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0,
- "enabled": true
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": "always",
- "bindingEvents": [
- "string"
]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string",
- "enabled": true
}
}
], - "search": {
- "clause": "string",
- "excludeItemIds": [
- "string"
], - "itemIds": [
- "string"
], - "empty": true
}, - "settings": {
- "limit": 0,
- "page": 0,
- "dimensionSort": "string",
- "countRepeatInstances": true,
- "reflectRequest": true,
- "suiteReportingContext": "DEVICE",
- "includeAnomalyDetection": true,
- "includeForecasting": true,
- "includePercentChange": true,
- "sessionExpiration": [
- {
- "func": "afterEvents",
- "events": [
- "string"
], - "granularity": "string",
- "numPeriods": 0,
- "containerName": "string"
}
], - "darkSessionsEnabled": true,
- "includeLatLong": true,
- "dataSchema": "string",
- "justStitchedDataSchema": true,
- "sampling": 0,
- "samplingSeed": 0,
- "samplingUpSample": true,
- "nonesBehavior": "string"
}, - "statistics": {
- "functions": [
- "string"
], - "ignoreZeroes": true
}, - "metricContainer": {
- "metricFilters": [
- {
- "id": "string",
- "type": "DATE_RANGE",
- "dimension": "string",
- "itemId": "string",
- "itemIds": [
- "string"
], - "segmentId": "string",
- "segmentDefinition": {
- "property1": { },
- "property2": { }
}, - "dateRange": "string",
- "excludeItemIds": [
- "string"
], - "allocationModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- "string"
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0,
- "enabled": true
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": "always",
- "bindingEvents": [
- null
]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string",
- "enabled": true
}
}
], - "metrics": [
- {
- "id": "string",
- "columnId": "string",
- "allocationType": "string",
- "allocationModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- "string"
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0,
- "enabled": true
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": "always",
- "bindingEvents": [
- null
]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string",
- "enabled": true
}, - "lookback": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0,
- "enabled": true
}, - "filters": [
- "string"
], - "sort": "string",
- "metricDefinition": {
- "property1": { },
- "property2": { }
}, - "metricView": "string",
- "predictive": {
- "anomalyConfidence": 0
}
}
]
}, - "rowContainer": {
- "rowFilters": [
- {
- "id": "string",
- "type": "DATE_RANGE",
- "dimension": "string",
- "itemId": "string",
- "itemIds": [
- "string"
], - "segmentId": "string",
- "segmentDefinition": {
- "property1": { },
- "property2": { }
}, - "dateRange": "string",
- "excludeItemIds": [
- "string"
], - "allocationModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- "string"
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0,
- "enabled": true
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": "always",
- "bindingEvents": [
- null
]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string",
- "enabled": true
}
}
], - "rows": [
- {
- "rowId": "string",
- "filters": [
- "string"
]
}
]
}, - "globalPredictiveSettings": {
- "trainingPeriods": 0,
- "highAnomalies": true,
- "lowAnomalies": true
}, - "anchorDate": "string"
}
{- "totalPages": 0,
- "firstPage": true,
- "lastPage": true,
- "numberOfElements": 0,
- "number": 0,
- "totalElements": 0,
- "message": "string",
- "request": {
- "rsid": "string",
- "dataId": "string",
- "dimension": "string",
- "locale": {
- "script": "string",
- "country": "string",
- "variant": "string",
- "extensionKeys": [
- "string"
], - "unicodeLocaleAttributes": [
- "string"
], - "unicodeLocaleKeys": [
- "string"
], - "iso3Language": "string",
- "iso3Country": "string",
- "displayLanguage": "string",
- "displayScript": "string",
- "displayCountry": "string",
- "displayVariant": "string",
- "displayName": "string",
- "language": "string"
}, - "globalFilters": [
- {
- "id": "string",
- "type": "DATE_RANGE",
- "dimension": "string",
- "itemId": "string",
- "itemIds": [
- "string"
], - "segmentId": "string",
- "segmentDefinition": {
- "property1": { },
- "property2": { }
}, - "dateRange": "string",
- "excludeItemIds": [
- "string"
], - "allocationModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- "string"
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0,
- "enabled": true
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": "always",
- "bindingEvents": [
- null
]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string",
- "enabled": true
}
}
], - "search": {
- "clause": "string",
- "excludeItemIds": [
- "string"
], - "itemIds": [
- "string"
], - "empty": true
}, - "settings": {
- "limit": 0,
- "page": 0,
- "dimensionSort": "string",
- "countRepeatInstances": true,
- "reflectRequest": true,
- "suiteReportingContext": "DEVICE",
- "includeAnomalyDetection": true,
- "includePercentChange": true,
- "sessionExpiration": [
- {
- "func": "afterEvents",
- "events": [
- "string"
], - "granularity": "string",
- "numPeriods": 0,
- "containerName": "string"
}
], - "darkSessionsEnabled": true,
- "includeLatLong": true,
- "dataSchema": "string",
- "justStitchedDataSchema": true,
- "sampling": 0,
- "samplingSeed": 0,
- "samplingUpSample": true,
- "nonesBehavior": "string"
}, - "statistics": {
- "functions": [
- "string"
], - "ignoreZeroes": true
}, - "metricContainer": {
- "metricFilters": [
- {
- "id": "string",
- "type": "DATE_RANGE",
- "dimension": "string",
- "itemId": "string",
- "itemIds": [
- "string"
], - "segmentId": "string",
- "segmentDefinition": {
- "property1": { },
- "property2": { }
}, - "dateRange": "string",
- "excludeItemIds": [
- "string"
], - "allocationModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- null
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0,
- "enabled": true
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": null,
- "bindingEvents": [ ]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string",
- "enabled": true
}
}
], - "metrics": [
- {
- "id": "string",
- "columnId": "string",
- "allocationType": "string",
- "allocationModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- null
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0,
- "enabled": true
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": null,
- "bindingEvents": [ ]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string",
- "enabled": true
}, - "lookback": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0,
- "enabled": true
}, - "filters": [
- "string"
], - "sort": "string",
- "metricDefinition": {
- "property1": { },
- "property2": { }
}, - "metricView": "string",
- "predictive": {
- "anomalyConfidence": 0
}
}
]
}, - "rowContainer": {
- "rowFilters": [
- {
- "id": "string",
- "type": "DATE_RANGE",
- "dimension": "string",
- "itemId": "string",
- "itemIds": [
- "string"
], - "segmentId": "string",
- "segmentDefinition": {
- "property1": { },
- "property2": { }
}, - "dateRange": "string",
- "excludeItemIds": [
- "string"
], - "allocationModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- null
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0,
- "enabled": true
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": null,
- "bindingEvents": [ ]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string",
- "enabled": true
}
}
], - "rows": [
- {
- "rowId": "string",
- "filters": [
- "string"
]
}
]
}, - "globalPredictiveSettings": {
- "trainingPeriods": 0,
- "highAnomalies": true,
- "lowAnomalies": true
}, - "anchorDate": "string"
}, - "reportId": "string",
- "columns": {
- "dimension": {
- "id": "string",
- "type": "STRING"
}, - "columnIds": [
- "string"
], - "columnErrors": [
- {
- "columnId": "string",
- "errorCode": "unauthorized_metric",
- "errorId": "string",
- "errorDescription": "string"
}
]
}, - "rows": [
- {
- "itemId": "string",
- "value": "string",
- "rowId": "string",
- "data": [
- 0
], - "dataExpected": [
- 0
], - "dataUpperBound": [
- 0
], - "dataLowerBound": [
- 0
], - "dataAnomalyDetected": [
- true
], - "percentChange": [
- 0
], - "latitude": 0,
- "longitude": 0,
- "dataForecasted": [
- 0
], - "dataForecastedUpperBound": [
- 0
], - "dataForecastedLowerBound": [
- 0
]
}
], - "summaryData": { },
- "oberonRequestXML": [
- "string"
], - "oberonResponseXML": [
- "string"
], - "predictiveRequestObjects": [
- "string"
], - "predictiveResponseObjects": [
- "string"
]
}
Get the top X items (based on paging restriction) for the specified dimension and dataId. Defaults to last 90 days.
Search Clause examples: contains test: 'test'
contains test or test1: 'test' OR 'test1'
contains test and test1: 'test' AND 'test1'
contains test and not (test1 or test2): 'test' AND NOT ('test1' OR 'test2')
does not contain test: NOT 'test'
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
User does not have access to run this report
Unexpected error; failed to run report
{- "totalPages": 0,
- "firstPage": true,
- "lastPage": true,
- "numberOfElements": 0,
- "number": 0,
- "totalElements": 0,
- "message": "string",
- "reportId": "string",
- "searchAnd": "string",
- "searchOr": "string",
- "searchNot": "string",
- "searchPhrase": "string",
- "rows": [
- {
- "itemId": "string",
- "value": "string"
}
], - "oberonRequestXML": "string",
- "oberonResponseXML": "string"
}
Used to retrieve dimensions for a dataview
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Could not find dimensions for dataview with given parameters
Internal error while retrieving dimensions
{- "id": "string",
- "name": "string",
- "description": "string",
- "sourceFieldId": "string",
- "sourceFieldName": "string",
- "storageId": "string",
- "dataSetIds": [
- "string"
], - "dataSetType": "EVENT",
- "schemaType": "string",
- "sourceFieldType": "string",
- "tableName": "string",
- "type": "STRING",
- "required": true,
- "hideFromReporting": true,
- "schemaPath": "string",
- "hasData": true,
- "segmentable": true,
- "favorite": true,
- "approved": true,
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "usageSummary": {
- "property1": { },
- "property2": { }
}, - "notFound": true,
- "hidden": true,
- "fromGlobalLookup": true,
- "multiValued": true,
- "includeExcludeSetting": {
- "caseSensitive": true,
- "match": "and",
- "type": "string",
- "rules": [
- {
- "clause": "string",
- "value": "string"
}
], - "enabled": true
}, - "fieldDefinition": [
- {
- "func": "RAW_FIELD",
- "id": "string",
- "field": "string",
- "label": "string",
- "branches": [
- {
- "pred": {
- "func": "AND",
- "preds": [
- { }
], - "pred": { },
- "val": { }
}, - "map-to": { }
}
], - "oberon-storage-type": "string",
- "oberon-table": "string",
- "oberon-field": "string",
- "oberon-storage-id": "string",
- "case-sensitive": true,
- "mapped-type": "string"
}
], - "bucketingSetting": {
- "bucketSettings": [
- {
- "from": 0,
- "to": 0
}
], - "enabled": true
}, - "noValueOptionsSetting": {
- "option": "string",
- "value": "string"
}, - "defaultDimensionSort": true,
- "persistenceSetting": {
- "enabled": true,
- "allocationModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- "string"
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": "always",
- "bindingEvents": [
- "string"
]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string"
}, - "lookback": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0
}
}, - "isDeleted": true
}
Used to retrieve a specific dimension for a dataview
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Could not find dimensions for dataview with given parameters
Internal error while retrieving dimensions
{- "id": "string",
- "name": "string",
- "description": "string",
- "sourceFieldId": "string",
- "sourceFieldName": "string",
- "storageId": "string",
- "dataSetIds": [
- "string"
], - "dataSetType": "EVENT",
- "schemaType": "string",
- "sourceFieldType": "string",
- "tableName": "string",
- "type": "STRING",
- "required": true,
- "hideFromReporting": true,
- "schemaPath": "string",
- "hasData": true,
- "segmentable": true,
- "favorite": true,
- "approved": true,
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "usageSummary": {
- "property1": { },
- "property2": { }
}, - "notFound": true,
- "hidden": true,
- "fromGlobalLookup": true,
- "multiValued": true,
- "includeExcludeSetting": {
- "caseSensitive": true,
- "match": "and",
- "type": "string",
- "rules": [
- {
- "clause": "string",
- "value": "string"
}
], - "enabled": true
}, - "fieldDefinition": [
- {
- "func": "RAW_FIELD",
- "id": "string",
- "field": "string",
- "label": "string",
- "branches": [
- {
- "pred": {
- "func": "AND",
- "preds": [
- { }
], - "pred": { },
- "val": { }
}, - "map-to": { }
}
], - "oberon-storage-type": "string",
- "oberon-table": "string",
- "oberon-field": "string",
- "oberon-storage-id": "string",
- "case-sensitive": true,
- "mapped-type": "string"
}
], - "bucketingSetting": {
- "bucketSettings": [
- {
- "from": 0,
- "to": 0
}
], - "enabled": true
}, - "noValueOptionsSetting": {
- "option": "string",
- "value": "string"
}, - "defaultDimensionSort": true,
- "persistenceSetting": {
- "enabled": true,
- "allocationModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- "string"
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": "always",
- "bindingEvents": [
- "string"
]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string"
}, - "lookback": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0
}
}, - "isDeleted": true
}
Used to retrieve metrics for a dataview
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Could not find metrics for dataview with given parameters
Internal error while retrieving metrics
{- "id": "string",
- "name": "string",
- "description": "string",
- "sourceFieldId": "string",
- "sourceFieldName": "string",
- "storageId": "string",
- "dataSetIds": [
- "string"
], - "dataSetType": "EVENT",
- "schemaType": "string",
- "sourceFieldType": "string",
- "tableName": "string",
- "type": "STRING",
- "required": true,
- "hideFromReporting": true,
- "schemaPath": "string",
- "hasData": true,
- "segmentable": true,
- "favorite": true,
- "approved": true,
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "usageSummary": {
- "property1": { },
- "property2": { }
}, - "notFound": true,
- "hidden": true,
- "fromGlobalLookup": true,
- "multiValued": true,
- "includeExcludeSetting": {
- "caseSensitive": true,
- "match": "and",
- "type": "string",
- "rules": [
- {
- "clause": "string",
- "value": "string"
}
], - "enabled": true
}, - "fieldDefinition": [
- {
- "func": "RAW_FIELD",
- "id": "string",
- "field": "string",
- "label": "string",
- "branches": [
- {
- "pred": {
- "func": "AND",
- "preds": [
- { }
], - "pred": { },
- "val": { }
}, - "map-to": { }
}
], - "oberon-storage-type": "string",
- "oberon-table": "string",
- "oberon-field": "string",
- "oberon-storage-id": "string",
- "case-sensitive": true,
- "mapped-type": "string"
}
], - "countType": "instances",
- "formatSetting": {
- "polarity": "string",
- "formatType": "string",
- "decimalPlaces": 0,
- "currency": "string"
}, - "attributionSetting": {
- "enabled": true,
- "attributionModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- "string"
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": "always",
- "bindingEvents": [
- "string"
]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string"
}, - "lookback": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0
}
}, - "precision": 0,
- "isDeleted": true
}
Used to retrieve a specific metric for a dataview
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Could not find metrics for dataview with given parameters
Internal error while retrieving metrics
{- "id": "string",
- "name": "string",
- "description": "string",
- "sourceFieldId": "string",
- "sourceFieldName": "string",
- "storageId": "string",
- "dataSetIds": [
- "string"
], - "dataSetType": "EVENT",
- "schemaType": "string",
- "sourceFieldType": "string",
- "tableName": "string",
- "type": "STRING",
- "required": true,
- "hideFromReporting": true,
- "schemaPath": "string",
- "hasData": true,
- "segmentable": true,
- "favorite": true,
- "approved": true,
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "usageSummary": {
- "property1": { },
- "property2": { }
}, - "notFound": true,
- "hidden": true,
- "fromGlobalLookup": true,
- "multiValued": true,
- "includeExcludeSetting": {
- "caseSensitive": true,
- "match": "and",
- "type": "string",
- "rules": [
- {
- "clause": "string",
- "value": "string"
}
], - "enabled": true
}, - "fieldDefinition": [
- {
- "func": "RAW_FIELD",
- "id": "string",
- "field": "string",
- "label": "string",
- "branches": [
- {
- "pred": {
- "func": "AND",
- "preds": [
- { }
], - "pred": { },
- "val": { }
}, - "map-to": { }
}
], - "oberon-storage-type": "string",
- "oberon-table": "string",
- "oberon-field": "string",
- "oberon-storage-id": "string",
- "case-sensitive": true,
- "mapped-type": "string"
}
], - "countType": "instances",
- "formatSetting": {
- "polarity": "string",
- "formatType": "string",
- "decimalPlaces": 0,
- "currency": "string"
}, - "attributionSetting": {
- "enabled": true,
- "attributionModel": {
- "func": "ALLOCATION_FIRST_TOUCH",
- "expiration": {
- "func": "afterEvents",
- "events": [
- "string"
], - "granularity": "string",
- "numPeriods": 0,
- "context": "string"
}, - "lookbackExpiration": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0
}, - "merchandising": {
- "func": "nonMerchandising",
- "bindingCriteria": {
- "func": "always",
- "bindingEvents": [
- "string"
]
}
}, - "context": "string",
- "firstWeight": 0,
- "middleWeight": 0,
- "lastWeight": 0,
- "halfLifeNumPeriods": 0,
- "halfLifeGranularity": "string"
}, - "lookback": {
- "func": "string",
- "granularity": "string",
- "numPeriods": 0
}
}, - "precision": 0,
- "isDeleted": true
}
Used to retrieve Data Views for a company.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Could not find dataViews for company with given parameters
Internal error while retrieving Data Views list
{- "content": [
- {
- "name": "string",
- "description": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "parentDataGroupId": "string",
- "segmentList": [
- "string"
], - "currentTimezoneOffset": 0,
- "timezoneDesignator": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "organization": "string",
- "modifiedBy": "string",
- "curationEnabled": true,
- "recentRecordedAccess": "2019-08-24",
- "sessionDefinition": [
- {
- "numPeriods": 0,
- "granularity": "MINUTE",
- "func": "INACTIVITY",
- "events": [
- "string"
]
}
], - "externalData": {
- "externalId": "string",
- "externalParentId": "string"
}, - "containerNames": {
- "event": "string",
- "session": "string",
- "people": "string"
}, - "id": "string"
}
], - "pageable": {
- "sort": {
- "sorted": true,
- "unsorted": true,
- "empty": true
}, - "paged": true,
- "unpaged": true,
- "pageNumber": 0,
- "pageSize": 0,
- "offset": 0
}, - "totalElements": 0,
- "totalPages": 0,
- "last": true,
- "sort": {
- "sorted": true,
- "unsorted": true,
- "empty": true
}, - "first": true,
- "numberOfElements": 0,
- "size": 0,
- "number": 0,
- "empty": true
}
Stores the given Data View in the db.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
JSON-formatted object representing a Data View
Successful operation
Data View body is invalid
Unauthorized
Unable to find parentDataGroup
Unable to communicate with database
{- "name": "string",
- "description": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "parentDataGroupId": "string",
- "segmentList": [
- "string"
], - "currentTimezoneOffset": 0,
- "timezoneDesignator": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "organization": "string",
- "modifiedBy": "string",
- "curationEnabled": true,
- "recentRecordedAccess": "2019-08-24",
- "sessionDefinition": [
- {
- "numPeriods": 0,
- "granularity": "MINUTE",
- "func": "INACTIVITY",
- "events": [
- "string"
]
}
], - "externalData": {
- "externalId": "string",
- "externalParentId": "string"
}, - "containerNames": {
- "event": "string",
- "session": "string",
- "people": "string"
}, - "id": "string"
}
{- "name": "string",
- "description": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "parentDataGroupId": "string",
- "segmentList": [
- "string"
], - "currentTimezoneOffset": 0,
- "timezoneDesignator": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "organization": "string",
- "modifiedBy": "string",
- "curationEnabled": true,
- "recentRecordedAccess": "2019-08-24",
- "sessionDefinition": [
- {
- "numPeriods": 0,
- "granularity": "MINUTE",
- "func": "INACTIVITY",
- "events": [
- "string"
]
}
], - "externalData": {
- "externalId": "string",
- "externalParentId": "string"
}, - "containerNames": {
- "event": "string",
- "session": "string",
- "people": "string"
}, - "id": "string"
}
Used to retrieve a Data View by id
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Unauthorized
Unable to find Data View ID
Internal error while retrieving Data View
{- "name": "string",
- "description": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "parentDataGroupId": "string",
- "segmentList": [
- "string"
], - "currentTimezoneOffset": 0,
- "timezoneDesignator": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "organization": "string",
- "modifiedBy": "string",
- "curationEnabled": true,
- "recentRecordedAccess": "2019-08-24",
- "sessionDefinition": [
- {
- "numPeriods": 0,
- "granularity": "MINUTE",
- "func": "INACTIVITY",
- "events": [
- "string"
]
}
], - "externalData": {
- "externalId": "string",
- "externalParentId": "string"
}, - "containerNames": {
- "event": "string",
- "session": "string",
- "people": "string"
}, - "id": "string"
}
Used to update a Data View by id with the given Data View data
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
JSON-formatted object representing a Data View
Successful operation
Unauthorized
Could not find Data View with given dataViewId
Internal error while updating the Data View
{- "name": "string",
- "description": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "parentDataGroupId": "string",
- "segmentList": [
- "string"
], - "currentTimezoneOffset": 0,
- "timezoneDesignator": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "organization": "string",
- "modifiedBy": "string",
- "curationEnabled": true,
- "recentRecordedAccess": "2019-08-24",
- "sessionDefinition": [
- {
- "numPeriods": 0,
- "granularity": "MINUTE",
- "func": "INACTIVITY",
- "events": [
- "string"
]
}
], - "externalData": {
- "externalId": "string",
- "externalParentId": "string"
}, - "containerNames": {
- "event": "string",
- "session": "string",
- "people": "string"
}, - "id": "string"
}
{- "name": "string",
- "description": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "parentDataGroupId": "string",
- "segmentList": [
- "string"
], - "currentTimezoneOffset": 0,
- "timezoneDesignator": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "organization": "string",
- "modifiedBy": "string",
- "curationEnabled": true,
- "recentRecordedAccess": "2019-08-24",
- "sessionDefinition": [
- {
- "numPeriods": 0,
- "granularity": "MINUTE",
- "func": "INACTIVITY",
- "events": [
- "string"
]
}
], - "externalData": {
- "externalId": "string",
- "externalParentId": "string"
}, - "containerNames": {
- "event": "string",
- "session": "string",
- "people": "string"
}, - "id": "string"
}
Used to remove a Data View by id
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Unauthorized
Could not find Data View with given dataViewId
Internal error while removing the Data View
{- "result": "string",
- "message": "string"
}
Copy a Data View.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Unauthorized
Unable to find Data View ID
Internal error while retrieving Data View
{- "name": "string",
- "description": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "parentDataGroupId": "string",
- "segmentList": [
- "string"
], - "currentTimezoneOffset": 0,
- "timezoneDesignator": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "organization": "string",
- "modifiedBy": "string",
- "curationEnabled": true,
- "recentRecordedAccess": "2019-08-24",
- "sessionDefinition": [
- {
- "numPeriods": 0,
- "granularity": "MINUTE",
- "func": "INACTIVITY",
- "events": [
- "string"
]
}
], - "externalData": {
- "externalId": "string",
- "externalParentId": "string"
}, - "containerNames": {
- "event": "string",
- "session": "string",
- "people": "string"
}, - "id": "string"
}
Validates a Data View.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
JSON-formatted Object containing key/value pairs for virtual report suite creation.
Successful operation
{- "name": "string",
- "description": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "parentDataGroupId": "string",
- "segmentList": [
- "string"
], - "currentTimezoneOffset": 0,
- "timezoneDesignator": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "organization": "string",
- "modifiedBy": "string",
- "curationEnabled": true,
- "recentRecordedAccess": "2019-08-24",
- "sessionDefinition": [
- {
- "numPeriods": 0,
- "granularity": "MINUTE",
- "func": "INACTIVITY",
- "events": [
- "string"
]
}
], - "externalData": {
- "externalId": "string",
- "externalParentId": "string"
}, - "containerNames": {
- "event": "string",
- "session": "string",
- "people": "string"
}, - "id": "string"
}
{- "valid": true,
- "message": "string",
- "validator_version": "string"
}
Used to retrieve a connection by id
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
successful operation
resource_not_found - could not find connection with given parameters
unexpected_error - internal error while retrieving connection
{- "name": "string",
- "description": "string",
- "owner": {
- "imsUserId": "string",
- "ownerId": "string",
- "name": "string",
- "type": "imsUser"
}, - "dataSets": [
- {
- "dataSetId": "string",
- "domain": "string",
- "type": "string",
- "timestampId": "string",
- "visitorId": "string",
- "lookupKeyField": "string",
- "lookupParentFields": [
- "string"
], - "identityNamespace": "string",
- "usePrimaryIdNamespace": true,
- "identityMap": true,
- "name": "string",
- "schemaInfo": {
- "schemaId": "string",
- "schemaName": "string",
- "schemaRef": {
- "id": "string",
- "contentType": "string"
}
}, - "backfills": [
- {
- "id": "string",
- "dataSetId": "string",
- "status": "COMPLETED",
- "startDate": "2022-03-11T14:44:16Z",
- "endDate": "2022-03-11T14:44:16Z",
- "createdDate": "2022-03-11T14:44:16Z",
- "allData": true
}
], - "streaming": true,
- "backfillSummary": {
- "total": 0,
- "failed": 0,
- "inProgress": 0,
- "completed": 0,
- "invalid": true
}, - "lastIngestedTime": "string",
- "streamingEnabledAt": "2022-03-11T14:44:16Z",
- "identityNamespaceCol": "string",
- "dataSourceType": {
- "id": "string",
- "type": "string",
- "description": "string"
}
}
], - "modifiedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "organization": "string",
- "modifiedBy": "string",
- "modifiedByFullName": "string",
- "backfillEnabled": true,
- "sandboxId": "string",
- "sandboxName": "string",
- "floatPrecision": 0,
- "dataRetentionMonths": 0,
- "connectionValidationErrors": [
- {
- "errorCode": "MISSING_FIELD",
- "dataSetId": "string",
- "dataSetName": "string",
- "disallowedField": "string",
- "missingField": "string"
}
], - "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "backfillSummary": {
- "total": 0,
- "failed": 0,
- "inProgress": 0,
- "completed": 0,
- "invalid": true
}, - "idWithoutPrefix": "ff873abe-5700-45f8-a5cb-8b777b7c7333",
- "id": "string"
}
Used to retrieve connections for an org.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
successful operation
resource_not_found - could not find connections for company with given parameters
internal error while retrieving connections
{- "totalPages": 0,
- "totalElements": 0,
- "pageable": {
- "paged": true,
- "unpaged": true,
- "pageNumber": 0,
- "sort": {
- "unsorted": true,
- "sorted": true,
- "empty": true
}, - "pageSize": 0,
- "offset": 0
}, - "sort": {
- "unsorted": true,
- "sorted": true,
- "empty": true
}, - "first": true,
- "last": true,
- "number": 0,
- "numberOfElements": 0,
- "size": 0,
- "content": [
- {
- "name": "string",
- "description": "string",
- "owner": {
- "imsUserId": "string",
- "ownerId": "string",
- "name": "string",
- "type": "imsUser"
}, - "dataSets": [
- {
- "dataSetId": "string",
- "domain": "string",
- "type": "string",
- "timestampId": "string",
- "visitorId": "string",
- "lookupKeyField": "string",
- "lookupParentFields": [
- "string"
], - "identityNamespace": "string",
- "usePrimaryIdNamespace": true,
- "identityMap": true,
- "name": "string",
- "schemaInfo": {
- "schemaId": "string",
- "schemaName": "string",
- "schemaRef": {
- "id": "string",
- "contentType": "string"
}
}, - "backfills": [
- {
- "id": "string",
- "dataSetId": "string",
- "status": "COMPLETED",
- "startDate": "2022-03-11T14:44:16Z",
- "endDate": "2022-03-11T14:44:16Z",
- "createdDate": "2022-03-11T14:44:16Z",
- "allData": true
}
], - "streaming": true,
- "backfillSummary": {
- "total": 0,
- "failed": 0,
- "inProgress": 0,
- "completed": 0,
- "invalid": true
}, - "lastIngestedTime": "string",
- "streamingEnabledAt": "2022-03-11T14:44:16Z",
- "identityNamespaceCol": "string",
- "dataSourceType": {
- "id": "string",
- "type": "string",
- "description": "string"
}
}
], - "modifiedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "organization": "string",
- "modifiedBy": "string",
- "modifiedByFullName": "string",
- "backfillEnabled": true,
- "sandboxId": "string",
- "sandboxName": "string",
- "floatPrecision": 0,
- "dataRetentionMonths": 0,
- "connectionValidationErrors": [
- {
- "errorCode": "MISSING_FIELD",
- "dataSetId": "string",
- "dataSetName": "string",
- "disallowedField": "string",
- "missingField": "string"
}
], - "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "backfillSummary": {
- "total": 0,
- "failed": 0,
- "inProgress": 0,
- "completed": 0,
- "invalid": true
}, - "idWithoutPrefix": "ff873abe-5700-45f8-a5cb-8b777b7c7333",
- "id": "string"
}
], - "empty": true
}
Used to retrieve connections for an org based on connectionId or connection name.
successful operation
resource_not_found - could not find connections for company with given parameters
unexpected_error - internal error while retrieving connections
{- "totalPages": 0,
- "totalElements": 0,
- "pageable": {
- "paged": true,
- "unpaged": true,
- "pageNumber": 0,
- "sort": {
- "unsorted": true,
- "sorted": true,
- "empty": true
}, - "pageSize": 0,
- "offset": 0
}, - "sort": {
- "unsorted": true,
- "sorted": true,
- "empty": true
}, - "first": true,
- "last": true,
- "number": 0,
- "numberOfElements": 0,
- "size": 0,
- "content": [
- {
- "name": "string",
- "description": "string",
- "owner": {
- "imsUserId": "string",
- "ownerId": "string",
- "name": "string",
- "type": "imsUser"
}, - "dataSets": [
- {
- "dataSetId": "string",
- "domain": "string",
- "type": "string",
- "timestampId": "string",
- "visitorId": "string",
- "lookupKeyField": "string",
- "lookupParentFields": [
- "string"
], - "identityNamespace": "string",
- "usePrimaryIdNamespace": true,
- "identityMap": true,
- "name": "string",
- "schemaInfo": {
- "schemaId": "string",
- "schemaName": "string",
- "schemaRef": {
- "id": "string",
- "contentType": "string"
}
}, - "backfills": [
- {
- "id": "string",
- "dataSetId": "string",
- "status": "COMPLETED",
- "startDate": "2022-03-11T14:44:16Z",
- "endDate": "2022-03-11T14:44:16Z",
- "createdDate": "2022-03-11T14:44:16Z",
- "allData": true
}
], - "streaming": true,
- "backfillSummary": {
- "total": 0,
- "failed": 0,
- "inProgress": 0,
- "completed": 0,
- "invalid": true
}, - "lastIngestedTime": "string",
- "streamingEnabledAt": "2022-03-11T14:44:16Z",
- "identityNamespaceCol": "string",
- "dataSourceType": {
- "id": "string",
- "type": "string",
- "description": "string"
}
}
], - "modifiedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "organization": "string",
- "modifiedBy": "string",
- "modifiedByFullName": "string",
- "backfillEnabled": true,
- "sandboxId": "string",
- "sandboxName": "string",
- "floatPrecision": 0,
- "dataRetentionMonths": 0,
- "connectionValidationErrors": [
- {
- "errorCode": "MISSING_FIELD",
- "dataSetId": "string",
- "dataSetName": "string",
- "disallowedField": "string",
- "missingField": "string"
}
], - "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "backfillSummary": {
- "total": 0,
- "failed": 0,
- "inProgress": 0,
- "completed": 0,
- "invalid": true
}, - "idWithoutPrefix": "ff873abe-5700-45f8-a5cb-8b777b7c7333",
- "id": "string"
}
], - "empty": true
}
A segment response will always include these default items:
id
Other attributes can be optionally requested through the 'expansion' field:
name: Name of the segment
description: Description of the segment
dataId: Associated Data ID of the segment
owner: Owner of the segment
modified: Date that the segment was last modified (ISO 8601)
definition: Segment definition as JSON object
compatibility: Products that the segment is compatible with
isDeleted: Returns whether or not the segment is 'Deleted' (note that deleted segments are only returned if requested by ID)
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Unable to retrieve list of segments shared with user
Owner filter error; user specified is not in the same organization as the requesting user
Requesting non-shared segments for other users is restricted to admin users
External API error; Segment retrieval failed
{- "property1": { },
- "property2": { }
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
JSON-formatted Object containing key/value pairs to be updated.
Successful operation
{- "name": "string",
- "description": "string",
- "modified": "2019-08-24T14:15:22Z",
- "report_suite": "string",
- "modifiedById": "string",
- "definition": {
- "property1": { },
- "property2": { }
}, - "compatibility": {
- "property1": { },
- "property2": { }
}, - "createDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "disabled": true,
- "internal": true,
- "organization": "string",
- "template": true,
- "recentRecordedAccess": "2019-08-24T14:15:22Z",
- "performanceScore": "string",
- "performanceScoreWeightVersion": "string",
- "id": "string",
- "definitionLastModified": "2019-08-24T14:15:22Z",
- "dataId": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "dataName": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "approved": true,
- "favorite": true,
- "usageSummary": {
- "property1": { },
- "property2": { }
}
}
{- "name": "string",
- "description": "string",
- "modified": "2019-08-24T14:15:22Z",
- "report_suite": "string",
- "modifiedById": "string",
- "definition": {
- "property1": { },
- "property2": { }
}, - "compatibility": {
- "property1": { },
- "property2": { }
}, - "createDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "disabled": true,
- "internal": true,
- "organization": "string",
- "template": true,
- "recentRecordedAccess": "2019-08-24T14:15:22Z",
- "performanceScore": "string",
- "performanceScoreWeightVersion": "string",
- "id": "string",
- "definitionLastModified": "2019-08-24T14:15:22Z",
- "dataId": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "dataName": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "approved": true,
- "favorite": true,
- "usageSummary": {
- "property1": { },
- "property2": { }
}
}
Returns a segment validation for the segment contained in the post body of the report.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Segment definition
Successful operation
Bad JSON input; request not formatted correctly
Unexpected error;
"string"
{- "valid": true,
- "message": "string",
- "validator_version": "string",
- "supported_products": [
- "string"
], - "supported_schema": [
- "string"
], - "supported_features": [
- "string"
], - "errors": [
- "string"
]
}
A segment response will always include these default items:
id
Other attributes can be optionally requested through the 'expansion' field:
name: Name of the segment
description: Description of the segment
dataId: Associated Data ID of the segment
owner: Owner of the segment
modified: Date that the segment was last modified (ISO 8601)
definition: Segment definition as JSON object
compatibility: Products that the segment is compatible with
isDeleted: Returns whether or not the segment is 'Deleted' (note that deleted segments are only returned if requested by ID)
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Requesting non-shared segments for other users is restricted to admin users
External API error; segment retrieval failed
{- "name": "string",
- "description": "string",
- "modified": "2019-08-24T14:15:22Z",
- "report_suite": "string",
- "modifiedById": "string",
- "definition": {
- "property1": { },
- "property2": { }
}, - "compatibility": {
- "property1": { },
- "property2": { }
}, - "createDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "disabled": true,
- "internal": true,
- "organization": "string",
- "template": true,
- "recentRecordedAccess": "2019-08-24T14:15:22Z",
- "performanceScore": "string",
- "performanceScoreWeightVersion": "string",
- "id": "string",
- "definitionLastModified": "2019-08-24T14:15:22Z",
- "dataId": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "dataName": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "approved": true,
- "favorite": true,
- "usageSummary": {
- "property1": { },
- "property2": { }
}
}
The following fields can be modified through this endpoint:
name, description, definition, owner, rsid, aamStatus
Note: "aamStatus" is used to "publish" a report suite segment to other products in the Experience Cloud. Description is always required when publishing with aamStatus. The report suite must already be pre-configured for AAM for publishing to succeed (see the "/segments/aamStatus/" endpoint for more information).
Format for aamStatus object:
"aamStatus":{"published":["rsid1","rsid2"]}
Example "defintion" for use in testing API below ("Page exists"):
"definition":{"func":"segment","container":{"func":"container","context":"hits","pred":{"func":"exists","description":"Page","val":{"func":"attr","name":"variables/page"}}},"version":[1,0,0]}
Response will be the newly modified segment object after the update request completes.
SegmentResponse
A segment response will always include these default items:
id
Other attributes can be optionally requested through the 'expansion' field:
name: Name of the segment
description: Description of the segment
dataId: Associated Data ID of the segment
owner: Owner of the segment
modified: Date that the segment was last modified (ISO 8601)
definition: Segment definition as JSON object
compatibility: Products that the segment is compatible with
isDeleted: Returns whether or not the segment is 'Deleted' (note that deleted segments are only returned if requested by ID)
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
JSON-formatted Object containing key/value pairs to be updated.
Successful operation
Definition must be formatted as a JSON Object
Company mismatch; segment ownership can only be transferred within the same organization
User does not have permission to update this segment
External API error; Segment update or retrieval failed
{- "name": "string",
- "description": "string",
- "modified": "2019-08-24T14:15:22Z",
- "report_suite": "string",
- "modifiedById": "string",
- "definition": {
- "property1": { },
- "property2": { }
}, - "compatibility": {
- "property1": { },
- "property2": { }
}, - "createDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "disabled": true,
- "internal": true,
- "organization": "string",
- "template": true,
- "recentRecordedAccess": "2019-08-24T14:15:22Z",
- "performanceScore": "string",
- "performanceScoreWeightVersion": "string",
- "id": "string",
- "definitionLastModified": "2019-08-24T14:15:22Z",
- "dataId": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "dataName": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "approved": true,
- "favorite": true,
- "usageSummary": {
- "property1": { },
- "property2": { }
}
}
{- "name": "string",
- "description": "string",
- "modified": "2019-08-24T14:15:22Z",
- "report_suite": "string",
- "modifiedById": "string",
- "definition": {
- "property1": { },
- "property2": { }
}, - "compatibility": {
- "property1": { },
- "property2": { }
}, - "createDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "disabled": true,
- "internal": true,
- "organization": "string",
- "template": true,
- "recentRecordedAccess": "2019-08-24T14:15:22Z",
- "performanceScore": "string",
- "performanceScoreWeightVersion": "string",
- "id": "string",
- "definitionLastModified": "2019-08-24T14:15:22Z",
- "dataId": "string",
- "owner": {
- "imsUserId": "string",
- "name": "string"
}, - "isDeleted": true,
- "dataName": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "approved": true,
- "favorite": true,
- "usageSummary": {
- "property1": { },
- "property2": { }
}
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
Segment delete failed
{- "result": "string",
- "message": "string"
}
This API returns a filterable list of audit log records.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-user-auth required | any IMS User Access Token |
Successful operation
Validation errors.
Unexpected error; Searching audit logs failed due to an internal error.
This API returns a filterable list of audit log records.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-user-auth required | any IMS User Access Token |
Successful operation
Validation errors.
Unexpected error; Searching audit logs failed due to an internal error.
This API allows users to store commonly used date ranges so that they can be reused throughout the product.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
successful operation
{- "id": "string",
- "name": "string",
- "description": "string",
- "rsid": "string",
- "reportSuiteName": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "definition": { },
- "tags": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- {
- "componentType": "string",
- "componentId": "string",
- "tags": [
- { }
]
}
]
}
], - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Date Range request body
successful operation
{- "name": "string",
- "description": "string",
- "rsid": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "definition": { },
- "tags": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- {
- "componentType": "string",
- "componentId": "string",
- "tags": [
- { }
]
}
]
}
], - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
{- "id": "string",
- "name": "string",
- "description": "string",
- "rsid": "string",
- "reportSuiteName": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "definition": { },
- "tags": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- {
- "componentType": "string",
- "componentId": "string",
- "tags": [
- { }
]
}
]
}
], - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
successful operation
{- "id": "string",
- "name": "string",
- "description": "string",
- "rsid": "string",
- "reportSuiteName": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "definition": { },
- "tags": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- {
- "componentType": "string",
- "componentId": "string",
- "tags": [
- { }
]
}
]
}
], - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Date Range request body
successful operation
{- "name": "string",
- "description": "string",
- "rsid": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "definition": { },
- "tags": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- {
- "componentType": "string",
- "componentId": "string",
- "tags": [
- { }
]
}
]
}
], - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
{- "id": "string",
- "name": "string",
- "description": "string",
- "rsid": "string",
- "reportSuiteName": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "definition": { },
- "tags": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "components": [
- {
- "componentType": "string",
- "componentId": "string",
- "tags": [
- { }
]
}
]
}
], - "siteTitle": "string",
- "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Successful operation
{- "result": "string",
- "message": "string"
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
successful operation
{- "id": "string",
- "name": "string",
- "description": "string",
- "rsid": "string",
- "reportSuiteName": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "type": "project",
- "definition": { },
- "externalReferences": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "accessLevel": "string",
- "versionNotes": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Project request body
successful operation
{- "name": "string",
- "description": "string",
- "rsid": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "type": "project",
- "definition": { },
- "externalReferences": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "accessLevel": "string",
- "versionNotes": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
{- "id": "string",
- "name": "string",
- "description": "string",
- "rsid": "string",
- "reportSuiteName": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "type": "project",
- "definition": { },
- "externalReferences": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "accessLevel": "string",
- "versionNotes": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
successful operation
{- "result": "string",
- "message": "string"
}
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Project request body
object (AnalyticsProject) |
successful operation
Invalid input; definition is required. Definition must be formatted as a JSON Object.
External API error; Project validation failed
{- "project": {
- "name": "string",
- "description": "string",
- "rsid": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "type": "project",
- "definition": { },
- "externalReferences": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "accessLevel": "string",
- "versionNotes": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
}
{- "valid": true,
- "validatorVersion": "string",
- "message": "string"
}
This Returns the projects list primarily for the Analytics product.
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
successful operation
[- {
- "id": "string",
- "name": "string",
- "description": "string",
- "rsid": "string",
- "reportSuiteName": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "type": "project",
- "definition": { },
- "externalReferences": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "accessLevel": "string",
- "versionNotes": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
]
Authorization required | string The access token copied from your CJA API client integration, prefixed with "Bearer ". For more information on how to obtain this value, see Getting started with the CJA API. |
x-api-key required | string The API key copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
x-gw-ims-org-id required | string The Organization ID copied from your CJA API client integration. For more information on how to obtain this value, see Getting started with the CJA API. |
Project request body
successful operation
{- "name": "string",
- "description": "string",
- "rsid": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "type": "project",
- "definition": { },
- "externalReferences": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "accessLevel": "string",
- "versionNotes": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}
{- "id": "string",
- "name": "string",
- "description": "string",
- "rsid": "string",
- "reportSuiteName": "string",
- "owner": {
- "imsUserId": 0,
- "name": "string"
}, - "type": "project",
- "definition": { },
- "externalReferences": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "accessLevel": "string",
- "versionNotes": "string",
- "tags": [
- {
- "property1": { },
- "property2": { }
}
], - "shares": [
- {
- "property1": { },
- "property2": { }
}
], - "modified": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z"
}