GET PMV2Setup?appid={appid}&sg={sg}&hash={hash}&token={token}&_search={_search}&nd={nd}&rows={rows}&page={page}&sidx={sidx}&sord={sord}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appid | string |
Required |
|
| sg | string |
Required |
|
| hash | string |
Required |
|
| token | string |
Required |
|
| _search | string |
Required |
|
| nd | string |
Required |
|
| rows | integer |
Required |
|
| page | integer |
Required |
|
| sidx | string |
Required |
|
| sord | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseGridOfPMV2Setup| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of PMV2Setup |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": 1,
"records": 2,
"total": 3,
"the_list": [
null,
{
"loglevel": null,
"name": "sample string 1",
"description": "sample string 2",
"active": true,
"start_or_stop": true,
"pmv2_id": "sample string 3",
"for_guid": "sample string 4",
"for_guid_type": "sample string 5",
"as_of_date": "2026-05-11T05:38:52.725323+00:00",
"stop_date": "2026-05-11T05:38:52.725323+00:00",
"eval_per_frame_type": "sample string 6",
"eval_per_frame_amount": 1,
"eval_per_frame_frame_offset": "00:00:00.1234567",
"cycle_progress_setup_list": [
null,
{
"name": "sample string 1",
"progress_element_id": "sample string 2",
"time_offset": "00:00:00.1234567",
"usage_offset": 1.1,
"percent_offset": 1.1,
"usage_interval": 1.1,
"time_interval": "00:00:00.1234567",
"calc_details_start": "sample string 5",
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
],
"appid": "sample string 8",
"setup_parameters": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
]
}
application/xml, text/xml
Sample:
<BaseGridOfPMV2SetupXD55xrjw 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>
<PMV2Setup i:nil="true" />
<PMV2Setup>
<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>
<active>true</active>
<appid>sample string 8</appid>
<as_of_date>2026-05-11T05:38:52.725323+00:00</as_of_date>
<cycle_progress_setup_list>
<PMV2SetupCycleProgressSetupValues i:nil="true" />
<PMV2SetupCycleProgressSetupValues>
<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>
<calc_details_start>sample string 5</calc_details_start>
<name>sample string 1</name>
<percent_offset>1.1</percent_offset>
<progress_element_id>sample string 2</progress_element_id>
<time_interval>PT0.1234567S</time_interval>
<time_offset>PT0.1234567S</time_offset>
<usage_interval>1.1</usage_interval>
<usage_offset>1.1</usage_offset>
</PMV2SetupCycleProgressSetupValues>
</cycle_progress_setup_list>
<description>sample string 2</description>
<eval_per_frame_amount>1</eval_per_frame_amount>
<eval_per_frame_frame_offset>PT0.1234567S</eval_per_frame_frame_offset>
<eval_per_frame_type>sample string 6</eval_per_frame_type>
<for_guid>sample string 4</for_guid>
<for_guid_type>sample string 5</for_guid_type>
<loglevel i:nil="true" />
<name>sample string 1</name>
<pmv2_id>sample string 3</pmv2_id>
<setup_parameters xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</setup_parameters>
<start_or_stop>true</start_or_stop>
<stop_date>2026-05-11T05:38:52.725323+00:00</stop_date>
</PMV2Setup>
</the_list>
<total>3</total>
</BaseGridOfPMV2SetupXD55xrjw>