GET
/
organizations
/
{organizationId}
/
projects
curl --request GET \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects \
  --header 'x-api-key: <api-key>'
{
  "offset": 123,
  "count": 123,
  "total": 123,
  "items": [
    {
      "default": [
        "<any>"
      ],
      "contactEmail": "jsmith@example.com",
      "contactEmails": [
        "jsmith@example.com"
      ],
      "dateCreated": 123,
      "dateUpdated": 123,
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "mode": [
        "<any>"
      ],
      "name": "<string>",
      "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organization": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "slug": "<string>",
        "status": "<string>"
      },
      "sendFromEmailId": "default",
      "sendFromEmail": {
        "id": "default",
        "email": "jsmith@example.com",
        "name": "<string>"
      },
      "slug": "<string>",
      "status": "active",
      "statusFlags": {
        "isActive": [
          "<any>"
        ],
        "isTest": [
          "<any>"
        ]
      },
      "type": "website",
      "dataSystems": [
        {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "dateCreated": 123,
          "dateUpdated": 123,
          "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "organizationName": "<string>",
          "name": "<string>",
          "crossBorder": false,
          "retention": "P2Y",
          "additionalNotes": "<string>",
          "status": "active",
          "dataSystemContacts": [],
          "dataSystemDestinations": [],
          "dataSystemRelationship": {},
          "dataSystemSecurityMeasures": [
            "<any>"
          ],
          "dataSystemOrigins": [],
          "dataSystemProcessingActivities": [],
          "dataSystemProcessingPurposes": [],
          "dataSystemTypeId": "<string>",
          "dataSystemType": {
            "id": "<string>",
            "name": "<string>",
            "icon": "<string>"
          },
          "dataSystemDataCategories": [],
          "icon": "<string>",
          "projectIds": [
            "3c90c3cc-0d44-4b50-8888-8dd25736052a"
          ]
        }
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string
required

Query Parameters

name
string
Maximum length: 64
sendFromEmail
string
Maximum length: 64
contactEmails
string
Maximum length: 64
status
Available options:
all,
active,
test,
archived
sort
string
order
string
offset
integer
default:0
Required range: x >= 0
limit
integer
default:100
Required range: 1 <= x <= 1000

Response

200
application/json
Default Response
offset
integer
count
integer
total
integer
items
object[]