curl --location -g --request GET 'https://prod.your-api-server.com/api/community/v2/workspaces/f303371b-5e1b-437e-9a1c-88d8d7e119a6/projects?profile_type_ids[]=3a29d168-f7b3-4925-a025-069ad04c0473&sort_by=inserted_at-desc' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"profile": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"profile_type_id": "fcb02d6f-d919-45dd-b606-b0bf8279ebd8",
"status_id": "4e949624-bc0f-439e-a9f2-25a23938812c"
},
"profile_image_key": "string",
"locales": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locale": "en",
"name": "string",
"summary_html": "string",
"deleted_at": "2019-08-24T14:15:22Z"
}
],
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"meta": {
"base": "string",
"next": "string",
"previous": "string"
}
}