GET api/Users/User_QPTY?profileId={profileId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of UserModelQPTY
NameDescriptionTypeAdditional information
User_QPTYID

integer

None.

UserID

string

None.

UserBaseImgID

integer

None.

QPTY_0

integer

None.

QPTY_1

integer

None.

QPTY_2

integer

None.

QPTY_3

integer

None.

QPTY_4

integer

None.

QPTY_5

integer

None.

QPTY_6

integer

None.

QPTY_7

integer

None.

QPTY_8

integer

None.

QPTY_9

integer

None.

QPTY_10

integer

None.

QPTY_11

integer

None.

QPTY_12

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "User_QPTYID": 1,
    "UserID": "sample string 2",
    "UserBaseImgID": 3,
    "QPTY_0": 4,
    "QPTY_1": 5,
    "QPTY_2": 6,
    "QPTY_3": 7,
    "QPTY_4": 8,
    "QPTY_5": 9,
    "QPTY_6": 10,
    "QPTY_7": 11,
    "QPTY_8": 12,
    "QPTY_9": 13,
    "QPTY_10": 14,
    "QPTY_11": 15,
    "QPTY_12": 16
  },
  {
    "User_QPTYID": 1,
    "UserID": "sample string 2",
    "UserBaseImgID": 3,
    "QPTY_0": 4,
    "QPTY_1": 5,
    "QPTY_2": 6,
    "QPTY_3": 7,
    "QPTY_4": 8,
    "QPTY_5": 9,
    "QPTY_6": 10,
    "QPTY_7": 11,
    "QPTY_8": 12,
    "QPTY_9": 13,
    "QPTY_10": 14,
    "QPTY_11": 15,
    "QPTY_12": 16
  }
]

application/xml, text/xml

Sample:
<ArrayOfUserModelQPTY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model_z_webAPIService.Models">
  <UserModelQPTY>
    <QPTY_0>4</QPTY_0>
    <QPTY_1>5</QPTY_1>
    <QPTY_10>14</QPTY_10>
    <QPTY_11>15</QPTY_11>
    <QPTY_12>16</QPTY_12>
    <QPTY_2>6</QPTY_2>
    <QPTY_3>7</QPTY_3>
    <QPTY_4>8</QPTY_4>
    <QPTY_5>9</QPTY_5>
    <QPTY_6>10</QPTY_6>
    <QPTY_7>11</QPTY_7>
    <QPTY_8>12</QPTY_8>
    <QPTY_9>13</QPTY_9>
    <UserBaseImgID>3</UserBaseImgID>
    <UserID>sample string 2</UserID>
    <User_QPTYID>1</User_QPTYID>
  </UserModelQPTY>
  <UserModelQPTY>
    <QPTY_0>4</QPTY_0>
    <QPTY_1>5</QPTY_1>
    <QPTY_10>14</QPTY_10>
    <QPTY_11>15</QPTY_11>
    <QPTY_12>16</QPTY_12>
    <QPTY_2>6</QPTY_2>
    <QPTY_3>7</QPTY_3>
    <QPTY_4>8</QPTY_4>
    <QPTY_5>9</QPTY_5>
    <QPTY_6>10</QPTY_6>
    <QPTY_7>11</QPTY_7>
    <QPTY_8>12</QPTY_8>
    <QPTY_9>13</QPTY_9>
    <UserBaseImgID>3</UserBaseImgID>
    <UserID>sample string 2</UserID>
    <User_QPTYID>1</User_QPTYID>
  </UserModelQPTY>
</ArrayOfUserModelQPTY>