GET PMV2CycleProgressSet?for_guid={for_guid}&appid={appid}&sg={sg}&hash={hash}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| for_guid | string |
Required |
|
| appid | string |
Required |
|
| sg | string |
Required |
|
| hash | string |
Required |
|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseGridOfPMV2CycleProgressSet| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of PMV2CycleProgressSet |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": 1,
"records": 2,
"total": 3,
"the_list": [
null,
{
"appid": "sample string 1",
"name": "sample string 2",
"description": "sample string 3",
"for_guid_type": "sample string 4",
"for_guid": "sample string 5",
"progress_combine_method": "sample string 6",
"simple_cycle_progress_elements": [
null,
{
"name": "sample string 1",
"interval_type": "sample string 2",
"usage_interval_source_type": "sample string 3",
"usage_interval_source_guid": "sample string 4",
"usage_interval": 5.1,
"time_interval": "00:00:00.1234567",
"since_cycle_start_or_cycle_completion": true,
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
],
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
]
}
application/xml, text/xml
Sample:
<BaseGridOfPMV2CycleProgressSetXD55xrjw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/productious_models">
<page>1</page>
<records>2</records>
<the_list>
<PMV2CycleProgressSet i:nil="true" />
<PMV2CycleProgressSet>
<guid>000000000000000000000000</guid>
<id xmlns:d4p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
<d4p1:_a>0</d4p1:_a>
<d4p1:_b>0</d4p1:_b>
<d4p1:_c>0</d4p1:_c>
</id>
<appid>sample string 1</appid>
<description>sample string 3</description>
<for_guid>sample string 5</for_guid>
<for_guid_type>sample string 4</for_guid_type>
<name>sample string 2</name>
<progress_combine_method>sample string 6</progress_combine_method>
<simple_cycle_progress_elements>
<PMV2CycleProgressSetElement i:nil="true" />
<PMV2CycleProgressSetElement>
<guid>000000000000000000000000</guid>
<id xmlns:d6p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
<d6p1:_a>0</d6p1:_a>
<d6p1:_b>0</d6p1:_b>
<d6p1:_c>0</d6p1:_c>
</id>
<interval_type>sample string 2</interval_type>
<name>sample string 1</name>
<since_cycle_start_or_cycle_completion>true</since_cycle_start_or_cycle_completion>
<time_interval>PT0.1234567S</time_interval>
<usage_interval>5.1</usage_interval>
<usage_interval_source_guid>sample string 4</usage_interval_source_guid>
<usage_interval_source_type>sample string 3</usage_interval_source_type>
</PMV2CycleProgressSetElement>
</simple_cycle_progress_elements>
</PMV2CycleProgressSet>
</the_list>
<total>3</total>
</BaseGridOfPMV2CycleProgressSetXD55xrjw>