GET api/Clothing/DisplayMyOutfits?profileId={profileId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MyOutfitModel
NameDescriptionTypeAdditional information
MyOutfitID

integer

None.

OutfitID

string

None.

UserID

string

None.

ClothingID_0

integer

None.

ClothingID_1

integer

None.

ClothingID_2

integer

None.

ClothingID_3

integer

None.

ClothingID_4

integer

None.

ClothingID_5

integer

None.

ClothingID_6

integer

None.

ClothingID_7

integer

None.

OutfitName

string

None.

OutfitType

string

None.

OutfitCategory

string

None.

OutfitCostPrice

decimal number

None.

OutfitSellPrice

decimal number

None.

OutfitDiscPrice

decimal number

None.

OutfitImgUrl

string

None.

OutfitImgUrlAlt

string

None.

OutfitVideoId

string

None.

OutfitCreateDate

date

None.

Visible

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MyOutfitID": 1,
    "OutfitID": "sample string 2",
    "UserID": "sample string 3",
    "ClothingID_0": 4,
    "ClothingID_1": 5,
    "ClothingID_2": 6,
    "ClothingID_3": 7,
    "ClothingID_4": 8,
    "ClothingID_5": 9,
    "ClothingID_6": 10,
    "ClothingID_7": 11,
    "OutfitName": "sample string 12",
    "OutfitType": "sample string 13",
    "OutfitCategory": "sample string 14",
    "OutfitCostPrice": 15.0,
    "OutfitSellPrice": 16.0,
    "OutfitDiscPrice": 17.0,
    "OutfitImgUrl": "sample string 18",
    "OutfitImgUrlAlt": "sample string 19",
    "OutfitVideoId": "sample string 20",
    "OutfitCreateDate": "2025-06-16T23:24:44.2175293-05:00",
    "Visible": 22
  },
  {
    "MyOutfitID": 1,
    "OutfitID": "sample string 2",
    "UserID": "sample string 3",
    "ClothingID_0": 4,
    "ClothingID_1": 5,
    "ClothingID_2": 6,
    "ClothingID_3": 7,
    "ClothingID_4": 8,
    "ClothingID_5": 9,
    "ClothingID_6": 10,
    "ClothingID_7": 11,
    "OutfitName": "sample string 12",
    "OutfitType": "sample string 13",
    "OutfitCategory": "sample string 14",
    "OutfitCostPrice": 15.0,
    "OutfitSellPrice": 16.0,
    "OutfitDiscPrice": 17.0,
    "OutfitImgUrl": "sample string 18",
    "OutfitImgUrlAlt": "sample string 19",
    "OutfitVideoId": "sample string 20",
    "OutfitCreateDate": "2025-06-16T23:24:44.2175293-05:00",
    "Visible": 22
  }
]

application/xml, text/xml

Sample:
<ArrayOfMyOutfitModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model_z_webAPIService.Models">
  <MyOutfitModel>
    <ClothingID_0>4</ClothingID_0>
    <ClothingID_1>5</ClothingID_1>
    <ClothingID_2>6</ClothingID_2>
    <ClothingID_3>7</ClothingID_3>
    <ClothingID_4>8</ClothingID_4>
    <ClothingID_5>9</ClothingID_5>
    <ClothingID_6>10</ClothingID_6>
    <ClothingID_7>11</ClothingID_7>
    <MyOutfitID>1</MyOutfitID>
    <OutfitCategory>sample string 14</OutfitCategory>
    <OutfitCostPrice>15</OutfitCostPrice>
    <OutfitCreateDate>2025-06-16T23:24:44.2175293-05:00</OutfitCreateDate>
    <OutfitDiscPrice>17</OutfitDiscPrice>
    <OutfitID>sample string 2</OutfitID>
    <OutfitImgUrl>sample string 18</OutfitImgUrl>
    <OutfitImgUrlAlt>sample string 19</OutfitImgUrlAlt>
    <OutfitName>sample string 12</OutfitName>
    <OutfitSellPrice>16</OutfitSellPrice>
    <OutfitType>sample string 13</OutfitType>
    <OutfitVideoId>sample string 20</OutfitVideoId>
    <UserID>sample string 3</UserID>
    <Visible>22</Visible>
  </MyOutfitModel>
  <MyOutfitModel>
    <ClothingID_0>4</ClothingID_0>
    <ClothingID_1>5</ClothingID_1>
    <ClothingID_2>6</ClothingID_2>
    <ClothingID_3>7</ClothingID_3>
    <ClothingID_4>8</ClothingID_4>
    <ClothingID_5>9</ClothingID_5>
    <ClothingID_6>10</ClothingID_6>
    <ClothingID_7>11</ClothingID_7>
    <MyOutfitID>1</MyOutfitID>
    <OutfitCategory>sample string 14</OutfitCategory>
    <OutfitCostPrice>15</OutfitCostPrice>
    <OutfitCreateDate>2025-06-16T23:24:44.2175293-05:00</OutfitCreateDate>
    <OutfitDiscPrice>17</OutfitDiscPrice>
    <OutfitID>sample string 2</OutfitID>
    <OutfitImgUrl>sample string 18</OutfitImgUrl>
    <OutfitImgUrlAlt>sample string 19</OutfitImgUrlAlt>
    <OutfitName>sample string 12</OutfitName>
    <OutfitSellPrice>16</OutfitSellPrice>
    <OutfitType>sample string 13</OutfitType>
    <OutfitVideoId>sample string 20</OutfitVideoId>
    <UserID>sample string 3</UserID>
    <Visible>22</Visible>
  </MyOutfitModel>
</ArrayOfMyOutfitModel>