Samples - geneyx/geneyx.analysis.api GitHub Wiki
The samples API is used to retrieve the list of samples in the account.
https://analysis.geneyx.com/api/Samples
https://fa.shanyint.com/api/Samples
POST
JSON structure
Category | Parameter | Description | Required |
Auth | ApiUserId | The API user Id | Yes |
ApiUserKey | The API user key | Yes |
{ "ApiUserId": "enter api user ID", "ApiUserKey": "enter api user key" }
{ "Code": "success", "Data": [ "Example3" ], "Info": null, "MoreInfo": null, "NeedEval": false }