GET api/websites/all

Request Information

URI Parameters

None.

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": "b1ad135e-e0ca-4044-bf17-1568de5403ae",
    "Logo": "sample string 2",
    "Name": "sample string 3",
    "Url": "sample string 4",
    "Id": "0e8cddd6-7021-4025-b82e-0de57fc6c82a",
    "CreatedDate": "2025-12-05T20:26:29.2908579-08:00",
    "ModifiedDate": "2025-12-05T20:26:29.2908579-08:00",
    "DeletedDate": "2025-12-05T20:26:29.2908579-08:00"
  },
  {
    "ProfileId": "b1ad135e-e0ca-4044-bf17-1568de5403ae",
    "Logo": "sample string 2",
    "Name": "sample string 3",
    "Url": "sample string 4",
    "Id": "0e8cddd6-7021-4025-b82e-0de57fc6c82a",
    "CreatedDate": "2025-12-05T20:26:29.2908579-08:00",
    "ModifiedDate": "2025-12-05T20:26:29.2908579-08:00",
    "DeletedDate": "2025-12-05T20:26:29.2908579-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:26:29.2908579-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:26:29.2908579-08:00</DeletedDate>
    <Id>0e8cddd6-7021-4025-b82e-0de57fc6c82a</Id>
    <ModifiedDate>2025-12-05T20:26:29.2908579-08:00</ModifiedDate>
    <Logo>sample string 2</Logo>
    <Name>sample string 3</Name>
    <ProfileId>b1ad135e-e0ca-4044-bf17-1568de5403ae</ProfileId>
    <Url>sample string 4</Url>
  </Websites>
  <Websites>
    <CreatedDate>2025-12-05T20:26:29.2908579-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:26:29.2908579-08:00</DeletedDate>
    <Id>0e8cddd6-7021-4025-b82e-0de57fc6c82a</Id>
    <ModifiedDate>2025-12-05T20:26:29.2908579-08:00</ModifiedDate>
    <Logo>sample string 2</Logo>
    <Name>sample string 3</Name>
    <ProfileId>b1ad135e-e0ca-4044-bf17-1568de5403ae</ProfileId>
    <Url>sample string 4</Url>
  </Websites>
</ArrayOfWebsites>