Skip to content

New command: m365 spp model get #6105

@mkm17

Description

@mkm17

Usage

m365 spp model get [options]

Description

Retrieve information about a SharePoint Premium document understanding model

Options

Option Description
-u, --siteUrl <siteUrl> The URL of the content center site.
-i, --id [id] The unique ID of the model to retrieve. Specify id or title but not both.
-t, --title [title] The display name (case-sensitive) of the model to retrieve. Specify id or title but not both.
--listPublications Retrieves information about the library where it has been applied.

Examples

Retrieve information about a SharePoint Premium document understanding model, using model UniqueId

m365 spp model get --siteUrl "https://contoso.sharepoint.com/sites/ContentCenter" --id "7645e69d-21fb-4a24-a17a-9bdfa7cb63dc"

Retrieve information about a SharePoint Premium document understanding model, using model Title

m365 spp model get --siteUrl "https://contoso.sharepoint.com/sites/ContentCenter" --title "climicrosoft365Model"

Additional Info

Endpoints to be used-
https://learn.microsoft.com/en-us/sharepoint/dev/apis/syntex/rest-getbyuniqueid-method
https://learn.microsoft.com/en-us/sharepoint/dev/apis/syntex/rest-getbytitle-method

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions