Hi @Jim Love
According to the documentation, site and list column responses will only return basic property and not the term
property. The term
property is a type-related property that is returned only in content-type columns.
GET /sites/{site-id}/contentTypes/{contentType-id}/columns/{column-id}
GET /sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{column-id}
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.