value.image. For individual members, the images can be found within the elements identified by the path value.members[].image.curl --location 'https://api-demo-story.glueup.com/v2/membershipDirectory/corporateMemberships' \
--header 'a;' \
--header 'requestOrganizationId;' \
--header 'Content-Type: application/json' \
--data '{
"projection": [],
"filter": [
{
"projection": "featured",
"operator": "eq",
"values": [
false
]
},
{
"projection": "name",
"operator": "st",
"values": [
"E"
]
},
{
"projection": "industryCode",
"operator": "eq",
"values": [
"COMPSW"
]
}
],
"search": {
"fields": [
"name"
],
"value": "Eventbank",
"fullText": true
},
"order": {
"name": "asc"
},
"offset": 0,
"limit": 20
}'[
{
"id": 39355,
"membershipId": 16875,
"membershipType": {
"id": 612,
"title": "Company Type B",
"type": "Company"
},
"startDate": 1563120001000,
"featured": false,
"name": "Eventbank",
"properties": {
"linked_in_url": ""
},
"adminContact": {
"language": {
"code": "en"
},
"givenName": "Ivy",
"familyName": "L",
"positionTitle": "",
"emailAddress": {
"value": "ivy@glueup.com"
},
"phoneNumber": {
"value": ""
}
},
"image": {
"filename": "9876deed-5432-abcd-1a2b-9876543210ab.png",
"id": "9876deed-5432-abcd-1a2b-9876543210ab",
"uri": "/resources/public/images/logo/::size::/9876deed-5432-abcd-1a2b-9876543210ab.png"
},
"members": [
{
"id": 39409,
"membershipId": 16875,
"featured": false,
"emailAddress": {
"value": "test.user@glueup.com"
},
"phone": {
"value": "0123456789"
},
"givenName": "Test",
"familyName": "User",
"primary": true,
"image": {
"filename": "3a8e75d8-4b6c-40d1-9e7f-1a2b3c4d5e6f.png",
"id": "3a8e75d8-4b6c-40d1-9e7f-1a2b3c4d5e6f",
"uri": "/resources/public/images/square/::size::/3a8e75d8-4b6c-40d1-9e7f-1a2b3c4d5e6f.png"
}
}
]
}
]