Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| baseConditionId |
The base condition identifier. |
integer |
None. |
| organizationId |
The organization identifier. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of base task groups.
Collection of Nano.BaseTaskGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| description |
Gets or sets the description. |
string |
None. |
| endDate |
Gets or sets the end date. |
date |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
| baseCondition |
Gets or sets the base condition identifier. |
integer |
None. |
| id |
Gets or sets the base task group identifier. |
integer |
None. |
| organization |
Gets or sets the organization identifier. |
integer |
None. |
| baseTasks |
Gets or sets the base task identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"description": "sample String 1",
"endDate": "2025-11-09T05:56:21.6288348Z",
"startDate": "2025-11-09T05:56:21.6288348Z",
"baseCondition": 2,
"id": 1,
"organization": 1,
"baseTasks": [
"1",
"2"
]
},
{
"description": "sample String 1",
"endDate": "2025-11-09T05:56:21.6288348Z",
"startDate": "2025-11-09T05:56:21.6288348Z",
"baseCondition": 2,
"id": 1,
"organization": 1,
"baseTasks": [
"1",
"2"
]
}
]
text/html
Sample:
[{"description":"sample String 1","endDate":"2025-11-09T05:56:21.6288348Z","startDate":"2025-11-09T05:56:21.6288348Z","baseCondition":2,"id":1,"organization":1,"baseTasks":["1","2"]},{"description":"sample String 1","endDate":"2025-11-09T05:56:21.6288348Z","startDate":"2025-11-09T05:56:21.6288348Z","baseCondition":2,"id":1,"organization":1,"baseTasks":["1","2"]}]
application/vnd.api+json
Sample:
Sample not available.