For the complete documentation index, see llms.txt. This page is also available as Markdown.

Program Parameter Group

The Parameter Group Object represents a group of parameters. This object contains the following attributes:

Field
Type
Description

id

string, core

(Read-only) The platform generated ID.

href

string, core

(Read-only) Relative reference to the object in the API.

name

string, core

The name of the group.

label

string

Label displayed in the wizard steps selector.

description

string

Description of the group.

displayOrder

integer

Defines the display order.

default

boolean

Marks the default item group.

parameterCount

integer

(Read-only)The number of parameters in the group.

program

object

A reference to the program object.

Example

THE PROGRAM PARAMETER GROUP OBJECT
{
    "id": "PGR-6790-8304-0001",
    "href": "/program/PRG-6790-8304/parameter-groups/PGR-6790-8304-0001",
    "title": "Parameters",
    "label": "Create agreement",
    "description": "When creating a new agreement with SoftwareOne, you have the option to establish a new Microsoft account or connect it to an existing account you already hold with Microsoft.",
    "displayOrder": 100,
    "default": true,
    "program": {
        "id": "PRG-6790-8304-0171"
    }
}

Last updated

Was this helpful?