I'm looking to retreive information about the new Course object. I've found its endpoint at /crm/v3/objects/0-410 but the only properties returned are the create date, modified date, and id.
Is there any way to get additional properties (like name)?
@PTancredi - Thanks for the question here, as this is a common concern. When you retrive the details of a given record, whatever the object type, you should also include in the API call a comma seperated list of the property names (internal names) that you would like returned as a part of the result.
I believe you have created a Custom object named Course and want to read all its properties. What you can do is add properties' internal name to get their details like I have used SKU and quantity in the curl provided below
@PTancredi - Thanks for the question here, as this is a common concern. When you retrive the details of a given record, whatever the object type, you should also include in the API call a comma seperated list of the property names (internal names) that you would like returned as a part of the result.
This is good info and feels like it should work but didn't actually work for me. I would expect the following call to return the "days" property but it doesn't. I tried several fields, both internal and external names, and still just get