You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*InstrumentDataApi* | [**instrumentManagerInstrumentDataGet**](docs/Api/InstrumentDataApi.md#instrumentmanagerinstrumentdataget) | **GET** /instrument_manager/instrument_data | Generate CSV headers for one or more instruments
78
-
*InstrumentDataApi* | [**instrumentManagerInstrumentDataPost**](docs/Api/InstrumentDataApi.md#instrumentmanagerinstrumentdatapost) | **POST** /instrument_manager/instrument_data | Upload CSV to insert instrument data
79
-
*InstrumentManagerApi* | [**instrumentManagerPost**](docs/Api/InstrumentManagerApi.md#instrumentmanagerpost) | **POST** /instrument_manager | Install an instrument from a LINST file or REDCap data dictionary
*CandidatesApi* | [**createCandidate**](docs/Api/CandidatesApi.md#createcandidate) | **POST** /candidates | Create a new candidate
83
+
*CandidatesApi* | [**getCandidate**](docs/Api/CandidatesApi.md#getcandidate) | **GET** /candidates/{candid} | Get candidate details
84
+
*CandidatesApi* | [**getCandidates**](docs/Api/CandidatesApi.md#getcandidates) | **GET** /candidates | Get list of candidates
85
+
*InstrumentManagerApi* | [**instrumentManagerInstrumentDataGet**](docs/Api/InstrumentManagerApi.md#instrumentmanagerinstrumentdataget) | **GET** /instrument_manager/instrument_data | Generate expected CSV headers for instrument data ingestion
86
+
*InstrumentManagerApi* | [**instrumentManagerInstrumentDataPost**](docs/Api/InstrumentManagerApi.md#instrumentmanagerinstrumentdatapost) | **POST** /instrument_manager/instrument_data | Bulk insert instrument data from CSV
87
+
*InstrumentManagerApi* | [**instrumentManagerPost**](docs/Api/InstrumentManagerApi.md#instrumentmanagerpost) | **POST** /instrument_manager | Install instrument from LINST file or REDCap CSV
88
+
*InstrumentsApi* | [**getInstrumentData**](docs/Api/InstrumentsApi.md#getinstrumentdata) | **GET** /candidates/{candid}/{visit}/instruments/{instrument} | Get instrument data for a candidate/visit
89
+
*InstrumentsApi* | [**getVisitInstruments**](docs/Api/InstrumentsApi.md#getvisitinstruments) | **GET** /candidates/{candid}/{visit}/instruments | Get instruments for a visit
*ProjectsApi* | [**getProject**](docs/Api/ProjectsApi.md#getproject) | **GET** /projects/{project} | Get project details including instruments
93
+
*ProjectsApi* | [**getProjectInstruments**](docs/Api/ProjectsApi.md#getprojectinstruments) | **GET** /projects/{project}/instruments | Get instruments for a project
94
+
*ProjectsApi* | [**getProjects**](docs/Api/ProjectsApi.md#getprojects) | **GET** /projects | Get list of projects
95
+
*SitesApi* | [**getSites**](docs/Api/SitesApi.md#getsites) | **GET** /sites | Get list of sites
96
+
*VisitsApi* | [**createVisit**](docs/Api/VisitsApi.md#createvisit) | **PUT** /candidates/{candid}/{visit} | Create a new visit/timepoint
97
+
*VisitsApi* | [**getVisit**](docs/Api/VisitsApi.md#getvisit) | **GET** /candidates/{candid}/{visit} | Get visit details
Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "aces/loris-php-api-client",
3
3
"version": "0.0.4-dev",
4
-
"description": "The LORIS API uses standard HTTP error codes. Responses contain either an empty body or a JSON object.",
4
+
"description": "LORIS REST API for clinical data ingestion and management. Standard HTTP error codes are used. Responses contain either an empty body or a JSON object.",
0 commit comments