Loading...
Started by Kane • Jul 29, 2025 11:37 AM
Total Replies
2
Participants
2
Activity
Quiet
Duration
11:37 AM
Thread starter
/crm/v3/objects/{$coursesObjectId}/search search endpoint to retrieve courses/crm/v3/objects/${coursesObjectId}/{$courseId}/associations/{$registrationId} to get the registrations/crm/v3/objects/contacts/{$contactId}?properties={$propertiesParam} to fetch the contacts (I'm doing this instead of the batch endpoint so I can have paging and not request entire blocks at once)attendee_image are file id's and others are the entire url (which is what I'm after) — why is this? It's such a pain, because now I have to add fallbacks to perform additional API requests via the files api to fetch the file url for the ones that are just returning id's.{
"id": "XXXXXXX",
"properties": {
"attendee_image": "189523727744",
"createdate": "2025-03-21T20:10:27.456Z",
"hs_object_id": "XXXXXXX",
"lastmodifieddate": "2025-07-28T15:12:58.754Z"
},
"createdAt": "2025-03-21T20:10:27.456Z",
"updatedAt": "2025-07-28T15:12:58.754Z",
"archived": false
},
{
"id": "XXXXXXX",
"properties": {
"attendee_image": "https://XXXXXXX.fs1.hubspotusercontent-na1.net/hubfs/XXXXXXX/placeholder_image.png",
"createdate": "2025-06-30T19:21:01.939Z",
"hs_object_id": "XXXXXXX",
"lastmodifieddate": "2025-07-28T17:32:06.771Z"
},
"createdAt": "2025-06-30T19:21:01.939Z",
"updatedAt": "2025-07-28T17:32:06.771Z",
"archived": false
}2 messages in thread