GET api/ComputerDetails/GetAllComputerDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ComputerDetailsName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Affi_Id | integer |
None. |
|
Type | string |
None. |
|
Processor | string |
None. |
|
RAM | string |
None. |
|
HDD | string |
None. |
|
Network | boolean |
None. |
|
Internet | boolean |
None. |
|
CreatedBy | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedBy | string |
None. |
|
UpdatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "Affi_Id": 2, "Type": "sample string 3", "Processor": "sample string 4", "RAM": "sample string 5", "HDD": "sample string 6", "Network": true, "Internet": true, "CreatedBy": "sample string 9", "CreatedDate": "2024-12-01T09:15:27.742703+05:30", "UpdatedBy": "sample string 11", "UpdatedDate": "2024-12-01T09:15:27.742703+05:30" }, { "$ref": "1" } ]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"Affi_Id":2,"Type":"sample string 3","Processor":"sample string 4","RAM":"sample string 5","HDD":"sample string 6","Network":true,"Internet":true,"CreatedBy":"sample string 9","CreatedDate":"2024-12-01T09:15:27.742703+05:30","UpdatedBy":"sample string 11","UpdatedDate":"2024-12-01T09:15:27.742703+05:30"},{"$ref":"1"}]