Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
None. |
| conditionType |
The condition type. |
ConditionType |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of conditions.
Collection of MyAccount.Condition| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the condition identifier. |
string |
None. |
| conditionReference |
Gets or sets the condition reference identifier. |
integer |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| conditionType |
Gets or sets the type of the condition. |
ConditionType |
None. |
| contact |
Gets or sets the contact identifier. |
integer |
None. |
| description |
Gets or sets the description. |
string |
None. |
| name |
Gets or sets the name. |
string |
None. |
| person |
Gets or sets the person identifier. |
integer |
None. |
| created |
Gets or sets the created. |
date |
None. |
| ordered |
Gets or sets the ordered. |
date |
None. |
| submitted |
Gets or sets the submitted. |
date |
None. |
| received |
Gets or sets the received. |
date |
None. |
| analyzed |
Gets or sets the analyzed. |
date |
None. |
| borrowerDocuments |
Gets the borrower document ids. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "sample String 1",
"conditionReference": 1,
"app": "2",
"conditionType": "AddCreditCard",
"contact": "1",
"description": "sample String 3",
"name": "sample String 4",
"person": "5",
"created": "2025-11-09T05:47:22.0454698Z",
"ordered": "2025-11-09T05:47:22.0454698Z",
"submitted": "2025-11-09T05:47:22.0454698Z",
"received": "2025-11-09T05:47:22.0454698Z",
"analyzed": "2025-11-09T05:47:22.0454698Z",
"borrowerDocuments": []
},
{
"id": "sample String 1",
"conditionReference": 1,
"app": "2",
"conditionType": "AddCreditCard",
"contact": "1",
"description": "sample String 3",
"name": "sample String 4",
"person": "5",
"created": "2025-11-09T05:47:22.0454698Z",
"ordered": "2025-11-09T05:47:22.0454698Z",
"submitted": "2025-11-09T05:47:22.0454698Z",
"received": "2025-11-09T05:47:22.0454698Z",
"analyzed": "2025-11-09T05:47:22.0454698Z",
"borrowerDocuments": []
}
]
text/html
Sample:
[{"id":"sample String 1","conditionReference":1,"app":"2","conditionType":"AddCreditCard","contact":"1","description":"sample String 3","name":"sample String 4","person":"5","created":"2025-11-09T05:47:22.0454698Z","ordered":"2025-11-09T05:47:22.0454698Z","submitted":"2025-11-09T05:47:22.0454698Z","received":"2025-11-09T05:47:22.0454698Z","analyzed":"2025-11-09T05:47:22.0454698Z","borrowerDocuments":[]},{"id":"sample String 1","conditionReference":1,"app":"2","conditionType":"AddCreditCard","contact":"1","description":"sample String 3","name":"sample String 4","person":"5","created":"2025-11-09T05:47:22.0454698Z","ordered":"2025-11-09T05:47:22.0454698Z","submitted":"2025-11-09T05:47:22.0454698Z","received":"2025-11-09T05:47:22.0454698Z","analyzed":"2025-11-09T05:47:22.0454698Z","borrowerDocuments":[]}]
application/xml, text/xml
Sample:
<ArrayOfCondition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Condition>
<ConditionId>sample String 1</ConditionId>
<ConditionReferenceId>1</ConditionReferenceId>
<AppId>2</AppId>
<ConditionType>AddCreditCard</ConditionType>
<ContactId>1</ContactId>
<Description>sample String 3</Description>
<Name>sample String 4</Name>
<PersonId>5</PersonId>
<Created>2025-11-09T05:47:22.0454698Z</Created>
<Ordered>2025-11-09T05:47:22.0454698Z</Ordered>
<Submitted>2025-11-09T05:47:22.0454698Z</Submitted>
<Received>2025-11-09T05:47:22.0454698Z</Received>
<Analyzed>2025-11-09T05:47:22.0454698Z</Analyzed>
</Condition>
<Condition>
<ConditionId>sample String 1</ConditionId>
<ConditionReferenceId>1</ConditionReferenceId>
<AppId>2</AppId>
<ConditionType>AddCreditCard</ConditionType>
<ContactId>1</ContactId>
<Description>sample String 3</Description>
<Name>sample String 4</Name>
<PersonId>5</PersonId>
<Created>2025-11-09T05:47:22.0454698Z</Created>
<Ordered>2025-11-09T05:47:22.0454698Z</Ordered>
<Submitted>2025-11-09T05:47:22.0454698Z</Submitted>
<Received>2025-11-09T05:47:22.0454698Z</Received>
<Analyzed>2025-11-09T05:47:22.0454698Z</Analyzed>
</Condition>
</ArrayOfCondition>