criteria_mgr_list_many
Back to SOAP Architecture Method Reference
Description
The criteria_mgr_list_many method lists details of specific criteria on your domain.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| ids | A comma-delimited list of the unique ID#s of criteria you want to list. | string | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the criterion. | bstypes:ResourceId | R |
| name | The name of the criterion. | string | R |
| active |
Indicates whether the resource is in an active or inactive state. |
boolean | R |
| container_id | The unique ID# of the criterion folder. | bstypes:ResourceId | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| type |
The criterion type. Note: The values in the request are a bitmask of the following values:
|
int | R |
| attributes | The attributes of the criterion. | string | R |
| geo_data | The latitudinal and longitudinal geofencing data. | string | R |
