Show / Hide Table of Contents

TermStore.Read.All

Allows the app to read the term store data that the signed-in user has access to. This includes all sets, groups and terms in the term store.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D GET /sites/{site-id}/termStore
V1 D GET /sites/{site-id}/termStore/groups/{group-id}
V1 D GET /sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}
V1 D GET /sites/{site-id}/termStore/sets/{set-id}
V1 D GET /sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}
V1 D GET /termStore
V1 D GET /termStore/groups
V1 D GET /termStore/groups/{group-id}
V1 D GET /termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}
V1 D GET /termStore/groups/{groupId}/sets
V1 D GET /termStore/sets/{set-id}
V1 D GET /termStore/sets/{set-id}/terms/{term-id}
V1 D GET /termStore/sets/{setId}/children
V1 D GET /termStore/sets/{setId}/relations
V1 D GET /termStore/sets/{setId}/terms/{termId}/children
V1 D GET /termStore/sets/{setId}/terms/{termId}/relations
V1 D GET sites/{site-id}/termStore
V1 D GET sites/{site-id}/termStore/groups
V1 D GET sites/{site-id}/termStore/groups/{group-id}
V1 D GET sites/{site-id}/termStore/groups/{group-id}/sets
V1 D GET sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}
V1 D GET sites/{site-id}/termStore/sets/{set-id}
V1 D GET sites/{site-id}/termStore/sets/{set-id}/children
V1 D GET sites/{site-id}/termStore/sets/{set-id}/relations
V1 D GET sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}
V1 D GET sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children
V1 D GET sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations

Delegate Permission

Id 297f747b-0005-475b-8fef-c890f5152b38
Consent Type Admin
Display String Read term store data
Description Allows the app to read the term store data that the signed-in user has access to. This includes all sets, groups and terms in the term store.

Application Permission

Id ea047cc2-df29-4f3e-83a3-205de61501ca
Display String Read all term store data
Description Allows the app to read all term store data, without a signed-in user. This includes all sets, groups and terms in the term store.

Resources

Group

Property Type Description
createdDateTime DateTimeOffset Date and time of the group creation. Read-only.
description string Description that gives details on the term usage.
displayName string Name of the group.
id string Unique identifier of the group. Read-Only.
parentSiteId string ID of the parent site of this group.
scope string Returns the type of the group. Possible values are: global, system, and siteCollection.

relation

Property Type Description
id String The ID of the relation.
relationship microsoft.graph.termStore.relationType The type of relation. Possible values are: pin, reuse.

set

Property Type Description
createdDateTime DateTimeOffset Date and time of set creation. Read-only.
description String Description that gives details on the term usage.
id String Unique identifier. Read-only.
localizedNames microsoft.graph.termStore.localizedName collection Name of the set for each languageTag.
properties microsoft.graph.keyValue collection Custom properties for the set.

store

Property Type Description
defaultLanguageTag String Default language of the term store.
id String Unique identifier of the term store. Read-only.
languageTags String collection List of languages for the term store.

term

Property Type Description
createdDateTime DateTimeOffset Date and time of term creation. Read-only.
descriptions microsoft.graph.termStore.localizedDescription collection Description about term that is dependent on the languageTag.
id String Unique identifier of term. Read-Only.
labels microsoft.graph.termStore.localizedLabel collection Label metadata for a term.
lastModifiedDateTime DateTimeOffset Last date and time of term modification. Read-only.
properties microsoft.graph.keyValue collection Collection of properties on the term.
In This Article
Back to top Created by merill | Submit feedback