GET api/profile
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of profile| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| description | string |
None. |
|
| dateCreated | date |
None. |
|
| dateUpdated | date |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"dateCreated": "2025-12-16T21:42:43.2095353+00:00",
"dateUpdated": "2025-12-16T21:42:43.2095353+00:00",
"IsActive": true
},
{
"$ref": "1"
}
]