Fetch Compliance Requests
This operation is used to fetch All the Compliance requests.
Path Parameters
- ClientId string required
Client Id of the salesforce organization
Query Parameters
- backupSetId integer required
backupSet Id of the salesforce organization
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
requests object[]
{
"requests": [
{
"requestType": 0,
"name": "string",
"createdTime": 0,
"id": 0,
"status": 0,
"jobDetails": {
"description": "string",
"subTaskId": 0
},
"config": {
"rules": [
{
"name": "string",
"options": [
{
"id": "string",
"fieldValues": [
{
"name": "string",
"value": "string"
}
]
}
]
}
]
}
}
]
}
GET /salesforce/:clientid/gdpr/requests
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Salesforce/:ClientId/GDPR/Requests' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Salesforce/:ClientId/GDPR/Requests' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Salesforce/:ClientId/GDPR/Requests' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Salesforce/:ClientId/GDPR/Requests' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Salesforce/:ClientId/GDPR/Requests' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Salesforce/:ClientId/GDPR/Requests' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Salesforce/:ClientId/GDPR/Requests' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'