GET api2020/JobPackProgress/Get?modelname={modelname}&db={db}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| modelname | string |
Required |
|
| db | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProgressStepsHistoryLog| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| jobPack | string |
None. |
|
| modelName | string |
None. |
|
| description | string |
None. |
|
| dateUpdated | string |
None. |
|
| fullName | string |
None. |
|
| updatedByHH | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"jobPack": "sample string 2",
"modelName": "sample string 3",
"description": "sample string 4",
"dateUpdated": "sample string 5",
"fullName": "sample string 6",
"updatedByHH": true
},
{
"id": 1,
"jobPack": "sample string 2",
"modelName": "sample string 3",
"description": "sample string 4",
"dateUpdated": "sample string 5",
"fullName": "sample string 6",
"updatedByHH": true
}
]
text/xml
Sample:
<ArrayOfProgressStepsHistoryLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.JobSetting">
<ProgressStepsHistoryLog>
<dateUpdated>sample string 5</dateUpdated>
<description>sample string 4</description>
<fullName>sample string 6</fullName>
<id>1</id>
<jobPack>sample string 2</jobPack>
<modelName>sample string 3</modelName>
<updatedByHH>true</updatedByHH>
</ProgressStepsHistoryLog>
<ProgressStepsHistoryLog>
<dateUpdated>sample string 5</dateUpdated>
<description>sample string 4</description>
<fullName>sample string 6</fullName>
<id>1</id>
<jobPack>sample string 2</jobPack>
<modelName>sample string 3</modelName>
<updatedByHH>true</updatedByHH>
</ProgressStepsHistoryLog>
</ArrayOfProgressStepsHistoryLog>