Operation

post /data/npr/sharedRiskGroups/{srgId}
command SRG (commandSRG : /data/npr/sharedRiskGroups/{srgId})
List the SRG properties according to the Id

Path parameters

Name

IsRequired

Description

Enum

srgId required 'srgId'can be retrieved from the REST call '/data/nprs/sharedRiskGroups?guiLabel={userLabel}' ---
Request body

Name

IsRequired

Description

Data Type

Enum

body optional request ServletWebRequest ---
body2 optional session HttpSession ---
body3 optional form String ---

Return type
  • NprResponse
  • Responses

    Response Messages

    Schema

    200success NprResponse
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    Request: /data/npr/sharedRiskGroups/1 Example to fetch the list of Id's Req: /data/npr/sharedRiskGroups?guiLabel=SRG1 Response for example rest call: [ { "IdClass": 125, "aSite": null, "srgComment": null, "id": 1, "key": "SharedRiskGroup/1", "className": "SharedRiskGroup", "srgProbability": "SrgProb_high", "srgType": "SrgType_phyConn", "guiLabel": "SRG1", "zSite": null } ]

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • application/json
    Example Response Data
    Response: [ { "IdClass": 125, "aSite": null, "srgComment": null, "id": 1, "key": "SharedRiskGroup/1", "className": "SharedRiskGroup", "srgProbability": "SrgProb_high", "srgType": "SrgType_phyConn", "guiLabel": "SRG1", "zSite": null } ]

    External Docs
    See Also :
  • createSRG : /data/npr/sharedRiskGroups

  • NprResponse

    Name

    Type

    Description

    Enum

    HTTPResponse Integer integer --- ---
    ok Boolean boolean The Npr response is created successfully ---
    id String string The Response id ---
    responseMessage String string Response message for the request ---
    responseList array[Object] object The List of response ---