Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of base conditions.
Collection of Nano.BaseConditionName | Description | Type | Additional information |
---|---|---|---|
endDate |
Gets or sets the end date. |
date |
None. |
linkCodes |
Gets or sets the link codes. |
string |
None. |
startDate |
Gets or sets the start date. |
date |
None. |
action |
Gets or sets the action identifier. |
integer |
None. |
id |
Gets or sets the base condition identifier. |
integer |
None. |
deletePermission |
Gets or sets the permission identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
integer |
None. |
verificationDocumentType |
Gets or sets the verification document type identifier. |
integer |
None. |
baseQuestions |
Gets or sets the base question identifiers. |
Collection of integer |
None. |
baseTaskGroups |
Gets or sets the base task group identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "endDate": "2025-04-25T18:17:31.0071795Z", "linkCodes": "sample String 1", "startDate": "2025-04-25T18:17:31.0071795Z", "action": "1", "id": "2", "deletePermission": "1", "organization": "3", "verificationDocumentType": "1", "baseQuestions": [ "1", "2" ], "baseTaskGroups": [ "1", "2" ] }, { "endDate": "2025-04-25T18:17:31.0071795Z", "linkCodes": "sample String 1", "startDate": "2025-04-25T18:17:31.0071795Z", "action": "1", "id": "2", "deletePermission": "1", "organization": "3", "verificationDocumentType": "1", "baseQuestions": [ "1", "2" ], "baseTaskGroups": [ "1", "2" ] } ]
text/html
Sample:
[{"endDate":"2025-04-25T18:17:31.0071795Z","linkCodes":"sample String 1","startDate":"2025-04-25T18:17:31.0071795Z","action":"1","id":"2","deletePermission":"1","organization":"3","verificationDocumentType":"1","baseQuestions":["1","2"],"baseTaskGroups":["1","2"]},{"endDate":"2025-04-25T18:17:31.0071795Z","linkCodes":"sample String 1","startDate":"2025-04-25T18:17:31.0071795Z","action":"1","id":"2","deletePermission":"1","organization":"3","verificationDocumentType":"1","baseQuestions":["1","2"],"baseTaskGroups":["1","2"]}]
application/vnd.api+json
Sample:
Sample not available.