Groups - Implan-Group/api GitHub Wiki
Warning
While specifying a Group to be added:
- Do not specify an
id
, it will automatically be generated. - Include only one of
HashId
,Urid
,UserModelId
, orModelId
.
Property | Type | Details |
---|---|---|
id | guid | The group's identifier. |
projectId | guid | The project's identifier. |
hashId | str | The HashId for the group's Region. |
urid | int❔ | The Urid for the group's Region. |
userModelId | int❔ | The UserModelId for the group's Region. |
modelId | int❔ | The ModelId for the group's Region. |
title | str | A title/description for the group. |
dollarYear | int❔ | The Dollar Year for the group. |
scalingFactor | float❔ | The Scaling Factor for the group. (defaults to 1.0 = 100%) |
datasetId | int❔ | The Dataset for the group. |
groupEvents | array | A list of Group Event objects. |
Property | Type | Details |
---|---|---|
eventId | guid | An existing Event's identifier. |
scalingFactor | float❔ | The Scaling Factor for the group. (defaults to 1.0 = 100%) |