Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

GET /qrm/simulation_groups/{group_id}

SUMMARY Retrieves a simulation group.

Retrieves a simulation group.

Table 1: GET /qrm/simulation_groups/{group_id} resource details:

GET /qrm/simulation_groups/{group_id} resource details

MIME Type

application/json

Table 2: GET /qrm/simulation_groups/{group_id} request parameter details:

GET /qrm/simulation_groups/{group_id} request parameter details

Parameter Type Optionality Data Type MIME Type Description

group_id

path

Required

Number (Integer)

text/plain

null

fields

query

Optional

String

text/plain

Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas.

Table 3: GET /qrm/simulation_groups/{group_id} response codes:

GET /qrm/simulation_groups/{group_id} response codes

HTTP Response Code Unique Code Description

200

The simulation group were retrieved.

404

1002

The simulation group does not exist.

500

1020

An error occurred during the attempt to retrieve the simulation group.

Response Description

A single Group object. A Group object contains the following fields:
  • id - Long - The ID of the group.
  • parent_id - Long - The ID of the parent group (default resources can have localized names).
  • type - String - The type of the group.
  • level - Long - The depth of the group in the group hierarchy.
  • name - String - The name of the group (default groups can have localized names).
  • description - String - The description of the group (default groups can have localized names).
  • owner - String - The owner of the group.
  • modified_time - Long - The time in milliseconds since epoch since the group was last modified.
  • child_group_ids - Array of Longs - List of the child group IDs.

Response Sample