Multiplicity
Each attribute and relationship parameter in an API class has a designated multiplicity that specifies its usage in the JSON documents sent with HTTP requests and responses. Multiplicity defines the number of instances of the attribute or relationship that can be assigned to the parameter.
The following table lists the multiplicity designators. In the designators, two dots (..) represents a range of values and the asterisk (*) represents an indeterminate number of values. When a parameter takes more than one value, you can treat it as an array.
Multiplicity designators
Notation | Description |
---|---|
1 | One value |
1 .. * | One or more values |
0 .. 1 | Zero or one value |
0 .. * | Zero or more values |
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*