GET api/Flintstones
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PersonName | Description | Type | Additional information |
---|---|---|---|
PersonId | integer |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
Occupation | string |
None. |
|
Gender | string |
None. |
|
Created | date |
None. |
|
Picture | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "PersonId": 1, "FirstName": "sample string 2", "LastName": "sample string 3", "Occupation": "sample string 4", "Gender": "sample string 5", "Created": "2022-08-11T07:28:32.1485238-07:00", "Picture": "sample string 7" }, { "$ref": "1" } ]