Services to manage Activities in the CDQ Platform
Activity Log API (1)
https://idp.cdq.com/_mock/apis/activity-log-api/api-v1/
https://activity-log-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/
https://activity-log-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/
The startAfter parameter is used to get the next page of results.
The Resource Type Technical Key.
The resource Sub Type Technical Key.
The username or display name of the user who performed the activity. It can be also the client id or the client name
The workspace id or workspace name in which the activity happened
The technicalKey key of the activity type
The description of the activity
- Mock server
https://idp.cdq.com/_mock/apis/activity-log-api/api-v1/activitylogs
- Production SOAP
https://activity-log-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/activitylogs
- Production
https://activity-log-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/activitylogs
curl -i -X GET \
https://idp.cdq.com/_mock/apis/activity-log-api/api-v1/activitylogs \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "total": "67", "values": [ { … } ] }
Pagination cursor which should be filled with nextStartAfter value provided in the previous page read response.
- Mock server
https://idp.cdq.com/_mock/apis/activity-log-api/api-v1/activitylogs/resourcestypes
- Production SOAP
https://activity-log-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/activitylogs/resourcestypes
- Production
https://activity-log-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/activitylogs/resourcestypes
curl -i -X GET \
https://idp.cdq.com/_mock/apis/activity-log-api/api-v1/activitylogs/resourcestypes \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "total": "67", "values": [ { … } ] }