Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
conditionId |
The condition identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The condition, if it exists.
Nano.ConditionName | Description | Type | Additional information |
---|---|---|---|
description |
Gets or sets the description. |
string |
None. |
ordered |
Gets or sets the ordered. |
date |
None. |
type |
Gets or sets the type. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the condition identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "description": "sample String 1", "ordered": "2025-04-25T18:24:34.3249348Z", "type": "sample String 2", "app": "3", "id": "4" }
text/html
Sample:
{"description":"sample String 1","ordered":"2025-04-25T18:24:34.3249348Z","type":"sample String 2","app":"3","id":"4"}
application/xml, text/xml
Sample:
<Condition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Description>sample String 1</Description> <Ordered>2025-04-25T18:24:34.3249348Z</Ordered> <Type>sample String 2</Type> <AppId>3</AppId> <ConditionId>4</ConditionId> </Condition>
application/vnd.api+json
Sample:
Sample not available.