GET api/services/all

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Servicess
NameDescriptionTypeAdditional information
ProfileId

globally unique identifier

None.

ImageUrl

string

None.

VideoUrl

string

None.

Name

string

None.

Title

string

None.

Subtitle

string

None.

Description

string

None.

ContentText

string

None.

Price

integer

None.

Id

globally unique identifier

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProfileId": "dbfd8478-26ba-4f59-a28b-de263360f585",
    "ImageUrl": "sample string 2",
    "VideoUrl": "sample string 3",
    "Name": "sample string 4",
    "Title": "sample string 5",
    "Subtitle": "sample string 6",
    "Description": "sample string 7",
    "ContentText": "sample string 8",
    "Price": 9,
    "Id": "a46a251b-3bb8-433e-a7e1-d57a07bdd75e",
    "CreatedDate": "2025-12-05T20:26:29.1878499-08:00",
    "ModifiedDate": "2025-12-05T20:26:29.1878499-08:00",
    "DeletedDate": "2025-12-05T20:26:29.1878499-08:00"
  },
  {
    "ProfileId": "dbfd8478-26ba-4f59-a28b-de263360f585",
    "ImageUrl": "sample string 2",
    "VideoUrl": "sample string 3",
    "Name": "sample string 4",
    "Title": "sample string 5",
    "Subtitle": "sample string 6",
    "Description": "sample string 7",
    "ContentText": "sample string 8",
    "Price": 9,
    "Id": "a46a251b-3bb8-433e-a7e1-d57a07bdd75e",
    "CreatedDate": "2025-12-05T20:26:29.1878499-08:00",
    "ModifiedDate": "2025-12-05T20:26:29.1878499-08:00",
    "DeletedDate": "2025-12-05T20:26:29.1878499-08:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfServicess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
  <Servicess>
    <CreatedDate>2025-12-05T20:26:29.1878499-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:26:29.1878499-08:00</DeletedDate>
    <Id>a46a251b-3bb8-433e-a7e1-d57a07bdd75e</Id>
    <ModifiedDate>2025-12-05T20:26:29.1878499-08:00</ModifiedDate>
    <ContentText>sample string 8</ContentText>
    <Description>sample string 7</Description>
    <ImageUrl>sample string 2</ImageUrl>
    <Name>sample string 4</Name>
    <Price>9</Price>
    <ProfileId>dbfd8478-26ba-4f59-a28b-de263360f585</ProfileId>
    <Subtitle>sample string 6</Subtitle>
    <Title>sample string 5</Title>
    <VideoUrl>sample string 3</VideoUrl>
  </Servicess>
  <Servicess>
    <CreatedDate>2025-12-05T20:26:29.1878499-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:26:29.1878499-08:00</DeletedDate>
    <Id>a46a251b-3bb8-433e-a7e1-d57a07bdd75e</Id>
    <ModifiedDate>2025-12-05T20:26:29.1878499-08:00</ModifiedDate>
    <ContentText>sample string 8</ContentText>
    <Description>sample string 7</Description>
    <ImageUrl>sample string 2</ImageUrl>
    <Name>sample string 4</Name>
    <Price>9</Price>
    <ProfileId>dbfd8478-26ba-4f59-a28b-de263360f585</ProfileId>
    <Subtitle>sample string 6</Subtitle>
    <Title>sample string 5</Title>
    <VideoUrl>sample string 3</VideoUrl>
  </Servicess>
</ArrayOfServicess>