Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
homotechsual committed Oct 23, 2023
2 parents 7122159 + d99d65a commit ebf41b8
Show file tree
Hide file tree
Showing 166 changed files with 11,780 additions and 3,908 deletions.
16 changes: 8 additions & 8 deletions Docs/MarkDown/Connect-HaloAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ This logs into Halo using the Client Credentials authorisation flow.

## PARAMETERS

### -AdditionalHeaders
Hashtable containing additional parameters to be sent with each request.
### -URL
The URL of the Halo instance to connect to.

```yaml
Type: Hashtable
Type: Uri
Parameter Sets: (All)
Aliases:

Required: False
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Expand Down Expand Up @@ -107,15 +107,15 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -URL
The URL of the Halo instance to connect to.
### -AdditionalHeaders
Hashtable containing additional parameters to be sent with each request.
```yaml
Type: Uri
Type: Hashtable
Parameter Sets: (All)
Aliases:

Required: True
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Expand Down
116 changes: 58 additions & 58 deletions Docs/MarkDown/Get-HaloAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,57 +54,58 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -AgentOnly
Only get actions performed by agents.
### -Count
The number of actions to return.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Type: Int64
Parameter Sets: Multi
Aliases:

Required: False
Position: Named
Default value: False
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
```
### -ConversationOnly
Only get actions that are part of agent to end user conversations.
### -TicketID
Get actions for a single ticket with the specified ID.
\[HaloPipelineIDArgumentTransformation()\]
```yaml
Type: SwitchParameter
Parameter Sets: Multi
Aliases:
Type: Int32
Parameter Sets: (All)
Aliases: ticket_id

Required: False
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Default value: 0
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
```
### -Count
The number of actions to return.
### -ExcludeSys
Exclude system-performed actions.
```yaml
Type: Int64
Type: SwitchParameter
Parameter Sets: Multi
Aliases:

Required: False
Position: Named
Default value: 0
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
### -EmailOnly
Only get email actions.
### -ConversationOnly
Only get actions that are part of agent to end user conversations.
```yaml
Type: SwitchParameter
Parameter Sets: Single
Parameter Sets: Multi
Aliases:

Required: False
Expand All @@ -114,12 +115,12 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ExcludePrivate
Exclude private actions.
### -AgentOnly
Only get actions performed by agents.
```yaml
Type: SwitchParameter
Parameter Sets: Multi
Parameter Sets: (All)
Aliases:

Required: False
Expand All @@ -129,8 +130,8 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ExcludeSys
Exclude system-performed actions.
### -SupplierOnly
Only get actions that involve suppliers.
```yaml
Type: SwitchParameter
Expand All @@ -144,8 +145,8 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ImportantOnly
Only get important actions.
### -ExcludePrivate
Exclude private actions.
```yaml
Type: SwitchParameter
Expand All @@ -159,8 +160,8 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -IncludeAttachments
Include attachment details in the response.
### -IncludeHTMLNote
Include the action note HTML in the response.
```yaml
Type: SwitchParameter
Expand All @@ -174,12 +175,12 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -IncludeDetails
Include extra detail objects.
### -IncludeHTMLEmail
Include the action email HTML in the response.
```yaml
Type: SwitchParameter
Parameter Sets: Single
Parameter Sets: Multi
Aliases:

Required: False
Expand All @@ -189,12 +190,12 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -IncludeEmail
Include the HTML and plain text email body in the response.
### -IncludeAttachments
Include attachment details in the response.
```yaml
Type: SwitchParameter
Parameter Sets: Single
Parameter Sets: Multi
Aliases:

Required: False
Expand All @@ -204,8 +205,8 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -IncludeHTMLEmail
Include the action email HTML in the response.
### -ImportantOnly
Only get important actions.
```yaml
Type: SwitchParameter
Expand All @@ -219,8 +220,8 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -IncludeHTMLNote
Include the action note HTML in the response.
### -SLAOnly
Only get SLA hold and release actions.
```yaml
Type: SwitchParameter
Expand Down Expand Up @@ -249,8 +250,8 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -MostRecent
Ignore the '-ActionID' and get the most recent action for the '-TicketID'
### -IncludeEmail
Include the HTML and plain text email body in the response.
```yaml
Type: SwitchParameter
Expand All @@ -264,8 +265,8 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -NonSystem
Exclude system-performed actions.
### -IncludeDetails
Include extra detail objects.
```yaml
Type: SwitchParameter
Expand All @@ -279,12 +280,12 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -SLAOnly
Only get SLA hold and release actions.
### -MostRecent
Ignore the '-ActionID' and get the most recent action for the '-TicketID'
```yaml
Type: SwitchParameter
Parameter Sets: Multi
Parameter Sets: Single
Aliases:

Required: False
Expand All @@ -294,12 +295,12 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -SupplierOnly
Only get actions that involve suppliers.
### -EmailOnly
Only get email actions.
```yaml
Type: SwitchParameter
Parameter Sets: Multi
Parameter Sets: Single
Aliases:

Required: False
Expand All @@ -309,19 +310,18 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -TicketID
Get actions for a single ticket with the specified ID.
\[HaloPipelineIDArgumentTransformation()\]
### -NonSystem
Exclude system-performed actions.
```yaml
Type: Int32
Parameter Sets: (All)
Aliases: ticket_id
Type: SwitchParameter
Parameter Sets: Single
Aliases:

Required: True
Required: False
Position: Named
Default value: 0
Accept pipeline input: True (ByValue)
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down
Loading

0 comments on commit ebf41b8

Please sign in to comment.