GET api/hobbies/all
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Hobbys| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | globally unique identifier |
None. |
|
| Category | string |
None. |
|
| Type | string |
None. |
|
| Name | string |
None. |
|
| Title | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProfileId": "22833772-a4b0-4fbe-8ec9-12fb9e66a728",
"Category": "sample string 2",
"Type": "sample string 3",
"Name": "sample string 4",
"Title": "sample string 5",
"Id": "ffd42f6b-da6f-43bb-8793-55724516f413",
"CreatedDate": "2025-12-05T20:26:28.9864858-08:00",
"ModifiedDate": "2025-12-05T20:26:28.9864858-08:00",
"DeletedDate": "2025-12-05T20:26:28.9864858-08:00"
},
{
"ProfileId": "22833772-a4b0-4fbe-8ec9-12fb9e66a728",
"Category": "sample string 2",
"Type": "sample string 3",
"Name": "sample string 4",
"Title": "sample string 5",
"Id": "ffd42f6b-da6f-43bb-8793-55724516f413",
"CreatedDate": "2025-12-05T20:26:28.9864858-08:00",
"ModifiedDate": "2025-12-05T20:26:28.9864858-08:00",
"DeletedDate": "2025-12-05T20:26:28.9864858-08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfHobbys xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
<Hobbys>
<CreatedDate>2025-12-05T20:26:28.9864858-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:26:28.9864858-08:00</DeletedDate>
<Id>ffd42f6b-da6f-43bb-8793-55724516f413</Id>
<ModifiedDate>2025-12-05T20:26:28.9864858-08:00</ModifiedDate>
<Category>sample string 2</Category>
<Name>sample string 4</Name>
<ProfileId>22833772-a4b0-4fbe-8ec9-12fb9e66a728</ProfileId>
<Title>sample string 5</Title>
<Type>sample string 3</Type>
</Hobbys>
<Hobbys>
<CreatedDate>2025-12-05T20:26:28.9864858-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:26:28.9864858-08:00</DeletedDate>
<Id>ffd42f6b-da6f-43bb-8793-55724516f413</Id>
<ModifiedDate>2025-12-05T20:26:28.9864858-08:00</ModifiedDate>
<Category>sample string 2</Category>
<Name>sample string 4</Name>
<ProfileId>22833772-a4b0-4fbe-8ec9-12fb9e66a728</ProfileId>
<Title>sample string 5</Title>
<Type>sample string 3</Type>
</Hobbys>
</ArrayOfHobbys>