User-based access
For user-based access, the user first needs to be created, this process is exactly the same as in the Account Information API.
Retrieve user-based sequencing data
Using the access token requested in the authentication chapter, retrieve the sequencing results using endpoint:
https://api.enablenow.nl/cfa/sequencing
Use the following request parameters:
Parameter | Required | Description |
---|---|---|
userId | Required, or use externalUserId * | The User ID (retrieved when creating a new user using the User API) |
externalUserId | Required, or use userId * | The external User ID (passed in to the AppScreen as unique External User ID) |
The response is a sequence response object.