GET api2020/UserProject/Get?model={model}&db={db}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| model | string |
Required |
|
| db | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UserProject| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| User_ID | string |
None. |
|
| ProjectName | string |
None. |
|
| ModelName | string |
None. |
|
| JIFieldVerified1 | boolean |
None. |
|
| JIFieldVerified2 | boolean |
None. |
|
| JIFieldVerified3 | boolean |
None. |
|
| JIFieldVerified4 | boolean |
None. |
|
| JIFieldVerified5 | boolean |
None. |
|
| JIFieldVerified6 | boolean |
None. |
|
| JIFieldVerified7 | boolean |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"error": "sample string 1",
"ID": "sample string 1",
"User_ID": "sample string 2",
"ProjectName": "sample string 3",
"ModelName": "sample string 4",
"JIFieldVerified1": true,
"JIFieldVerified2": true,
"JIFieldVerified3": true,
"JIFieldVerified4": true,
"JIFieldVerified5": true,
"JIFieldVerified6": true,
"JIFieldVerified7": true
},
{
"error": "sample string 1",
"ID": "sample string 1",
"User_ID": "sample string 2",
"ProjectName": "sample string 3",
"ModelName": "sample string 4",
"JIFieldVerified1": true,
"JIFieldVerified2": true,
"JIFieldVerified3": true,
"JIFieldVerified4": true,
"JIFieldVerified5": true,
"JIFieldVerified6": true,
"JIFieldVerified7": true
}
]
text/xml
Sample:
<ArrayOfUserProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
<UserProject>
<error>sample string 1</error>
<ID>sample string 1</ID>
<JIFieldVerified1>true</JIFieldVerified1>
<JIFieldVerified2>true</JIFieldVerified2>
<JIFieldVerified3>true</JIFieldVerified3>
<JIFieldVerified4>true</JIFieldVerified4>
<JIFieldVerified5>true</JIFieldVerified5>
<JIFieldVerified6>true</JIFieldVerified6>
<JIFieldVerified7>true</JIFieldVerified7>
<ModelName>sample string 4</ModelName>
<ProjectName>sample string 3</ProjectName>
<User_ID>sample string 2</User_ID>
</UserProject>
<UserProject>
<error>sample string 1</error>
<ID>sample string 1</ID>
<JIFieldVerified1>true</JIFieldVerified1>
<JIFieldVerified2>true</JIFieldVerified2>
<JIFieldVerified3>true</JIFieldVerified3>
<JIFieldVerified4>true</JIFieldVerified4>
<JIFieldVerified5>true</JIFieldVerified5>
<JIFieldVerified6>true</JIFieldVerified6>
<JIFieldVerified7>true</JIFieldVerified7>
<ModelName>sample string 4</ModelName>
<ProjectName>sample string 3</ProjectName>
<User_ID>sample string 2</User_ID>
</UserProject>
</ArrayOfUserProject>