List item
Get-ClientListItem
Synopsis
Get client list entries.
Syntax
Get-ClientListItem [-Name] <String> [-Include <String>] [-Search <String>] [-Page <Int32>] [-PageSize <Int32>] [-Sort <String>] [-IncludeMetadata] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-ClientListItem -ListID <String> [-Include <String>] [-Search <String>] [-Page <Int32>] [-PageSize <Int32>] [-Sort <String>] [-IncludeMetadata] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets the entries of a specific client list. When making a request, you can specify the list by its name or ID.
Parameters
‑AccountSwitchKey |
An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Include |
Specifies which client lists should appear in the response: |
‑IncludeMetadata |
Include request metadata in the response. Without this, only the response content object will be returned. |
‑ListID Conditionally required |
Your client list's ID. |
‑Name Conditionally required |
Your client list's name. |
‑Page |
The request page number for a paginated output, starting from the default |
‑PageSize |
Number of entries in paginated output. The default page size is |
‑Search |
Returns results that match the specified substring in any client list's details or entry details. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑Sort |
Sorts your collection of client lists by property and order ( |
Related Links
Updated 10 days ago