Skip to content

New command: m365 pp card get #3770

@appieschot

Description

@appieschot

Usage

m365 pp card get

Description

Gets information about the specified Power Platform card.

Options

Option Description
-i, --id [id] The ID of the card. Specify either id or name but not both.
-n, --name [name] The name of the card. Specify either id or name but not both.
-e, --environment <environment> The name of the environment.
--asAdmin Run the command as admin and retrieve card details for environments you do not have explicitly assigned permissions to.

Examples

Get card with the id d87a7535-dd31-4437-bfe1-95340acd55c5 named Default-d87a7535-dd31-4437-bfe1-95340acd55c5.

m365 pp card get --environment Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --id d87a7535-dd31-4437-bfe1-95340acd55c5

Get card with the id d87a7535-dd31-4437-bfe1-95340acd55c5 named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 as administrator.

m365 pp card get --environment Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --id d87a7535-dd31-4437-bfe1-95340acd55c5 --asAdmin

Additional Info

Depends on #3684 for the PowerPlatform util and Dynamic Permissions.

Can be selected using following snippet:
https://DYNAMICSULR/api/data/v9.1/cards([CARDID])

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions