spo list contenttype list¶
Lists content types configured on the list
Usage¶
m365 spo list contenttype list [options]
Options¶
-u, --webUrl <webUrl>
- URL of the site where the list is located
-l, --listId [listId]
- ID of the list for which to list configured content types. Specify
listId
orlistTitle
but not both -t, --listTitle [listTitle]
- Title of the list for which to list configured content types. Specify
listId
orlistTitle
but not both -h, --help
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
List all content types configured on the list with ID 0cd891ef-afce-4e55-b836-fce03286cccf located in site https://contoso.sharepoint.com/sites/project-x
m365 spo list contenttype list --webUrl https://contoso.sharepoint.com/sites/project-x --listId 0cd891ef-afce-4e55-b836-fce03286cccf
List all content types configured on the list with title Documents located in site https://contoso.sharepoint.com/sites/project-x
m365 spo list contenttype list --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle Documents