Column definitions do not return "term" details for managed metadata fields

Jim Love 46 Reputation points
2023-10-13T12:26:17.36+00:00

The documentation states that a managed metadata column will return term information in its column, definition, but I do not see this to be the case. There is no "term" property returned when querying for a managed metadata column in either beta or v1.0

/beta/sites/root/columns/<column-id>
/beta/sites/root/columns/<column-internalName>
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,482 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,550 questions
0 comments No comments
{count} votes

Accepted answer
  1. CarlZhao-MSFT 46,316 Reputation points
    2023-10-16T10:14:45.5533333+00:00

    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.

    User's image

    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.