POST api/v2/analysisgroups/Copy/{analysisGroupId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
analysisGroupId | integer |
Required |
Response
DefaultResultOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Success | boolean | ||
Messages | Collection of string | ||
Data | integer |
Response Format
application/json, text/json
Sample:
{ "Success": true, "Messages": [ "sample string 1", "sample string 2" ], "Data": 2 }
text/html
Sample:
{"Success":true,"Messages":["sample string 1","sample string 2"],"Data":2}