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])
Usage
m365 pp card get
Description
Gets information about the specified Power Platform card.
Options
-i, --id [id]idornamebut not both.-n, --name [name]idornamebut not both.-e, --environment <environment>--asAdminExamples
Get card with the id d87a7535-dd31-4437-bfe1-95340acd55c5 named Default-d87a7535-dd31-4437-bfe1-95340acd55c5.
Get card with the id d87a7535-dd31-4437-bfe1-95340acd55c5 named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 as administrator.
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])