Forum Discussion

GSYSJobs's avatar
GSYSJobs
Copper Contributor
Aug 24, 2023

Difference between column type "termColumn" and "multiterm"

I was checking the official Microsoft Graph Documentation about working with columns in SharePoint because I found two types of properties that have similar type names, but I am not sure if they are the same or not.

 

On one of my SharePoint lists I've created a "Managed metadata" column manually. I wanted to see the type of this column. I've used the next HTTP call:

 

GET sites/{site-id}/lists/{list-id}/columns

 

And I've noticed that the type of this column is "multiterm". On the official Microsoft Graph Documentation they don't mention this type but they mention the type "termColumn", and I don't know if they are the same type or not.

 

Here is the link to the list of types https://learn.microsoft.com/en-us/graph/api/resources/columndefinition?view=graph-rest-1.0

 

So if anyone has a clue about this please tell me. Thank you!

No RepliesBe the first to reply