curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/policies \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"type": "aiPolicy",
"name": "<string>",
"status": "active",
"description": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"answers": [
{
"questionId": "<string>",
"answer": "<string>"
}
],
"html": "<string>"
}
]
}
Gets the policies for an organization.
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/policies \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"type": "aiPolicy",
"name": "<string>",
"status": "active",
"description": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"answers": [
{
"questionId": "<string>",
"answer": "<string>"
}
],
"html": "<string>"
}
]
}
256
Show child attributes
512
dateCreated
, dateUpdated
, id
, name
, description
, status
Show child attributes
x >= 0
x <= 1000
Default Response
The response is of type object
.