GET api/websites/byprofileid?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Websites
NameDescriptionTypeAdditional information
ProfileId

globally unique identifier

None.

Logo

string

None.

Name

string

None.

Url

string

None.

Id

globally unique identifier

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProfileId": "037b5c10-e3cf-4ff5-be1c-1ce3306dccc1",
    "Logo": "sample string 2",
    "Name": "sample string 3",
    "Url": "sample string 4",
    "Id": "d7f1acfa-3e8e-460e-af4f-134d6afc3db1",
    "CreatedDate": "2025-12-05T20:24:50.9016627-08:00",
    "ModifiedDate": "2025-12-05T20:24:50.9016627-08:00",
    "DeletedDate": "2025-12-05T20:24:50.9016627-08:00"
  },
  {
    "ProfileId": "037b5c10-e3cf-4ff5-be1c-1ce3306dccc1",
    "Logo": "sample string 2",
    "Name": "sample string 3",
    "Url": "sample string 4",
    "Id": "d7f1acfa-3e8e-460e-af4f-134d6afc3db1",
    "CreatedDate": "2025-12-05T20:24:50.9016627-08:00",
    "ModifiedDate": "2025-12-05T20:24:50.9016627-08:00",
    "DeletedDate": "2025-12-05T20:24:50.9016627-08:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfWebsites xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
  <Websites>
    <CreatedDate>2025-12-05T20:24:50.9016627-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:24:50.9016627-08:00</DeletedDate>
    <Id>d7f1acfa-3e8e-460e-af4f-134d6afc3db1</Id>
    <ModifiedDate>2025-12-05T20:24:50.9016627-08:00</ModifiedDate>
    <Logo>sample string 2</Logo>
    <Name>sample string 3</Name>
    <ProfileId>037b5c10-e3cf-4ff5-be1c-1ce3306dccc1</ProfileId>
    <Url>sample string 4</Url>
  </Websites>
  <Websites>
    <CreatedDate>2025-12-05T20:24:50.9016627-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:24:50.9016627-08:00</DeletedDate>
    <Id>d7f1acfa-3e8e-460e-af4f-134d6afc3db1</Id>
    <ModifiedDate>2025-12-05T20:24:50.9016627-08:00</ModifiedDate>
    <Logo>sample string 2</Logo>
    <Name>sample string 3</Name>
    <ProfileId>037b5c10-e3cf-4ff5-be1c-1ce3306dccc1</ProfileId>
    <Url>sample string 4</Url>
  </Websites>
</ArrayOfWebsites>